Compare commits
2 Commits
91c0a412bf
...
7af798a7c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7af798a7c0 | |||
| 683e03eab2 |
3
files/functions/cpu.function
Normal file
3
files/functions/cpu.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/memory.function
Normal file
3
files/functions/memory.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/swap.function
Normal file
3
files/functions/swap.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/vpn.function
Normal file
3
files/functions/vpn.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
3
files/functions/wifi.function
Normal file
3
files/functions/wifi.function
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#/usr/local/bin env
|
||||||
|
|
||||||
|
# TBD/TODO
|
||||||
@@ -1173,3 +1173,13 @@
|
|||||||
- .bashrc
|
- .bashrc
|
||||||
- .zshrc
|
- .zshrc
|
||||||
- .vimrc
|
- .vimrc
|
||||||
|
|
||||||
|
- name: General | Account Management | Users | Files | Helper Functions
|
||||||
|
copy:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: "{{ global_bin }}"
|
||||||
|
owner: root
|
||||||
|
group: "{{ root_group }}"
|
||||||
|
mode: 0755
|
||||||
|
with_fileglob:
|
||||||
|
- "functions/*.function"
|
||||||
|
|||||||
@@ -80,9 +80,9 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
|
||||||
## Helper Functions for Status Bar ##
|
## Status Bar ##
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | DWM | Status Bar Functions
|
- name: Workstation | Linux | Software | DWM | Status Bar Function
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ global_bin }}"
|
dest: "{{ global_bin }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user