Change dwl focused tag to an underline
- Remove debug from waybar launch
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
- [[#cpu][CPU]]
|
- [[#cpu][CPU]]
|
||||||
- [[#clock][Clock]]
|
- [[#clock][Clock]]
|
||||||
- [[#dunst][Dunst]]
|
- [[#dunst][Dunst]]
|
||||||
- [[#dwl][dwl]]
|
- [[#dwl][DWL]]
|
||||||
- [[#disk][Disk]]
|
- [[#disk][Disk]]
|
||||||
- [[#idle-inhibitor][Idle Inhibitor]]
|
- [[#idle-inhibitor][Idle Inhibitor]]
|
||||||
- [[#memory][Memory]]
|
- [[#memory][Memory]]
|
||||||
@@ -576,7 +576,6 @@ static const Button buttons[] = {
|
|||||||
killall waybar
|
killall waybar
|
||||||
|
|
||||||
/usr/bin/waybar \
|
/usr/bin/waybar \
|
||||||
-l debug \
|
|
||||||
-c $HOME/.config/dwl/waybar/config.jsonc \
|
-c $HOME/.config/dwl/waybar/config.jsonc \
|
||||||
-s $HOME/.config/dwl/waybar/style.css &
|
-s $HOME/.config/dwl/waybar/style.css &
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -860,7 +859,7 @@ else
|
|||||||
fi
|
fi
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** dwl
|
*** DWL
|
||||||
|
|
||||||
**** Configuration
|
**** Configuration
|
||||||
|
|
||||||
@@ -903,7 +902,7 @@ fi
|
|||||||
}
|
}
|
||||||
#tags button.focused {
|
#tags button.focused {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #bd93f9;
|
box-shadow: inset 0 -3px #bd93f9;
|
||||||
}
|
}
|
||||||
#tags button.urgent {
|
#tags button.urgent {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@@ -2,6 +2,5 @@
|
|||||||
killall waybar
|
killall waybar
|
||||||
|
|
||||||
/usr/bin/waybar \
|
/usr/bin/waybar \
|
||||||
-l debug \
|
|
||||||
-c $HOME/.config/dwl/waybar/config.jsonc \
|
-c $HOME/.config/dwl/waybar/config.jsonc \
|
||||||
-s $HOME/.config/dwl/waybar/style.css &
|
-s $HOME/.config/dwl/waybar/style.css &
|
||||||
|
@@ -80,7 +80,7 @@ box#dunst {
|
|||||||
}
|
}
|
||||||
#tags button.focused {
|
#tags button.focused {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #bd93f9;
|
box-shadow: inset 0 -3px #bd93f9;
|
||||||
}
|
}
|
||||||
#tags button.urgent {
|
#tags button.urgent {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Reference in New Issue
Block a user