From a0b20a574d7109e341c31862662cb6c53dd47cc3 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 18 Oct 2024 23:48:43 -0400 Subject: [PATCH] Change dwl focused tag to an underline - Remove debug from waybar launch --- README.org | 7 +++---- waybar/launch.sh | 1 - waybar/style.css | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 5f932a8..036fe4a 100644 --- a/README.org +++ b/README.org @@ -51,7 +51,7 @@ - [[#cpu][CPU]] - [[#clock][Clock]] - [[#dunst][Dunst]] - - [[#dwl][dwl]] + - [[#dwl][DWL]] - [[#disk][Disk]] - [[#idle-inhibitor][Idle Inhibitor]] - [[#memory][Memory]] @@ -576,7 +576,6 @@ static const Button buttons[] = { killall waybar /usr/bin/waybar \ - -l debug \ -c $HOME/.config/dwl/waybar/config.jsonc \ -s $HOME/.config/dwl/waybar/style.css & #+END_SRC @@ -860,7 +859,7 @@ else fi #+END_SRC -*** dwl +*** DWL **** Configuration @@ -903,7 +902,7 @@ fi } #tags button.focused { background: transparent; - color: #bd93f9; + box-shadow: inset 0 -3px #bd93f9; } #tags button.urgent { background: transparent; diff --git a/waybar/launch.sh b/waybar/launch.sh index f20ad2e..47eb919 100755 --- a/waybar/launch.sh +++ b/waybar/launch.sh @@ -2,6 +2,5 @@ killall waybar /usr/bin/waybar \ - -l debug \ -c $HOME/.config/dwl/waybar/config.jsonc \ -s $HOME/.config/dwl/waybar/style.css & diff --git a/waybar/style.css b/waybar/style.css index 297a1be..24aad4c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -80,7 +80,7 @@ box#dunst { } #tags button.focused { background: transparent; - color: #bd93f9; + box-shadow: inset 0 -3px #bd93f9; } #tags button.urgent { background: transparent;