Update install.sh

This commit is contained in:
ITmail-dk
2024-11-04 13:01:12 +01:00
committed by GitHub
parent 3e3d4f21b9
commit 897cb05d41

View File

@@ -637,14 +637,15 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc
"height": 28, // Waybar height (to be removed for auto height) "height": 28, // Waybar height (to be removed for auto height)
//"width": 1400, // Waybar width //"width": 1400, // Waybar width
"spacing": 5, // Gaps between modules "spacing": 5, // Gaps between modules
"margin-top": 6, "margin-top": 0,
"margin-bottom": 6, "margin-bottom": 6,
"margin-left": 6, "margin-left": 6,
"margin-right": 6, "margin-right": 6,
// Choose the order of the modules // Choose the order of the modules
"modules-left": [ "modules-left": [
"hyprland/workspaces", "hyprland/mode",
"hyprland/mode" "hyprland/workspaces"
], ],
"modules-center": [ "modules-center": [
"hyprland/window" "hyprland/window"
@@ -680,7 +681,7 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc
"active": "", "active": "",
"default": "" "default": ""
}, },
"tooltip": false, "tooltip": false
}, },
"hyprland/mode": { "hyprland/mode": {
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"