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