diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-11 23:33:16 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-11 23:33:16 -0800 |
| commit | 487d64163c59fa3de79b5ff1abf303475395c4a2 (patch) | |
| tree | 6339b3c8bbf7bdfe10e8c006c9cfbae9f66f527e /.config/dunst/dunstrc | |
| parent | 88de5bcf9b1598c5ada352d1f3b724423bf7e6ad (diff) | |
Restructure entire home directory
The new XDG base directories will resemble the Filesystem Hierarchy
Standard on Linux or the FreeBSD/OpenBSD directory structure. Refer to
the FHS or hier(7).
XDG user directories are defined in $XDG_CONFIG_HOME/user-dirs.dirs.
Diffstat (limited to '.config/dunst/dunstrc')
| -rw-r--r-- | .config/dunst/dunstrc | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc deleted file mode 100644 index 26461fc..0000000 --- a/.config/dunst/dunstrc +++ /dev/null @@ -1,46 +0,0 @@ -# Dunst configuration - -[global] - font = "Inter Regular 10" - markup = full - format = "<b>%s</b> <i>%p</i>\n%b" - alignment = left - - follow = keyboard - notification_limit = 0 - show_age_threshold = 60 - idle_threshold = 120 - - width = 360 - height = 180 - origin = bottom-right - offset = 8x8 - - icon_position = left - max_icon_size = 32 - icon_path = /usr/share/icons/Paper/32x32/status - - padding = 4 - horizontal_padding = 4 - frame_width = 1 - separator_height = 1 - separator_color = "#202020" - - mouse_left_click = do_action - mouse_middle_click = close_current - mouse_right_click = close_all - -[urgency_low] - background = "#101010" - foreground = "#ebdbb2" - frame_color = "#5c991f" - -[urgency_normal] - background = "#101010" - foreground = "#ebdbb2" - frame_color = "#497287" - -[urgency_critical] - background = "#101010" - foreground = "#ebdbb2" - frame_color = "#fa1d48" |
