update to waybar
This commit is contained in:
parent
4aca2ec76b
commit
c197e986cd
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
// "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": 33, // Waybar height (to be removed for auto height)
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["sway/workspaces", "sway/mode", "mpris"],
|
"modules-left": ["mpris"],
|
||||||
"modules-center": [""],
|
"modules-center": [""],
|
||||||
"modules-right": ["backlight", "upower#mouse", "pulseaudio", "tray", "clock", "idle_inhibitor"],
|
"modules-right": ["pulseaudio", "tray", "clock", "idle_inhibitor"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "sway/workspaces": {
|
// "sway/workspaces": {
|
||||||
// "disable-scroll": true,
|
// "disable-scroll": true,
|
||||||
|
|
Loading…
Reference in New Issue