summaryrefslogtreecommitdiff
path: root/.config/sway/bar
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-05-01 13:04:14 -0500
committerMichael Hunteman <michael@huntm.net>2023-07-08 18:48:40 -0500
commit5dd596aa0ea5aba19a5f4c57edaaed7c04403558 (patch)
tree16f6327211d9bbcbb073f5159244a1e1902ac1ed /.config/sway/bar
Initial commit
Diffstat (limited to '.config/sway/bar')
-rw-r--r--.config/sway/bar15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/sway/bar b/.config/sway/bar
new file mode 100644
index 0000000..54d225b
--- /dev/null
+++ b/.config/sway/bar
@@ -0,0 +1,15 @@
+bar {
+ status_command status-bar
+ position top
+ pango_markup disabled
+ font DejaVu Sans Mono 10
+ strip_workspace_numbers yes
+ colors {
+ background $bar_background
+ statusline $foreground
+ inactive_workspace $background $background $inactive
+ active_workspace $background $background $foreground
+ urgent_workspace $red $red $foreground
+ focused_workspace $primary $primary $foreground
+ }
+}