feat: initial commit
This commit is contained in:
14
config/sway/dark-mode
Normal file
14
config/sway/dark-mode
Normal file
@ -0,0 +1,14 @@
|
||||
bar {
|
||||
position top
|
||||
status_command i3status
|
||||
colors {
|
||||
statusline #dddddd
|
||||
background #222222
|
||||
inactive_workspace #323232 #323232 #999999
|
||||
active_workspace #cccccc #c2005b #bbbbbb
|
||||
focused_workspace #aaaaaa #d90166 #dddddd
|
||||
}
|
||||
}
|
||||
|
||||
client.focused #555555 #444444 #eeeeee #2e92f4 #555555
|
||||
# vi:syntax=swayconfig
|
Reference in New Issue
Block a user