diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | dwmblocks/config | 6 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -11,5 +11,7 @@ Tracktion/ ## trashfiles .zcompdump +*~ ## other stuff +scummvm/ diff --git a/dwmblocks/config b/dwmblocks/config index 9a85932..a0112c5 100644 --- a/dwmblocks/config +++ b/dwmblocks/config @@ -1,7 +1,7 @@ /*Name State Update Signal + 34*/ music = false // 35 -cputemp = true // 36 -fanspeed = true // 37 +cputemp = false // 36 +fanspeed = false // 37 memory = true // 38 battery = true // 39 wifi = true // 40 @@ -12,7 +12,7 @@ volume = true // 44 mic = false // 45 news = false // 46 mail = false // 47 -weather = true // 48 +weather = false // 48 daypercent = true // 49 date = true // 50 time = true // 51 @@ -1,6 +1,6 @@ # Created by newuser for 5.9 curl -s https://zeus.ionis-it.com/api/group/428/ics/EOVYjD9jk5 >/tmp/calendar.ics -$HOME/icstocal /tmp/calendar.ics /tmp/calendar >/dev/null +icstocal /tmp/calendar.ics /tmp/calendar >/dev/null flashfetch quand |
