Browse Source

updated waybar defaults and modules

pull/87/head
JaKooLit 2 years ago
parent
commit
75d90acc08
  1. 4
      config/waybar/configs/[BOT] Default
  2. 6
      config/waybar/configs/[BOT] Default Laptop
  3. 4
      config/waybar/configs/[TOP] Default
  4. 4
      config/waybar/configs/[TOP] Default Laptop
  5. 5
      config/waybar/modules

4
config/waybar/configs/[BOT] Default

@ -43,12 +43,12 @@
],
"modules-right": [
"network#speed",
"custom/separator#dot-line",
"tray",
"mpris",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"network#speed",
"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",

6
config/waybar/configs/[BOT] Default Laptop

@ -43,12 +43,12 @@
],
"modules-right": [
"network#speed",
"custom/separator#dot-line",
"tray",
"mpris",
"mpris",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"network#speed",
"custom/separator#dot-line",
"battery",
"custom/separator#dot-line",

4
config/waybar/configs/[TOP] Default

@ -43,12 +43,12 @@
],
"modules-right": [
"network#speed",
"custom/separator#dot-line",
"tray",
"mpris",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"network#speed",
"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",

4
config/waybar/configs/[TOP] Default Laptop

@ -43,12 +43,12 @@
],
"modules-right": [
"network#speed",
"custom/separator#dot-line",
"tray",
"mpris",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"network#speed",
"custom/separator#dot-line",
"battery",
"custom/separator#dot-line",

5
config/waybar/modules

@ -344,6 +344,7 @@
},
"mpris": {
"interval": 1,
"format": "{player_icon} ",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"on-click-middle": "playerctl play-pause",
@ -447,7 +448,7 @@
},
"tray": {
"icon-size": 14,
"icon-size": 13,
"spacing": 8,
},
@ -463,7 +464,7 @@
"wlr/taskbar": {
"format": "{icon} {name} ",
"icon-size": 16,
"icon-size": 14,
"all-outputs": false,
"tooltip-format": "{title}",
"on-click": "activate",

Loading…
Cancel
Save