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

View File

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