aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config-hyprland.json')
-rw-r--r--.config/waybar/config-hyprland.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/waybar/config-hyprland.json b/.config/waybar/config-hyprland.json
new file mode 100644
index 0000000..a82cd37
--- /dev/null
+++ b/.config/waybar/config-hyprland.json
@@ -0,0 +1,24 @@
+{
+ "name": "waybar-bot",
+ "layer": "top",
+ "position": "bottom",
+ "height": 20,
+ "spacing": 4,
+ "modules-left": [
+ "hyprland/workspaces"
+ ],
+ "modules-center": [
+ ],
+ "modules-right": [
+ ],
+ "hyprland/workspaces": {
+ "persistent-workspaces": {
+ "*": 9
+ },
+ "sort": "number"
+ },
+ "hyprland/window": {
+ "max-length": 200,
+ "seperate-outputs": true
+ }
+}