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 - [ ] ethernet bandwith
## Refractor ## Refractor
- [ ] centralize color palette and progress bar - [x] centralize color palette and progress bar in abstract.sh
- [ ] centralize long/short view: rewrite config + i3reload? how to make it permanent? - [x] centralize long/short view in abstract.sh
- [ ] centralize click interactions - [ ] 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 ## Click interactions

3
config
View File

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