Changes in: bin,dunst,gtk-3.0,gtk-4.0,hypr,waybar,
This commit is contained in:
parent
9920450b17
commit
50cc31d4e1
43 changed files with 2807 additions and 215 deletions
107
dunst/dunstrc_bak
Executable file
107
dunst/dunstrc_bak
Executable file
|
@ -0,0 +1,107 @@
|
|||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
width = 350
|
||||
height = (0,100)
|
||||
origin = top-right
|
||||
offset = 18x18
|
||||
|
||||
# Progress Bar
|
||||
progress_bar = true
|
||||
progress_bar_height = 8
|
||||
progress_bar_frame_width = 2
|
||||
progress_bar_min_width = 150
|
||||
progress_bar_max_width = 1000
|
||||
progress_bar_corner_radius = 2
|
||||
progress_bar_background = "#313244"
|
||||
progress_bar_color = "#a6e3a1"
|
||||
|
||||
# Notification Layout
|
||||
notification_limit = 2
|
||||
indicate_hidden = true
|
||||
shrink = no
|
||||
separator_height = 2
|
||||
separator_color = "#313244"
|
||||
padding = 15
|
||||
horizontal_padding = 15
|
||||
frame_width = 1
|
||||
frame_color = "#cdd6f4"
|
||||
corner_radius = 6
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
|
||||
# Font and Text
|
||||
font = JetbrainsMono Nerd Font Mono 12
|
||||
line_height = 1.2
|
||||
markup = full
|
||||
format = "<span weight='bold' font='14' color='#cdd6f4'>%s</span>\n<span font='12' color='#a6adc8'>%b</span>"
|
||||
alignment = left
|
||||
vertical_alignment = center
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ellipsize = middle
|
||||
ignore_newline = yes
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
show_indicators = false
|
||||
|
||||
# Icons
|
||||
icon_position = right
|
||||
min_icon_size = 50
|
||||
max_icon_size = 70
|
||||
icon_path = $HOME/.local/share/fonts/
|
||||
|
||||
# Behavior
|
||||
sticky_history = no
|
||||
history_length = 20
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
ignore_dbusclose = false
|
||||
force_xwayland = false
|
||||
force_xinerama = false
|
||||
|
||||
# Mouse Actions
|
||||
mouse_left_click = do_action, close_current
|
||||
mouse_middle_click = do_action, close_current
|
||||
mouse_right_click = close_all
|
||||
|
||||
[experimental]
|
||||
per_monitor_dpi = false
|
||||
|
||||
[urgency_low]
|
||||
background = "#1e1e2e" # Mocha Base
|
||||
foreground = "#cdd6f4" # Mocha Text
|
||||
highlight = "#89b4fa" # Mocha Blue for highlight
|
||||
frame_color = "#313244" # Mocha Surface0 for frame
|
||||
timeout = 5
|
||||
border_color = "#89b4fa" # Mocha Blue for border
|
||||
border_width = 1
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1e1e2e" # Mocha Base
|
||||
foreground = "#cdd6f4" # Mocha Text
|
||||
highlight = "#a6e3a1" # Mocha Green for highlight
|
||||
frame_color = "#313244" # Mocha Surface0 for frame
|
||||
timeout = 5
|
||||
border_color = "#a6e3a1" # Mocha Green for border
|
||||
border_width = 1
|
||||
|
||||
[urgency_critical]
|
||||
background = "#1e1e2e" # Mocha Base
|
||||
foreground = "#cdd6f4" # Mocha Text
|
||||
highlight = "#f38ba8" # Mocha Red for highlight
|
||||
frame_color = "#f38ba8" # Mocha Red for frame
|
||||
timeout = 10
|
||||
border_color = "#f38ba8" # Mocha Red for border
|
||||
border_width = 1
|
||||
|
||||
[volume]
|
||||
highlight = "#a6e3a1" # Mocha Green
|
||||
icon_size = 60
|
||||
icon_position = right
|
||||
|
||||
[backlight]
|
||||
highlight = "#f5c2e7" # Mocha Pink
|
||||
icon_size = 60
|
||||
icon_position = right
|
Loading…
Add table
Add a link
Reference in a new issue