Browse Source

waybar flavours fix

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

193
config/waybar/configs/Chrysanthemum

@ -1,114 +1,113 @@
{ {
// GARDENIA // // CHRYSANTHEMUM//
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
//"mode": "dock", //"mode": "dock",
"exclusive": true, "exclusive": true,
"passthrough": false, "passthrough": false,
"position": "top", "position": "top",
"spacing": 5, "spacing": 5,
"fixed-center": false, "fixed-center": false,
"ipc": true, "ipc": true,
"margin-top": 0, "margin-top": 0,
"margin-bottom": 5, "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 // // M O D U L E S //
"hyprland/workspaces#gar": { "hyprland/workspaces#chry": {
"active-only": false, "active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
"show-special": false, "show-special": false,
"on-click": "activate", "on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1", "on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces": { "persistent_workspaces": {
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [], "4": [],
"5": [], "5": [],
},
"format-icons": {
"active": "",
"default": "",
}
}, },
"format-icons": {
"active": "",
"default": ""
}
"clock#gar": {
"format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
"hyprland/window#gar": {
"format": "{}",
"max-length": 60
}, },
"tray#gar": { "clock#chry": {
"icon-size": 15, "format": "{:%a %d | %H:%M}",
"spacing": 10 "format-alt": "{:%A, %d %B, %Y (%R)}"
}, },
"pulseaudio#gar": { "hyprland/window#chry": {
"format": "{icon} {volume}%", "format": "{}",
"format-bluetooth": "{icon} {volume}%", "max-length": 60
"format-bluetooth-muted": " {icon}", },
"format-muted": "󰸈",
"format-icons": { "tray#chry": {
"headphone": "", "icon-size": 15,
"hands-free": "", "spacing": 10
"headset": "", },
"phone": "",
"portable": "", "pulseaudio#chry": {
"car": "", "format": "{icon} {volume}%",
"default": ["", "", ""] "format-bluetooth": "{icon} {volume}%",
}, "format-bluetooth-muted": " {icon}",
"on-click": "pamixer --toggle-mute", "format-muted": "󰸈",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pamixer --toggle-mute",
"on-click-right": "pavucontrol", "on-click-right": "pavucontrol",
"tooltip": false "tooltip": false
}, },
"backlight#gar": { "backlight#chry": {
"device": "intel_backlight", "device": "intel_backlight",
"format": "{icon} {percent}%", "format": "{icon} {percent}%",
"format-icons": ["", ""] "format-icons": ["", ""]
}, },
"battery#gar": { "battery#chry": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
//"bat": "BAT1", //"bat": "BAT1",
//"adapter": "ACAD", //"adapter": "ACAD",
"full-at": 100, "full-at": 100,
"design-capacity": false, "design-capacity": false,
"states": { "states": {
"good": 95, "good": 95,
"warning": 30, "critical": 15
"critical": 15 },
}, "format": "{icon} {capacity}%",
"format": "{icon} {capacity}%", "format-charging": " {capacity}%",
"format-charging": " {capacity}%", "format-plugged": "󱘖 {capacity}%",
"format-plugged": "󱘖 {capacity}%", "format-full": "{icon} Full",
"format-full": "{icon} Full", "format-alt": "{icon} {time}",
"format-alt": "{icon} {time}", "format-icons": ["", "", "", "", ""],
"format-icons": ["", "", "", "", ""], "format-time": "{H}h {M}min",
"format-time": "{H}h {M}min", "tooltip": true,
"tooltip": true, "tooltip-format": "{timeTo} {power}w",
"tooltip-format": "{timeTo} {power}w", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh"
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
} }

Loading…
Cancel
Save