diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/.config/sway/config b/.config/sway/config index affbfb6..f1a9eec 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -65,27 +65,9 @@ set $fat_bpix 5 default_border pixel $bpix default_floating_border pixel $fat_bpix -set $text #fffffb -set $text2 #bdc0ba -set $bg #1C1C1C -set $bg2 #292929 -set $main #4e4371 -set $main2 #2e2843 - -set $urgent #9f353a -set $urgent2 #662225 -# set $indicator $bg -# set $indicator2 $bg -set $indicator_focused $bg2 -set $indicator_unfocused $bg - -client.focused $main $main2 $text $indicator_focused $main -client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg -client.unfocused $bg2 $bg $text2 $indicator_unfocused $bg -client.urgent $urgent2 $urgent $text $indicator_focused $urgent +include colors.conf # }}} - exec { light -S 80 once -- s6-svscan ${HOME}/.local/share/s6 |