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

@@ -1,6 +1,8 @@
configuration {
theme: "android_notification";
terminal: "gnome-terminal";
ssh-client: "ssh";
ssh-command: "{terminal} -- {ssh-client} {host}";
theme: "gruvbox-dark-hard";
terminal: "alacritty";
font: "Noto Sans 12";
show-icons: true;
lines: 10;
drun-display-format: "{name}";
}