From b0aafc364c88b7e36b4d7e2c7153e155dc26e534 Mon Sep 17 00:00:00 2001 From: krautt Date: Wed, 15 Nov 2023 13:30:48 -0300 Subject: [PATCH] waybar flavours fix --- config/waybar/configs/Chrysanthemum | 187 ++++++++++++++-------------- 1 file changed, 93 insertions(+), 94 deletions(-) diff --git a/config/waybar/configs/Chrysanthemum b/config/waybar/configs/Chrysanthemum index dd76c34..facd046 100644 --- a/config/waybar/configs/Chrysanthemum +++ b/config/waybar/configs/Chrysanthemum @@ -1,115 +1,114 @@ { - // 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, - - "modules-left": ["clock#gar","tray"], - - "modules-center": ["hyprland/workspaces#gar"], - - "modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + "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": 0, +"modules-left": ["clock#chry","tray#chry"], + +"modules-center": ["hyprland/workspaces#chry"], - // M O D U L E S // +"modules-right": ["pulseaudio#chry","backlight#chry", "battery#chry"], - "hyprland/workspaces#gar": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent_workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - }, - "format-icons": { - "active": "", - "default": "", - } - - }, - "clock#gar": { - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" - }, + // M O D U L E S // + + "hyprland/workspaces#chry": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format-icons": { + "active": "", + "default": "" + } - "hyprland/window#gar": { - "format": "{}", - "max-length": 60 }, - "tray#gar": { - "icon-size": 15, - "spacing": 10 + "clock#chry": { + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" }, - "pulseaudio#gar": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon} {volume}%", - "format-bluetooth-muted": " {icon}", - "format-muted": "󰸈", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", ""] - }, - "on-click": "pamixer --toggle-mute", + "hyprland/window#chry": { + "format": "{}", + "max-length": 60 +}, + +"tray#chry": { + "icon-size": 15, + "spacing": 10 +}, + +"pulseaudio#chry": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon} {volume}%", + "format-bluetooth-muted": " {icon}", + "format-muted": "󰸈", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "on-click": "pamixer --toggle-mute", "on-click-right": "pavucontrol", "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": { - "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", +"battery#chry": { +"interval": 60, +"align": 0, +"rotate": 0, +//"bat": "BAT1", +//"adapter": "ACAD", +"full-at": 100, +"design-capacity": false, +"states": { + "good": 95, + "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" } - + } \ No newline at end of file