feat: add rofi, fonts, dunst config, gtk theme
This commit is contained in:
70
custom/dunst/dunstrc
Normal file
70
custom/dunst/dunstrc
Normal file
@@ -0,0 +1,70 @@
|
||||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
width = (300,400)
|
||||
height = 250
|
||||
origin = top-right
|
||||
offset = 8x47
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
transparency = 0
|
||||
notification_height = 0
|
||||
separator_height = 2
|
||||
padding = 12
|
||||
horizontal_padding = 12
|
||||
frame_width = 2
|
||||
frame_color = "#343746"
|
||||
separator_color = frame
|
||||
sort = yes
|
||||
idle_threshold = 120
|
||||
font = Roboto mono 12
|
||||
line_height = 0
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
alignment = left
|
||||
vertical_alignment = center
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ellipsize = middle
|
||||
ignore_newline = no
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
show_indicators = no
|
||||
icon_position = left
|
||||
min_icon_size = 50
|
||||
max_icon_size = 50
|
||||
icon_path = /usr/share/icons/Papirus/16x16/
|
||||
sticky_history = no
|
||||
history_length = 50
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
browser = /usr/bin/sensible-browser
|
||||
always_run_script = true
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
startup_notification = false
|
||||
verbosity = mesg
|
||||
corner_radius = 20
|
||||
ignore_dbusclose = false
|
||||
force_xinerama = false
|
||||
mouse_middle_click = do_action, close_current
|
||||
mouse_right_click = close_all
|
||||
[experimental]
|
||||
per_monitor_dpi = false
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
[urgency_low]
|
||||
background = "#1b1b25"
|
||||
foreground = "#dedede"
|
||||
timeout = 5
|
||||
[urgency_normal]
|
||||
background = "#1b1b25"
|
||||
foreground = "#dedede"
|
||||
timeout = 5
|
||||
[urgency_critical]
|
||||
background = "#1b1b25"
|
||||
foreground = "#dedede"
|
||||
frame_color = "#f07178"
|
||||
timeout = 0
|
||||
Reference in New Issue
Block a user