summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
commit8b9ecc45a5434df877e8b11ac55a24e7609f2efb (patch)
treebb13f064b416500a53b17d7a294791180ae0f247
parentb9e2a13d791e933db33c934cb48854b5539fd0a0 (diff)
Configure Waybar
-rw-r--r--waybar.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/waybar.config b/waybar.config
new file mode 100644
index 0000000..2ce21ea
--- /dev/null
+++ b/waybar.config
@@ -0,0 +1,14 @@
+{ "layer" : "top" ,
+ "position" : "bottom" ,
+ "modules-left" : [ "sway/workspaces" ] ,
+ "modules-center" : [ "sway/window" ] ,
+ "modules-right" :
+ [ "battery" ,
+ "clock" ,
+ "tray" ] ,
+ "sway/window" : { "max-length" : 50 } ,
+ "battery" : { "format" : "{capacity}% {icon}" } ,
+ "clock" : { "format" : "{:%a, %Y-%m-%d %H:%M}" } ,
+ "tray" :
+ { "icon-size" : 24 ,
+ "show-passive-items" : true } } \ No newline at end of file