initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
63
.config/dunst/dunstrc
Executable file
63
.config/dunst/dunstrc
Executable file
|
|
@ -0,0 +1,63 @@
|
|||
[global]
|
||||
monitor = 0
|
||||
follow = mouse
|
||||
shrink = no
|
||||
padding = 12
|
||||
horizontal_padding = 12
|
||||
|
||||
width = 350
|
||||
height = (0, 150)
|
||||
offset = 12x45
|
||||
origin = top-right
|
||||
|
||||
frame_width = 2
|
||||
separator_height = 1
|
||||
frame_color = "#8b9151"
|
||||
separator_color = frame
|
||||
|
||||
sort = no
|
||||
font = JetBrainsMono Nerd Font 10
|
||||
markup = full
|
||||
format = "[%a]\n<b>%s</b>\n%b"
|
||||
alignment = left
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = no
|
||||
show_indicators = yes
|
||||
|
||||
icon_position = off
|
||||
max_icon_size = 0
|
||||
sticky_history = no
|
||||
history_length = 6
|
||||
title = Dunst
|
||||
class = Dunst
|
||||
corner_radius = 0
|
||||
|
||||
mouse_left_click = close_current
|
||||
mouse_middle_click = do_action
|
||||
mouse_right_click = close_all
|
||||
|
||||
[ignore_flameshot_warning]
|
||||
body = "grim's screenshot component is implemented based on wlroots, it may not be used in GNOME or similar desktop environments"
|
||||
format = ""
|
||||
|
||||
[urgency_low]
|
||||
background = "#141414"
|
||||
foreground = "#8b9151"
|
||||
frame_color = "#8b9151"
|
||||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
default_icon = dialog-information
|
||||
background = "#141414"
|
||||
foreground = "#feffd3"
|
||||
frame_color = "#8b9151"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#141414"
|
||||
foreground = "#dd7c4c"
|
||||
frame_color = "#dd7c4c"
|
||||
timeout = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue