bring back shimejis

This commit is contained in:
2025-04-02 09:29:10 +03:00
parent a0fd63fb98
commit 7903b452ff
7 changed files with 101 additions and 79 deletions

View File

@@ -9,12 +9,11 @@
height = (0,300)
origin = top-right
scale = 0
offset = 30x30
offset = (30,30)
indicate_hidden = yes
shrink = no
transparency = 30
notification_height = 0
separator_height = 1
padding = 8
horizontal_padding = 8
@@ -30,13 +29,13 @@
### Progressbar ###
progress_bar = true
progress_bar_color = "#ff00ff"
# progress_bar_color = "#ff00ff"
progress_bar_height = 10
progress_bar_frame_width = 1
progress_bar_min_width = 150
progress_bar_max_width = 300
progress_bar_corner_radius = 10
icon_corner_radius = 0
progress_bar_corner_radius = 5
icon_corner_radius = 4
### Text ###
@@ -73,11 +72,8 @@
always_run_script = true
title = Dunst
class = Dunst
startup_notification = true
verbosity = mesg
corner_radius = 8
force_xinerama = false
mouse_left_click = "do_action, open_url, close_current"
@@ -87,12 +83,6 @@
[experimental]
per_monitor_dpi = false
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
background = "#1e1e2e"
frame_color = "#b4befe"

View File

@@ -86,15 +86,18 @@ layerrule = animation slide right, notifications
layerrule = dimaround, wofi
# Window Rules
windowrule=float, .blueman-manager-wrapped
windowrule=size 900 500, .blueman-manager-wrapped
windowrule=center, .blueman-manager-wrapped
windowrule=float, org.pulseaudio.pavucontrol
windowrule=size 900 500, org.pulseaudio.pavucontrol
windowrule=center, org.pulseaudio.pavucontrol
windowrule=float, nm-connection-editor
windowrule=size 900 500, nm-connection-editor
windowrule=center, nm-connection-editor
windowrulev2 = float,class:^(blueman-manager-wrapped)$
windowrulev2 = size 900 500,class:^(blueman-manager-wrapped)$
windowrulev2 = center,class:^(blueman-manager-wrapped)$
windowrulev2 = float,class:^(org.pulseaudio.pavucontrol)$
windowrulev2 = size 900 500,class:^(org.pulseaudio.pavucontrol)$
windowrulev2 = center,class:^(org.pulseaudio.pavucontrol)$
windowrulev2 = float,class:^(nm-connection-editor)$
windowrulev2 = size 900 500,class:^(nm-connection-editor)$
windowrulev2 = center,class:^(nm-connection-editor)$
# windowrulev2 = immediate, class:^(sober)$
# windowrulev2 = fullscreen,title:^(Sober)$