Change Waybar configuration
This commit is contained in:
@@ -31,9 +31,9 @@
|
|||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"disable-markup": false,
|
"disable-markup": false,
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"format": " {icon} ",
|
|
||||||
"on-click": "activate",
|
|
||||||
"sort-by-number": true,
|
"sort-by-number": true,
|
||||||
|
"format": "{index}",
|
||||||
|
"on-click": "activate",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
"2": "",
|
"2": "",
|
||||||
@@ -121,12 +121,17 @@
|
|||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format-wifi": "{essid} ",
|
"tooltip": true,
|
||||||
"format-ethernet": "{ifname} ({ipaddr}) ",
|
"format-wifi": "{icon}",
|
||||||
"format-linked": "{essid} (No IP) ",
|
"format-ethernet": "{icon}",
|
||||||
"format-disconnected": "Disconnected ⚠",
|
"format-linked": "",
|
||||||
"tooltip": false,
|
"format-icons": ["", "", "", ""],
|
||||||
"on-click": "nm-connection-editor &"
|
"format-disconnected": "",
|
||||||
|
"tooltip-format": "{ifname}",
|
||||||
|
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||||
|
"tooltip-format-ethernet": "{ifname} ",
|
||||||
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
|
"on-click": "nm-connection-editor &",
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"hwmon-path": "/sys/class/hwmon/hwmon6/temp2_input",
|
"hwmon-path": "/sys/class/hwmon/hwmon6/temp2_input",
|
||||||
@@ -143,7 +148,7 @@
|
|||||||
"spacing": 5
|
"spacing": 5
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "{status} ",
|
"format": "",
|
||||||
"format-connected": "{device_alias} ",
|
"format-connected": "{device_alias} ",
|
||||||
"format-connected-battery": "{device_alias} {device_battery_percentage}% ",
|
"format-connected-battery": "{device_alias} {device_battery_percentage}% ",
|
||||||
"format-off": "", // "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device
|
"format-off": "", // "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ window#waybar {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
window > box {
|
window > box {
|
||||||
margin-left: 5px;
|
/* margin-left: 5px; */
|
||||||
margin-right: 5px;
|
/* margin-right: 5px; */
|
||||||
margin-top: 5px;
|
/* margin-top: 5px; */
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
|||||||
Reference in New Issue
Block a user