Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
17
.config/sway/config.d/60_swaybar_i3status
Normal file
17
.config/sway/config.d/60_swaybar_i3status
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Configure swaybar using i3status.
|
||||
|
||||
bar {
|
||||
status_command i3status
|
||||
|
||||
colors {
|
||||
background #000000
|
||||
statusline #ffffff
|
||||
separator #666666
|
||||
|
||||
focused_workspace #880044 #bb0066 #ffffff
|
||||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #333333 #222222 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
binding_mode #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue