From d71e27c268f96658a1cb94a8464bf16e1a947abc Mon Sep 17 00:00:00 2001 From: marcellus Date: Sun, 23 Jul 2023 11:08:51 +0200 Subject: add: config for sb, copy from the dwmblocks config --- sxhkd/sxhkdrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sxhkd') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 7b7c6b5..f3b2ae8 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -1,5 +1,7 @@ super + Escape kill -10 $(pidof sxhkd) +super + shift + Escape + kill -10 $(pidof sb) {super + Return,button8} $TERMINAL super + d -- cgit v1.2.3 From a5e61c1cc5ba0db378ce43d98aa244f3995d32d5 Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 31 Jul 2023 14:04:12 +0200 Subject: fix: switched back to dwmblocks, it works (not like sb) --- sb/config | 22 +++++++++++----------- sxhkd/sxhkdrc | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'sxhkd') diff --git a/sb/config b/sb/config index 91f8f1d..6bb57b1 100644 --- a/sb/config +++ b/sb/config @@ -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 -- cgit v1.2.3