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

@@ -0,0 +1,33 @@
[window]
opacity = 0.8
padding = { x = 5, y = 5 }
[font]
size = 11.0
[font.normal]
family = "monospace"
[colors.primary]
background = "#222D31"
foreground = "#F9FAF9"
[colors.normal]
black = "#2F3D44"
red = "#CB4B16"
green = "#1ABC9C"
yellow = "#FFBF00"
blue = "#268BD2"
magenta = "#D33682"
cyan = "#16a085"
white = "#EEE8D5"
[colors.bright]
black = "#556064"
red = "#FF6666"
green = "#33CC33"
yellow = "#FDF6E3"
blue = "#839496"
magenta = "#6C71C4"
cyan = "#93A1A1"
white = "#F9FAF9"