Add all sway relevant config
This commit is contained in:
parent
483f435ef8
commit
284dd752dc
12 changed files with 399 additions and 2 deletions
17
.config/sway/bar
Normal file
17
.config/sway/bar
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position bottom
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command i3status
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue