Browse Source

waybar flavours fix

pull/22/head
krautt 2 years ago
parent
commit
b0aafc364c
  1. 93
      config/waybar/configs/Chrysanthemum

93
config/waybar/configs/Chrysanthemum

@ -1,28 +1,28 @@
{
// GARDENIA //
// CHRYSANTHEMUM//
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": false,
"ipc": true,
"margin-top": 0,
"margin-bottom": 5,
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": false,
"ipc": true,
"margin-top": 0,
"margin-bottom": 0,
"modules-left": ["clock#gar","tray"],
"modules-left": ["clock#chry","tray#chry"],
"modules-center": ["hyprland/workspaces#gar"],
"modules-center": ["hyprland/workspaces#chry"],
"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"],
"modules-right": ["pulseaudio#chry","backlight#chry", "battery#chry"],
// M O D U L E S //
"hyprland/workspaces#gar": {
"hyprland/workspaces#chry": {
"active-only": false,
"all-outputs": true,
"format": "{icon}",
@ -39,27 +39,27 @@
},
"format-icons": {
"active": "",
"default": "",
"default": ""
}
},
"clock#gar": {
"clock#chry": {
"format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
"hyprland/window#gar": {
"hyprland/window#chry": {
"format": "{}",
"max-length": 60
},
},
"tray#gar": {
"tray#chry": {
"icon-size": 15,
"spacing": 10
},
},
"pulseaudio#gar": {
"pulseaudio#chry": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"format-bluetooth-muted": " {icon}",
@ -78,37 +78,36 @@
"tooltip": false
},
"backlight#gar": {
"device": "intel_backlight",
"format": "{icon} {percent}%",
"format-icons": ["", ""]
"backlight#chry": {
"device": "intel_backlight",
"format": "{icon} {percent}%",
"format-icons": ["", ""]
},
"battery#gar": {
"interval": 60,
"align": 0,
"rotate": 0,
//"bat": "BAT1",
//"adapter": "ACAD",
"full-at": 100,
"design-capacity": false,
"states": {
"battery#chry": {
"interval": 60,
"align": 0,
"rotate": 0,
//"bat": "BAT1",
//"adapter": "ACAD",
"full-at": 100,
"design-capacity": false,
"states": {
"good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": "󱘖 {capacity}%",
"format-full": "{icon} Full",
"format-alt": "{icon} {time}",
"format-icons": ["", "", "", "", ""],
"format-time": "{H}h {M}min",
"tooltip": true,
"tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": "󱘖 {capacity}%",
"format-full": "{icon} Full",
"format-alt": "{icon} {time}",
"format-icons": ["", "", "", "", ""],
"format-time": "{H}h {M}min",
"tooltip": true,
"tooltip-format": "{timeTo} {power}w",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh"
}

Loading…
Cancel
Save