diff --git a/README.org b/README.org index 17723b3..250fcd8 100644 --- a/README.org +++ b/README.org @@ -45,7 +45,6 @@ A repository of my personal configuration files. - [[https://www.python.org/][Python]] - [[https://fishshell.com/][fish]] - [[https://github.com/baskerville/sxhkd][sxhkd]] -- [[https://github.com/freedesktop/xcompmgr][xcompmgr]] - [[https://github.com/stoeckmann/xwallpaper][xwallpaper]] ** LSP Backends - [[https://github.com/mads-hartmann/bash-language-server][bash-language-server]] @@ -61,16 +60,17 @@ A repository of my personal configuration files. - [[https://github.com/alacritty/][alacritty]] - [[https://github.com/baskerville/bspwm][bspwm]] - [[https://github.com/hlissner/doom-emacs][Doom Emacs]] -- [[https://dunst-project.org/][dunst]] - [[https://firejail.wordpress.com/][firejail]] - [[https://fishshell.com/][fish]] - [[https://git-scm.com/][git]] - [[https://gnupg.org/][gnupg]] - [[https://www.gtk.org/][gtk]] - [[https://github.com/gokcehan/lf][lf]] +- [[https://github.com/phuhl/linux_notification_center][Lintux Notification Center]] - [[https://www.musicpd.org/][mpd]] - [[https://neomutt.org/][neomutt]] - [[https://neovim.io/][neovim]] +- [[https://github.com/yshui/picom][picom]] - [[https://github.com/doronbehar/pistol][pistol]] - [[http://jonls.dk/redshift/][redshift]] - [[https://github.com/baskerville/sxhkd][sxhkd]] diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc deleted file mode 100644 index 1d725a8..0000000 --- a/dunst/.config/dunst/dunstrc +++ /dev/null @@ -1,148 +0,0 @@ -[global] - monitor = 0 - follow = keyboard - geometry = "0x0-30+20" - indicate_hidden = yes - shrink = no - transparency = 0 - notification_height = 0 - separator_height = 2 - padding = 0 - horizontal_padding = 8 - frame_width = 3 - frame_color = "#aaaaaa" - - # Define a color for the separator. - # possible values are: - # * auto: dunst tries to find a color fitting to the background; - # * foreground: use the same color as the foreground; - # * frame: use the same color as the frame; - # * anything else will be interpreted as a X color. - separator_color = frame - - # Sort messages by urgency. - sort = yes - - idle_threshold = 120 - font = JetBrainsMono Font Medium 10 - - line_height = 0 - markup = full - - # The format of the message. Possible variables are: - # %a appname - # %s summary - # %b body - # %i iconname (including its path) - # %I iconname (without its path) - # %p progress value if set ([ 0%] to [100%]) or nothing - # %n progress value if set without any extra characters - # %% Literal % - # Markup is allowed - format = "%s\n%b" - - alignment = center - show_age_threshold = 60 - word_wrap = yes - ellipsize = middle - ignore_newline = no - stack_duplicates = true - hide_duplicate_count = false - show_indicators = yes - icon_position = left - max_icon_size = 32 - icon_path = /usr/share/icons/Papirus-Dark/24x24/panel/:/usr/share/icons/Papirus-Dark/24x24/devices/:/usr/share/icons/Papirus-Dark/24x24/apps:/usr/share/icons/Papirus-Dark/24x24/actions - sticky_history = yes - history_length = 20 - dmenu = dmenu -p dunst: - browser = /usr/local/bin/brave - - # Always run rule-defined scripts, even if the notification is suppressed - always_run_script = true - - title = Dunst - class = Dunst - startup_notification = false - corner_radius = 5 - force_xinerama = false -[experimental] - per_monitor_dpi = false - -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period - -# Every section that isn't one of the above is interpreted as a rules to -# override settings for certain messages. -# Messages can be matched by "appname", "summary", "body", "icon", "category", -# "msg_urgency" and you can override the "timeout", "urgency", "foreground", -# "background", "new_icon" and "format". -# Shell-like globbing will get expanded. -# -# SCRIPTING -# You can specify a script that gets run when the rule matches by -# setting the "script" option. -# The script will be called as follows: -# script appname summary body icon urgency -# where urgency can be "LOW", "NORMAL" or "CRITICAL". -# -# NOTE: if you don't want a notification -# to be displayed, set the format -# to "". -# NOTE: It might be helpful to run dunst -print in a terminal in order -# to find fitting options for rules. - -#[espeak] -# summary = "*" -# script = dunst_espeak.sh - -#[script-test] -# summary = "*script*" -# script = dunst_test.sh - -#[ignore] -# # This notification will not be displayed -# summary = "foobar" -# format = "" - -#[history-ignore] -# # This notification will not be saved in history -# summary = "foobar" -# history_ignore = yes - -#[signed_on] -# appname = Pidgin -# summary = "*signed on*" -# urgency = low -# -#[signed_off] -# appname = Pidgin -# summary = *signed off* -# urgency = low -# -#[says] -# appname = Pidgin -# summary = *says* -# urgency = critical -# -#[twitter] -# appname = Pidgin -# summary = *twitter.com* -# urgency = normal -# -# vim: ft=cfg - -[urgency_low] - background = "#2b2b2b" - foreground = "#ffffff" - -[urgency_normal] - background = "#2b2b2b" - foreground = "#ffffff" - -[urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000"