Change dwl focused tag to an underline
- Remove debug from waybar launch
This commit is contained in:
@@ -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;
|
||||
|
@@ -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 &
|
||||
|
@@ -80,7 +80,7 @@ box#dunst {
|
||||
}
|
||||
#tags button.focused {
|
||||
background: transparent;
|
||||
color: #bd93f9;
|
||||
box-shadow: inset 0 -3px #bd93f9;
|
||||
}
|
||||
#tags button.urgent {
|
||||
background: transparent;
|
||||
|
Reference in New Issue
Block a user