You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
643 B
26 lines
643 B
# Status Bar: |
|
# |
|
# Read `man 5 sway-bar` for more information about this section. |
|
#bar { |
|
# position top |
|
# icon_theme candy |
|
# # The default just shows the current date and time. |
|
# # status_command python3 ~/.config/sway/scripts.d/status.py |
|
# status_command while bash ~/.config/sway/status.sh; do sleep 1; done |
|
# |
|
# colors { |
|
# statusline #ffffff |
|
# background #000000cd |
|
# inactive_workspace #000000cd #000000cd #ffffff80 |
|
# focused_workspace #000000cd #000000cd #fca9e9ff |
|
# urgent_workspace #ffa000cd #000000cd #ffffffff |
|
# } |
|
#} |
|
|
|
|
|
|
|
exec waybar |
|
#bar { |
|
# swaybar_command waybar -s ~/.config/waybar/styles.css |
|
#} |
|
|
|
|