diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:45:46 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | 75d666322acfb6d8a58cbb4bf6a95782fe14b124 (patch) | |
| tree | c2df99bc6372b7ba28558261911336e4e797ebdf /.config/sway/colors.conf.in | |
| parent | 3d594f8a0da0e4e297df7ea1652048a80f7c8a96 (diff) | |
sway: make most of config auto-loading
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/sway/colors.conf.in')
| -rw-r--r-- | .config/sway/colors.conf.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/sway/colors.conf.in b/.config/sway/colors.conf.in deleted file mode 100644 index 4d9ed3c..0000000 --- a/.config/sway/colors.conf.in +++ /dev/null @@ -1,19 +0,0 @@ - -set $text {{ hex .bright_white }} -set $text2 {{ hex .normal_white }} -set $bg {{ hex .normal_black }} -#set $bg2 {{ hex (lighter .normal_black 0.2) }} -set $bg2 {{ hex .dim_white }} -set $main {{ hex .accent }} -set $main2 {{ hex .accent_darkerdarker }} -set $urgent {{ hex .bright_red }} -set $urgent2 {{ hex .normal_red }} -set $indicator_focused {{ hex .normal_yellow }} -set $indicator_unfocused $bg - -client.focused $main $main $text $indicator_focused $main -#client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg -client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2 -client.unfocused $bg $bg $text2 $indicator_unfocused $bg -#client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2 -client.urgent $urgent2 $urgent $text $indicator_focused $urgent |