aesthetic tweaks
This commit is contained in:
parent
2de8b374f9
commit
1a87a74cf5
2 changed files with 38 additions and 19 deletions
|
@ -1313,7 +1313,7 @@ in {
|
|||
progress_bar_frame_width = 1;
|
||||
progress_bar_min_width = 150;
|
||||
progress_bar_max_width = 300;
|
||||
transparency = 10;
|
||||
transparency = 30;
|
||||
separator_height = 2;
|
||||
padding = 10;
|
||||
horizontal_padding = 8;
|
||||
|
@ -1334,19 +1334,19 @@ in {
|
|||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||
};
|
||||
urgency_low = {
|
||||
background = "#282a36";
|
||||
background = "#282a36aa";
|
||||
foreground = "#57c7ff";
|
||||
timeout = 10;
|
||||
};
|
||||
|
||||
urgency_normal = {
|
||||
background = "#282a36";
|
||||
background = "#282a36aa";
|
||||
foreground = "#5af78e";
|
||||
timeout = 10;
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
background = "#282a36";
|
||||
background = "#282a36aa";
|
||||
foreground = "#ff5c57";
|
||||
frame_color = "#ff0000";
|
||||
timeout = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue