Add sway window manager config.
This commit is contained in:
parent
e85be32a76
commit
a8f8018b27
7 changed files with 196 additions and 0 deletions
17
swaywm/config.d/status_bar
Normal file
17
swaywm/config.d/status_bar
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command while true; do /home/anna/bin/custom_sway_status.sh; sleep 1; done
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue