From 253b18fcc7e93eded6874df85d38b2e8aef95121 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 13 Jan 2025 12:25:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-13 12:25:06 --- .config/sway/config | 49 ++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 7e2fac5d..3f1447d3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,26 +22,33 @@ set $menu tofi-run | xargs swaymsg exec -- set $drun tofi-drun --drun-launch=true set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png -set $background #121212 -set $foreground #f5f5f5 +set $bg #121212 +set $fg #f5f5f5 -set $color0 #121212 -set $color1 #B14242 -set $color2 #D87C4A -set $color3 #E49A44 -set $color4 #4A8B8B -set $color5 #a7a7a7 -set $color6 #b4b4b4 -set $color7 #d5d5d5 -set $color8 #949494 -set $color9 #B14242 -set $color10 #D87C4A -set $color11 #E49A44 -set $color12 #4A8B8B -set $color13 #a7a7a7 -set $color14 #b4b4b4 -set $color15 #d5d5d5 +set $c0 #121212 +set $c1 #B14242 +set $c2 #D87C4A +set $c3 #E49A44 +set $c4 #4A8B8B +set $c5 #a7a7a7 +set $c6 #b4b4b4 +set $c7 #d5d5d5 +set $c8 #949494 +set $c9 #B14242 +set $c10 #D87C4A +set $c11 #E49A44 +set $c12 #4A8B8B +set $c13 #a7a7a7 +set $c14 #b4b4b4 +set $c15 #d5d5d5 +client.focused $c9 $c9 $fg $c9 $c9 +client.focused_inactive $c9 $c9 $fg $c9 $c9 +client.unfocused $c9 $c9 $fg $c9 $c9 +client.urgent $c11 $c11 $fg $c11 $c11 +client.placeholder $c9 $c9 $fg $c9 $c9 + +client.background $c9 ### Output configuration # @@ -273,9 +280,9 @@ bar { status_command while date +'%Y-%m-%d %X'; do sleep 1; done colors { - statusline $foreground - background $background - inactive_workspace #32323200 #32323200 #5c5c5c + statusline $fg + background $bg + # inactive_workspace #32323200 #32323200 #5c5c5c } }