feat: initial commit

This commit is contained in:
2024-09-14 14:51:03 +02:00
commit d4136d4129
23 changed files with 469 additions and 0 deletions

19
config/sway/light-mode Normal file
View 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