diff --git a/waybar/config_bottom.jsonc b/waybar/config_bottom.jsonc index cfa019c..850c214 100644 --- a/waybar/config_bottom.jsonc +++ b/waybar/config_bottom.jsonc @@ -59,7 +59,8 @@ "Alacritty" ], "app_ids-mapping": { - "firefoxdeveloperedition": "firefox-developer-edition" + "zen": "aaa", + "vesktop": "zzz" }, "rewrite": { ".*(steam_app_[0-9]+).*": "Game" diff --git a/waybar/config_top.jsonc b/waybar/config_top.jsonc index 8bb91da..3161462 100644 --- a/waybar/config_top.jsonc +++ b/waybar/config_top.jsonc @@ -8,6 +8,7 @@ "margin-left": 5, "margin-right": 5, "margin-top": 5, + "layer": "top", "spacing": 0, "reload_style_on_change": true, "modules-left": [ @@ -34,16 +35,29 @@ "hyprland/workspaces": { "disable-scroll": true, "all-outputs": false, - "active-only": true, + "active-only": false, "warp-on-scroll": false, + "move-to-monitor": true, "persistent-workspaces": { - "eDP-1": [1,2,3,4,5,6,7,8,9], - "HDMI-A-1": [10,11,12], + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + "6": [], + "7": [], + "8": [], + "9": [], + "10": [], + "11": [], + "12": [], + // "eDP-1": [1,2,3,4,5,6,7,8,9], + // "HDMI-A-1": [10,11,12], "IGNORED": [13,14] }, "ignore-workspaces": [ - "*13", - "*14" + "13", + "14" ], "format": "{icon}", "format-icons": { @@ -51,14 +65,14 @@ "2": "", "3": "󰄫", "4": "󰅡", - "5": "󰲨", + "5": "󰐌", "6": "󰲪", "7": "󰓓", "8": "", "9": "󱡝", "10": "󰥱", - "11": "", - "12": "", + "11": "󰍶", + "12": "󰐗", "default": "󰽢" } },