Update install.sh
This commit is contained in:
35
install.sh
35
install.sh
@@ -526,9 +526,10 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc
|
|||||||
{
|
{
|
||||||
// "layer": "top", // Waybar at top layer
|
// "layer": "top", // Waybar at top layer
|
||||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||||
"height": 30, // Waybar height (to be removed for auto height)
|
"height": 28, // Waybar height (to be removed for auto height)
|
||||||
// "width": 1280, // Waybar width
|
"width": 980, // Waybar width
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
|
"margin-top": 10,
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
@@ -619,13 +620,13 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
// "icon-size": 21,
|
// "icon-size": 18,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
// "timezone": "America/New_York",
|
// "timezone": "America/New_York",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format-alt": "{:%Y-%m-%d}"
|
"format-alt": "{:%d-%m-%Y}"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
@@ -686,24 +687,14 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc
|
|||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
"scroll-step": 5,
|
||||||
"format": "{volume}% {icon} {format_source}",
|
"format": "<span color='#fab387'>{icon}</span> {volume}%",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-icons": {
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"default": ["", "", ""]
|
||||||
"format-muted": " {format_source}",
|
},
|
||||||
"format-source": "{volume}% ",
|
"on-click": "pavucontrol",
|
||||||
"format-source-muted": "",
|
"tooltip": false
|
||||||
"format-icons": {
|
},
|
||||||
"headphone": "",
|
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
|
||||||
"on-click": "pavucontrol"
|
|
||||||
},
|
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{icon} {text}",
|
"format": "{icon} {text}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|||||||
Reference in New Issue
Block a user