Polybar Rounded Corners & Color Changes
- Update module colors - Add overline color for modules - Change default margin and padding to 0 - Add radius of 10.0 to bar - Set line size to 4 - Switch `NotoSansDisplay Nerd Font` with `Ubuntu Nerd Font` - Add text modules to add "rounded" effect - Change powermenu symbol to arch logo - Remove dunst notification status module
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Check if dunst is running
|
||||
if pgrep -x "dunst" > /dev/null
|
||||
then
|
||||
is_paused=$(dunstctl is-paused)
|
||||
|
||||
if [[ $is_paused == 'false' ]]; then
|
||||
status_icon=" on"
|
||||
elif [[ $is_paused == 'true' ]]; then
|
||||
status_icon=" off"
|
||||
fi
|
||||
else
|
||||
status_icon=" off"
|
||||
fi
|
||||
|
||||
echo $status_icon
|
Reference in New Issue
Block a user