updated waybar settings
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
{
|
||||
// general bar settings
|
||||
"layer": "bottom",
|
||||
"output": ["DP-1", "DP-2", "HDMI-A-2"],
|
||||
"output": [
|
||||
"DP-1",
|
||||
"DP-2",
|
||||
"HDMI-A-2"
|
||||
],
|
||||
"position": "bottom",
|
||||
"mod": "dock",
|
||||
"exclusive": true,
|
||||
"gtk-layer-shell": true,
|
||||
"passthrough": false,
|
||||
"height": 32,
|
||||
// which modules to show
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["privacy"],
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"privacy"
|
||||
],
|
||||
"modules-right": [
|
||||
"cpu",
|
||||
"memory",
|
||||
@@ -58,9 +64,7 @@
|
||||
},
|
||||
},
|
||||
"network": {
|
||||
// only show the Wi-Fi glyph on wifi…
|
||||
"format-wifi": "<span color=\"#4F84CC\"></span> <span color=\"#CAD3E8\">{essid} ({signalStrength}%)</span>",
|
||||
// …and this little link-icon on Ethernet
|
||||
"format-ethernet": "<span color=\"#4F84CC\"></span> <span color=\"#CAD3E8\">{ifname}</span>",
|
||||
"format-disconnected": "<span color=\"#FFCC33\"> Disconnected</span>",
|
||||
"tooltip": true,
|
||||
@@ -77,7 +81,10 @@
|
||||
"alsa_output.usb-SteelSeries_Arctis_7_-00.analog-stereo": "", // SteelSeries headset
|
||||
"alsa_output.pci-0000_0a_00.4.iec958-stereo": "", // speaker icon for your soundbar
|
||||
"bluez_output.50_5E_5C_2D_F3_B2.1": "", // Bluetooth earbud icon
|
||||
"default": ["", ""], // fallback (low/hi)
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
], // fallback (low/hi)
|
||||
},
|
||||
},
|
||||
"bluetooth": {
|
||||
|
Reference in New Issue
Block a user