Compare commits

...

2 Commits

Author SHA1 Message Date
65b2aadd23 Theme Dunst a bit more 2024-08-29 17:49:06 -05:00
c349feea51 Compact muted indicator 2024-08-29 17:49:01 -05:00
2 changed files with 7 additions and 4 deletions

View File

@ -17,7 +17,7 @@
## MISC CONFIGURATION ## MISC CONFIGURATION
always_run_script = true # Runs scripts for rules even if they're hidden always_run_script = true # Runs scripts for rules even if they're hidden
browser = xdg-open browser = xdg-open
dmenu = /usr/bin/rofi -dmenu -p dunst: dmenu = /usr/bin/wofi --dmenu -p dunst:
## WINDOW CONFIGURATION ## WINDOW CONFIGURATION
title = Dunst title = Dunst
@ -31,8 +31,8 @@
# COLORS # COLORS
# Note that rules defined later on can and will override these # Note that rules defined later on can and will override these
# All colors must be quoted so as to not misinterpret as comments # All colors must be quoted so as to not misinterpret as comments
background= "#fbf1c7" # Background of the notification background= "#fbf1c7cc" # Background of the notification
frame_color = "#f2e5bc" frame_color = "#f2e5bccc"
separator_color = frame separator_color = frame
foreground = "#3c3836" # Font color, for body and title foreground = "#3c3836" # Font color, for body and title
highlight = "#b8bb26" # Progress bars highlight = "#b8bb26" # Progress bars
@ -40,10 +40,11 @@
width = 400 width = 400
height = 300 height = 300
offset = 8x8 # This takes into account any bars offset = 8x8 # This takes into account any bars
corner_radius = 0 corner_radius = 8
transparency = 0 transparency = 0
# PROGRESS BAR # PROGRESS BAR
progress_bar = true progress_bar = true
progress_bar_corner_radius = 8
progress_bar_horizontal_alignment = left progress_bar_horizontal_alignment = left
progress_bar_frame_width = 2 progress_bar_frame_width = 2
progress_bar_height = 8 progress_bar_height = 8
@ -60,6 +61,7 @@
# ICONS # ICONS
icon_path = /usr/share/icons/Papirus-Light/48x48/status/:/usr/share/icons/Papirus-Light/48x48/devices/:/usr/share/icons/Papirus-Light/48x48/apps icon_path = /usr/share/icons/Papirus-Light/48x48/status/:/usr/share/icons/Papirus-Light/48x48/devices/:/usr/share/icons/Papirus-Light/48x48/apps
icon_position = right icon_position = right
icon_corner_radius = 8
max_icon_size = 48 max_icon_size = 48
[urgency_critical] [urgency_critical]

View File

@ -71,6 +71,7 @@
"pulseaudio": { "pulseaudio": {
"scroll-step": 5, "scroll-step": 5,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-muted": "{icon}",
"format-icons": { "format-icons": {
"default": ["", "", ""] "default": ["", "", ""]
}, },