Modernize i3 setup: alacritty, dunst, rofi, i3blocks, blurlock, picom updates

This commit is contained in:
2026-02-15 06:05:55 +01:00
parent a4dad1f508
commit 0b9647b407
17 changed files with 139 additions and 73 deletions

View File

@@ -14,7 +14,7 @@
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
# If markup is not allowed, those tags will be stripped out of the
# message.
markup = yes
markup = full
# The format of the message. Possible variables are:
# %a appname
@@ -116,11 +116,10 @@
# Align icons left/right/off
icon_position = left
# Paths to default icons.
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
# Limit icons size.
max_icon_size = 64
# Icon lookup
enable_recursive_icon_lookup = true
icon_theme = Adwaita
icon_size = 64
# Note: [shortcuts] section was removed in dunst 1.7+
# Use dunstctl for keyboard control instead:
@@ -144,22 +143,4 @@
foreground = "#F9FAF9"
timeout = 8
[irc]
appname = weechat
timeout = 0
background = "#0033bb"
foreground = "#dddddd"
[weechat hl]
appname = weechat
category = weechat.HL
background = "#FF5C47"
foreground = "#FFFFFF"
[weechat pn]
appname = weechat
category = weechat.PM
background = "#D53B84"
foreground = "#FFFFFF"
# vim: ft=cfg