remove executable bit for modules axcept abstract.sh

This commit is contained in:
koksnuss 2018-08-10 15:22:31 +02:00
parent 451dd44eac
commit 1caaa498b9
12 changed files with 6 additions and 4 deletions

View File

@ -57,9 +57,10 @@ One-Liner: Open up a terminal and paste: `bash <(curl -s https://will.kein.hk/gi
- [ ] ethernet bandwith
## Refractor
- [ ] centralize color palette and progress bar
- [ ] centralize long/short view: rewrite config + i3reload? how to make it permanent?
- [ ] centralize click interactions
- [x] centralize color palette and progress bar in abstract.sh
- [x] centralize long/short view in abstract.sh
- [ ] make long/short permanent: rewrite config + i3reload? how to make it permanent?
- [ ] the progress bar logic seems to repeat itself again and again, this can be done better
## Click interactions

3
config
View File

@ -66,13 +66,14 @@ interval=60
label=◍
signal=1
interval=once
instance=color
# label=♩,♪,♫,♬
# separator_block_width=0
[audio]
label=◎
signal=2
# label=⋓ℹ⋒ⅈ
instance=mic
instance=mic,color
interval=once
[datetime]

0
modules/audio.sh Executable file → Normal file
View File

0
modules/backlight.sh Executable file → Normal file
View File

0
modules/battery.sh Executable file → Normal file
View File

0
modules/cpu.sh Executable file → Normal file
View File

0
modules/datetime.sh Executable file → Normal file
View File

0
modules/iface.sh Executable file → Normal file
View File

0
modules/ip.sh Executable file → Normal file
View File

0
modules/ram.sh Executable file → Normal file
View File

0
modules/storage.sh Executable file → Normal file
View File

0
modules/temp.sh Executable file → Normal file
View File