Compare commits
No commits in common. "65b2aadd234e25d1cad06a5b361a816838d555a1" and "696a5146defc5100f80f8f9b745c725520c3c963" have entirely different histories.
65b2aadd23
...
696a5146de
@ -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/wofi --dmenu -p dunst:
|
||||
dmenu = /usr/bin/rofi -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= "#fbf1c7cc" # Background of the notification
|
||||
frame_color = "#f2e5bccc"
|
||||
background= "#fbf1c7" # Background of the notification
|
||||
frame_color = "#f2e5bc"
|
||||
separator_color = frame
|
||||
foreground = "#3c3836" # Font color, for body and title
|
||||
highlight = "#b8bb26" # Progress bars
|
||||
@ -40,11 +40,10 @@
|
||||
width = 400
|
||||
height = 300
|
||||
offset = 8x8 # This takes into account any bars
|
||||
corner_radius = 8
|
||||
corner_radius = 0
|
||||
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
|
||||
@ -61,7 +60,6 @@
|
||||
# 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]
|
||||
|
@ -71,7 +71,6 @@
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "{icon}",
|
||||
"format-icons": {
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user