feat: initial commit
This commit is contained in:
19
config/sway/light-mode
Normal file
19
config/sway/light-mode
Normal file
@ -0,0 +1,19 @@
|
||||
bar {
|
||||
position top
|
||||
status_command i3status
|
||||
colors {
|
||||
statusline #222222
|
||||
background #ededed
|
||||
# workspace type border background text
|
||||
inactive_workspace #888888 #efefef #666666
|
||||
active_workspace #454545 #444444 #bbbbbb
|
||||
focused_workspace #aaaaaa #d90166 #dddddd
|
||||
}
|
||||
}
|
||||
|
||||
# class border background text indicator child_border
|
||||
client.focused #c2005b #e0e0e0 #c2005b #2e92f4 #eeeeee
|
||||
client.unfocused #bbbbbb #ededed #666666
|
||||
client.focused_inactive #777777 #bcbcbc #444444
|
||||
|
||||
# vi:syntax=swayconfig
|
Reference in New Issue
Block a user