summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-01-02 15:58:51 -0600
committerzachir <zachir@librem.one>2024-01-02 15:58:51 -0600
commit7b540ec7b7d3322fee585b48e34081eac075bad5 (patch)
treee2692456a78a91a0d6cfaaead6447f1e9dada212 /waybar
parentd8ffa9a96d6c4ed9eab9dedfa37c894f85e89929 (diff)
cla: hypr & waybar: set monitor config
This configures specifically cla monitors for hyprland and waybar.
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config47
1 files changed, 38 insertions, 9 deletions
diff --git a/waybar/config b/waybar/config
index 0590008..6935e59 100644
--- a/waybar/config
+++ b/waybar/config
@@ -19,16 +19,45 @@
"format": "{icon}",
"active-only": false,
"all-outputs": false,
+ "format-icons": {
+ "1": "1",
+ "2": "2",
+ "3": "3",
+ "4": "4",
+ "5": "5",
+ "6": "6",
+ "7": "7",
+ "8": "8",
+ "9": "9",
+ "10": "1",
+ "11": "2",
+ "12": "3",
+ "13": "4",
+ "14": "5",
+ "15": "6",
+ "16": "7",
+ "17": "8",
+ "18": "9",
+ },
"persistent_workspaces": {
- "1": [],
- "2": [],
- "3": [],
- "4": [],
- "5": [],
- "6": [],
- "7": [],
- "8": [],
- "9": []
+ "1": ["DP-1"],
+ "2": ["DP-1"],
+ "3": ["DP-1"],
+ "4": ["DP-1"],
+ "5": ["DP-1"],
+ "6": ["DP-1"],
+ "7": ["DP-1"],
+ "8": ["DP-1"],
+ "9": ["DP-1"],
+ "10": ["HDMI-A-1"],
+ "11": ["HDMI-A-1"],
+ "12": ["HDMI-A-1"],
+ "13": ["HDMI-A-1"],
+ "14": ["HDMI-A-1"],
+ "15": ["HDMI-A-1"],
+ "16": ["HDMI-A-1"],
+ "17": ["HDMI-A-1"],
+ "18": ["HDMI-A-1"]
},
"on-scroll-up": "hyprctl dispatch split-workspace e+1",
"on-scroll-down": "hyprctl dispatch split-workspace e-1",