Change dwl focused tag to an underline

- Remove debug from waybar launch
This commit is contained in:
Sravan Balaji
2024-10-18 23:48:43 -04:00
parent e95d0bf9a9
commit a0b20a574d
3 changed files with 4 additions and 6 deletions

View File

@@ -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;

View File

@@ -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 &

View File

@@ -80,7 +80,7 @@ box#dunst {
}
#tags button.focused {
background: transparent;
color: #bd93f9;
box-shadow: inset 0 -3px #bd93f9;
}
#tags button.urgent {
background: transparent;