minor visual changes

This commit is contained in:
Reid 2024-07-25 17:14:49 -07:00
parent 50e15d3d38
commit 4b7e21be29
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 38 additions and 30 deletions

View file

@ -1,6 +1,6 @@
# https://github.com/catppuccin/dunst/blob/main/src/mocha.conf # https://github.com/catppuccin/dunst/blob/main/src/mocha.conf
[global] [global]
frame_color = "#89B4FA" frame_color = "#f5c2e7"
separator_color = frame separator_color = frame
follow = "mouse" follow = "mouse"
@ -25,41 +25,43 @@ progress_bar_max_width = 300
separator_height = 2 separator_height = 2
frame_width = 2 frame_width = 2
corner_radius = 8 corner_radius = 8
transparency = 0 transparency = 1
gap_size = 8 gap_size = 8
line_height = 0 line_height = 0
notification_limit = 0
idle_threshold = 120
history_length = 20
show_age_threshold = 60
markup = "full" markup = "full"
format = "<b>%a</b>\n<b>%s</b>\n%b" format = "<b>%a</b>\n<b>%s</b>\n%b"
font = "Atkinson Hyperlegible Pro 11" font = "Atkinson Hyperlegible Pro 11"
word_wrap = "yes" word_wrap = "yes"
sort = "yes"
shrink = "no"
indicate_hidden = "yes"
sticky_history = "yes"
ignore_newline = "no" ignore_newline = "no"
show_indicators = "no"
stack_duplicates = true
always_run_script = true
hide_duplicate_count = false
ignore_dbusclose = false ignore_dbusclose = false
mouse_left_click = "do_action" mouse_left_click = "do_action, close_current"
mouse_middle_click = "close_all" mouse_middle_click = "close_all"
mouse_right_click = "close_current" mouse_right_click = "close_current"
sort = "update"
shrink = "no"
notification_limit = 4
indicate_hidden = "yes"
idle_threshold = 120
history_length = 20
show_age_threshold = 60
sticky_history = "yes"
show_indicators = "yes"
stack_duplicates = true
hide_duplicate_count = false
always_run_script = true
[urgency_low] [urgency_low]
background = "#1E1E2E" background = "#1E1E2E30"
foreground = "#CDD6F4" foreground = "#CDD6F4"
[urgency_normal] [urgency_normal]
background = "#1E1E2E" background = "#1E1E2E30"
foreground = "#CDD6F4" foreground = "#CDD6F4"
[urgency_critical] [urgency_critical]
background = "#1E1E2E" background = "#1E1E2E30"
foreground = "#CDD6F4" foreground = "#CDD6F4"
frame_color = "#FAB387" frame_color = "#FAB387"

View file

@ -10,11 +10,16 @@ window {
/* search entry */ /* search entry */
entry { entry {
background-color: alpha(@surface0, 0.5); background-color: alpha(@surface0, 0.5);
color: @text;
} }
button, image { button, box, widget, image {
background: none; background: none;
border: none border: none;
color: @text;
text-shadow: 0 1px alpha(@base, 0.75);
box-shadow: none;
outline: none;
} }
button { button {
@ -22,6 +27,6 @@ button {
border-radius: 1em; border-radius: 1em;
} }
button:hover { button:hover, button:active, box:hover, box:active {
background-color: alpha(@surface0, 0.5); background: alpha(@surface0, 0.5);
} }

View file

@ -171,8 +171,8 @@ in {
general = { general = {
gaps_in = 6; gaps_in = 6;
gaps_out = 6; gaps_out = 6;
border_size = 2; border_size = 1;
no_border_on_floating = true; no_border_on_floating = false;
layout = "dwindle"; layout = "dwindle";
@ -214,14 +214,14 @@ in {
"workspace 4, class:vesktop" "workspace 4, class:vesktop"
]; ];
blurls = [
"gtk-layer-shell"
];
layerrule = [ layerrule = [
"animation slide, notifications" "animation slide, notifications"
"animation slide, waybar" "animation slide, waybar"
]; "blur, notifications"
blurls = [
"gtk-layer-shell" # nwg-drawer
#"waybar"
]; ];
decoration = { decoration = {
@ -253,6 +253,7 @@ in {
"border, 1, 2, outExpo" "border, 1, 2, outExpo"
"fade, 1, 3, outCubic" "fade, 1, 3, outCubic"
"workspaces, 1, 6, outExpo" "workspaces, 1, 6, outExpo"
"specialWorkspace, 1, 2, outCubic, fade"
]; ];
}; };