From bc0ba9bad70bb306209fbd0f970011652ca1d80b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 10 Jan 2025 18:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-10 18:15:05 --- .config/sway/config | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index b54629d8..7e2fac5d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,6 +22,27 @@ 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 $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 + + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -252,8 +273,8 @@ bar { status_command while date +'%Y-%m-%d %X'; do sleep 1; done colors { - statusline #ffffff - background #323232 + statusline $foreground + background $background inactive_workspace #32323200 #32323200 #5c5c5c } }