diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-07-31 14:04:12 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-07-31 14:04:12 +0200 |
| commit | a5e61c1cc5ba0db378ce43d98aa244f3995d32d5 (patch) | |
| tree | bc2605232c6f196b8ff1ce03e43ceafc41269fff | |
| parent | 78e5a4c875e6362cdb6d1a160132c3d82142e637 (diff) | |
fix: switched back to dwmblocks, it works (not like sb)
| -rw-r--r-- | sb/config | 22 | ||||
| -rw-r--r-- | sxhkd/sxhkdrc | 2 |
2 files changed, 12 insertions, 12 deletions
@@ -1,18 +1,18 @@ /*Name State Update Signal + 34*/ music = true // 35 -cputemp = true // 36 -fanspeed = false // 37 -memory = true // 38 +cputemp = false // 36 +fanspeed = false // 37 +memory = false // 38 battery = true // 39 wifi = true // 40 -ethernet = false // 41 -localip = false // 42 -publicip = false // 43 +ethernet = false // 41 +localip = false // 42 +publicip = false // 43 volume = true // 44 -mic = false // 45 -news = false // 46 -mail = false // 47 -weather = false // 48 -daypercent = false // 49 +mic = false // 45 +news = false // 46 +mail = false // 47 +weather = true // 48 +daypercent = false // 49 date = true // 50 time = true // 51 diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f3b2ae8..91436f3 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -1,7 +1,7 @@ super + Escape kill -10 $(pidof sxhkd) super + shift + Escape - kill -10 $(pidof sb) + kill -10 $(pidof dwmblocks) {super + Return,button8} $TERMINAL super + d |
