Closed bps86 closed 3 weeks ago
Found solution.
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad",
"custom/media"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"mpd",
"idle_inhibitor",
"pulseaudio",
"network",
"cpu",
"memory",
"temperature",
"backlight",
"keyboard-state",
"sway/language",
"battery",
"battery#bat2",
"clock",
"tray"
],
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad",
"custom/media"
],
"modules-center": [
"sway/window"
],
"modules-right": [
// "mpd",
// "idle_inhibitor",
// "pulseaudio",
// "network",
// "cpu",
// "memory",
// "temperature",
// "backlight",
// "keyboard-state",
// "sway/language",
// "battery",
// "battery#bat2",
// "clock",
"tray"
],
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad",
"custom/media"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"mpd",
"idle_inhibitor",
"pulseaudio",
"network",
"cpu",
"memory",
"temperature",
// "backlight",
"keyboard-state",
"sway/language",
"battery",
"battery#bat2",
"clock",
"tray"
],
I've set some things up and suddenly my waybar minimum height changed because of module. How do I know which module is causing this effect?
previously height 30 works but now it changed to 46. Note that I haven't change anything with style.css or config file. I did install some packages before this happened. Changing the font size still leaves huge gap between up and down so there must be other module that causing this effect.