From aa9a6ebfbb2f99f1301a1276dae3ea119a338ee9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 16 Dec 2023 11:59:19 +0900 Subject: Major Rename of waybar configs and styles for easier user to understand Kitty - pywal color change disabled by default Execs.conf re-organized Auto wallpaper changed disabled by default --- config/waybar/configs/Camellia [Bottom] | 175 ------------------------ config/waybar/configs/Camellia [TOP] | 177 ------------------------- config/waybar/configs/Chrysanthemum [Bottom] | 93 ------------- config/waybar/configs/Chrysanthemum [TOP] | 95 ------------- config/waybar/configs/ClassySleek [Bottom] | 47 ------- config/waybar/configs/ClassySleek [TOP] | 47 ------- config/waybar/configs/Default [Bottom] | 63 --------- config/waybar/configs/Default [Bottom]-Laptop | 67 ---------- config/waybar/configs/Default [TOP] | 63 --------- config/waybar/configs/Default [TOP]-Laptop | 67 ---------- config/waybar/configs/EastWing [Right] | 37 ------ config/waybar/configs/Gardenia [Bottom] | 99 -------------- config/waybar/configs/Gardenia [TOP] | 98 -------------- config/waybar/configs/Minimalist Stretch [TOP] | 40 ------ config/waybar/configs/Minimalist [TOP] | 31 ----- config/waybar/configs/NorthEast [TR] | 72 ---------- config/waybar/configs/NorthWest [TL] | 71 ---------- config/waybar/configs/Peony [Bottom] | 108 --------------- config/waybar/configs/Peony [TOP] | 102 -------------- config/waybar/configs/SouthEast [BR] | 75 ----------- config/waybar/configs/SouthWest [BL] | 75 ----------- config/waybar/configs/SummitSplit [Top & Bot] | 78 ----------- config/waybar/configs/WestWing [Left] | 37 ------ config/waybar/configs/[BOT & Left] SouthWest | 75 +++++++++++ config/waybar/configs/[BOT & Right] SouthEast | 75 +++++++++++ config/waybar/configs/[BOT] Camellia | 175 ++++++++++++++++++++++++ config/waybar/configs/[BOT] Chrysanthemum | 93 +++++++++++++ config/waybar/configs/[BOT] Default | 63 +++++++++ config/waybar/configs/[BOT] Default Laptop | 67 ++++++++++ config/waybar/configs/[BOT] Gardenia | 99 ++++++++++++++ config/waybar/configs/[BOT] Peony | 108 +++++++++++++++ config/waybar/configs/[BOT] Sleek | 47 +++++++ config/waybar/configs/[Left] WestWing | 37 ++++++ config/waybar/configs/[Right] EastWing | 37 ++++++ config/waybar/configs/[TOP & BOT] SummitSplit | 78 +++++++++++ config/waybar/configs/[TOP & Left] NorthWest | 71 ++++++++++ config/waybar/configs/[TOP & Right] NorthEast | 72 ++++++++++ config/waybar/configs/[TOP] Camellia | 177 +++++++++++++++++++++++++ config/waybar/configs/[TOP] Chrysanthemum | 95 +++++++++++++ config/waybar/configs/[TOP] Default | 63 +++++++++ config/waybar/configs/[TOP] Default Laptop | 67 ++++++++++ config/waybar/configs/[TOP] Gardenia | 98 ++++++++++++++ config/waybar/configs/[TOP] Minimal - Long | 40 ++++++ config/waybar/configs/[TOP] Minimal - Short | 31 +++++ config/waybar/configs/[TOP] Peony | 102 ++++++++++++++ config/waybar/configs/[TOP] Sleek | 46 +++++++ 46 files changed, 1816 insertions(+), 1817 deletions(-) delete mode 100644 config/waybar/configs/Camellia [Bottom] delete mode 100644 config/waybar/configs/Camellia [TOP] delete mode 100644 config/waybar/configs/Chrysanthemum [Bottom] delete mode 100644 config/waybar/configs/Chrysanthemum [TOP] delete mode 100644 config/waybar/configs/ClassySleek [Bottom] delete mode 100644 config/waybar/configs/ClassySleek [TOP] delete mode 100644 config/waybar/configs/Default [Bottom] delete mode 100644 config/waybar/configs/Default [Bottom]-Laptop delete mode 100644 config/waybar/configs/Default [TOP] delete mode 100644 config/waybar/configs/Default [TOP]-Laptop delete mode 100644 config/waybar/configs/EastWing [Right] delete mode 100644 config/waybar/configs/Gardenia [Bottom] delete mode 100644 config/waybar/configs/Gardenia [TOP] delete mode 100644 config/waybar/configs/Minimalist Stretch [TOP] delete mode 100644 config/waybar/configs/Minimalist [TOP] delete mode 100644 config/waybar/configs/NorthEast [TR] delete mode 100644 config/waybar/configs/NorthWest [TL] delete mode 100644 config/waybar/configs/Peony [Bottom] delete mode 100644 config/waybar/configs/Peony [TOP] delete mode 100644 config/waybar/configs/SouthEast [BR] delete mode 100644 config/waybar/configs/SouthWest [BL] delete mode 100644 config/waybar/configs/SummitSplit [Top & Bot] delete mode 100644 config/waybar/configs/WestWing [Left] create mode 100644 config/waybar/configs/[BOT & Left] SouthWest create mode 100644 config/waybar/configs/[BOT & Right] SouthEast create mode 100644 config/waybar/configs/[BOT] Camellia create mode 100644 config/waybar/configs/[BOT] Chrysanthemum create mode 100644 config/waybar/configs/[BOT] Default create mode 100644 config/waybar/configs/[BOT] Default Laptop create mode 100644 config/waybar/configs/[BOT] Gardenia create mode 100644 config/waybar/configs/[BOT] Peony create mode 100644 config/waybar/configs/[BOT] Sleek create mode 100644 config/waybar/configs/[Left] WestWing create mode 100644 config/waybar/configs/[Right] EastWing create mode 100644 config/waybar/configs/[TOP & BOT] SummitSplit create mode 100644 config/waybar/configs/[TOP & Left] NorthWest create mode 100644 config/waybar/configs/[TOP & Right] NorthEast create mode 100644 config/waybar/configs/[TOP] Camellia create mode 100644 config/waybar/configs/[TOP] Chrysanthemum create mode 100644 config/waybar/configs/[TOP] Default create mode 100644 config/waybar/configs/[TOP] Default Laptop create mode 100644 config/waybar/configs/[TOP] Gardenia create mode 100644 config/waybar/configs/[TOP] Minimal - Long create mode 100644 config/waybar/configs/[TOP] Minimal - Short create mode 100644 config/waybar/configs/[TOP] Peony create mode 100644 config/waybar/configs/[TOP] Sleek (limited to 'config/waybar/configs') diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/Camellia [Bottom] deleted file mode 100644 index 0e2305a9..00000000 --- a/config/waybar/configs/Camellia [Bottom] +++ /dev/null @@ -1,175 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............CAMELLIA.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 4, -"fixed-center": true, -"ipc": true, -//"margin-top": 0, -//"margin-bottom": 0, -//"margin-left": 0, -//"margin-right": 0, - -"modules-left": [ - "hyprland/workspaces#cam", - "custom/separator#line", - "mpris", - "tray#cam", - "wlr/taskbar"], - -"modules-center": ["hyprland/window#cam"], - -"modules-right": [ - "custom/backlight", - "backlight/slider", - "custom/speaker", - "pulseaudio/slider", - "battery#cam", - "clock#cam", - "network#cam"], - -// Additional modules // - -"hyprland/workspaces#cam": { - "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": { - "1": "Uno", - "2": "Due", - "3": "Tre", - "4": "Quattro", - "5": "Cinque", - "6":"Sei", - "7":"Sette", - "8":"Otto", - "9":"Nove", - "10":"Dieci" - } -}, - -"hyprland/window#cam": { - "format": "๏†’ {title}", - "max-length": 50, - "rewrite": { - "(.*) โ€” Mozilla Firefox": " $1", - "(.*) - zsh": "> [$1]" -}, - "separate-outputs": true -}, - -"clock#cam": { - "interval": 60, - //"format": "{:%A, %I:%M %P}", - "format": "{:%A, %H:%M}", - "max-length": 25, - -}, - -"battery#cam": { - "interval": 60, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "critical": 15 - }, - "format": "{capacity}% {icon}", - "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" -}, - -"pulseaudio/slider": { - "min": 0, - "max": 100, - "orientation": "horizontal" - -}, - -"custom/speaker": { - "exec": "echo '๐Ÿ”Š'", - "interval": 1, - "format": "{}" -}, - -"backlight/slider": { - "min": 0, - "max": 100, - "orientation": "horizontal", - "device": "intel_backlight" -}, - -"custom/backlight": { - "exec": "echo 'โœจ'", - "interval": 1, - "format": "{}" -}, - -"tray#cam": { - //"icon-size": 16, - "spacing": 10 -}, - -"network#cam": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "๓ฐŒ˜", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "max-length": 50, - "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] -}, - -"wlr/taskbar": { - "format": "{icon}", - //"icon-size": 14, - //"icon-theme": "Numix-Circle", - "tooltip-format": "{title}", - "on-click": "activate", - "on-click-middle": "close", - "ignore-list": [ - "kitty" - ], - "app_ids-mapping": { - "firefoxdeveloperedition": "firefox-developer-edition" - }, - "rewrite": { - "Firefox Web Browser": "Firefox", - "Foot Server": "Terminal" - } -} -} \ No newline at end of file diff --git a/config/waybar/configs/Camellia [TOP] b/config/waybar/configs/Camellia [TOP] deleted file mode 100644 index beeb80bd..00000000 --- a/config/waybar/configs/Camellia [TOP] +++ /dev/null @@ -1,177 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............CAMELLIA.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"margin-top": 0, -//"margin-bottom": 0, -//"margin-left": 0, -//"margin-right": 0, - -"modules-left": [ - "hyprland/workspaces#cam", - "custom/separator#line", - "mpris", - "tray#cam", - "wlr/taskbar" - ], - -"modules-center": ["hyprland/window#cam"], - -"modules-right": [ - "custom/backlight", - "backlight/slider", - "custom/speaker", - "pulseaudio/slider", - "battery#cam", - "clock#cam", - "network#cam" - ], - -// Additional modules // - -"hyprland/workspaces#cam": { - "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": { - "1": "Uno", - "2": "Due", - "3": "Tre", - "4": "Quattro", - "5": "Cinque", - "6":"Sei", - "7":"Sette", - "8":"Otto", - "9":"Nove", - "10":"Dieci" - } -}, - -"hyprland/window#cam": { - "format": "๏†’ {title}", - "max-length": 50, - "rewrite": { - "(.*) โ€” Mozilla Firefox": " $1", - "(.*) - zsh": "> [$1]" -}, - "separate-outputs": true -}, - -"clock#cam": { - "interval": 60, - //"format": "{:%A, %I:%M %P}", - "format": "{:%A, %H:%M}", - "max-length": 25, - -}, - -"battery#cam": { - "interval": 60, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "critical": 15 - }, - "format": "{capacity}% {icon}", - "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" -}, - -"pulseaudio/slider": { - "min": 0, - "max": 100, - "orientation": "horizontal", - -}, - -"custom/speaker": { - "exec": "echo '๐Ÿ”Š'", - "interval": 1, - "format": "{}" -}, - -"backlight/slider": { - "min": 0, - "max": 100, - "orientation": "horizontal", - //"device": "intel_backlight" -}, - -"custom/backlight": { - "exec": "echo 'โœจ'", - "interval": 1, - "format": "{}" -}, - -"tray#cam": { - //"icon-size": 16, - "spacing": 10 -}, - -"network#cam": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "๓ฐŒ˜", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "max-length": 50, - "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] -}, - -"wlr/taskbar": { - "format": "{icon}", - //"icon-size": 14, - //"icon-theme": "Numix-Circle", - "tooltip-format": "{title}", - "on-click": "activate", - "on-click-middle": "close", - "ignore-list": [ - "kitty" - ], - "app_ids-mapping": { - "firefoxdeveloperedition": "firefox-developer-edition" - }, - "rewrite": { - "Firefox Web Browser": "Firefox", - "Foot Server": "Terminal" - } -} -} \ No newline at end of file diff --git a/config/waybar/configs/Chrysanthemum [Bottom] b/config/waybar/configs/Chrysanthemum [Bottom] deleted file mode 100644 index 68bff674..00000000 --- a/config/waybar/configs/Chrysanthemum [Bottom] +++ /dev/null @@ -1,93 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............CHRYSANTHEMUM.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 5, -"fixed-center": true, -"ipc": true, -"margin-left": 5, -"margin-right": 5, - -"modules-left": ["clock#gar", "mpris", "tray"], - -"modules-center": ["hyprland/workspaces"], - -"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], - -// M O D U L E S // -"clock#gar": { - //"format": "{:%A, %I:%M %P}", - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" -}, - -"hyprland/window#gar": { - "format": "{}", - "max-length": 60 -}, - -"tray#gar": { - "icon-size": 15, - "spacing": 10 -}, - -"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", - "on-click-right": "pavucontrol", - "tooltip": false -}, - -"backlight#gar": { - //"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", -}, -} \ No newline at end of file diff --git a/config/waybar/configs/Chrysanthemum [TOP] b/config/waybar/configs/Chrysanthemum [TOP] deleted file mode 100644 index b8691847..00000000 --- a/config/waybar/configs/Chrysanthemum [TOP] +++ /dev/null @@ -1,95 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............CHRYSANTHEMUM.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 5, -"fixed-center": true, -"ipc": true, -"margin-left": 5, -"margin-right": 5, -"margin-top": 0, - -"modules-left": ["clock#gar", "mpris", "tray"], - -"modules-center": ["hyprland/workspaces"], - -"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], - -// M O D U L E S // - -"clock#gar": { - //"format": "{:%A, %I:%M %P}", - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" -}, - -"hyprland/window#gar": { - "format": "{}", - "max-length": 60 -}, - -"tray#gar": { - "icon-size": 15, - "spacing": 10 -}, - -"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", - "on-click-right": "pavucontrol", - "tooltip": false -}, - -"backlight#gar": { - //"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", -}, -} \ No newline at end of file diff --git a/config/waybar/configs/ClassySleek [Bottom] b/config/waybar/configs/ClassySleek [Bottom] deleted file mode 100644 index a7b1c152..00000000 --- a/config/waybar/configs/ClassySleek [Bottom] +++ /dev/null @@ -1,47 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ClassySleek - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "bottom", -"height": 14, -"margin-left": 10, -"margin-right": 10, -"margin-bottom": 2, - -"modules-left": [ - "custom/menu", - "custom/separator#blank_2", - "mpris", - "hyprland/window" -], - -"modules-center": [ - "hyprland/workspaces" -], - -"modules-right": [ - "tray", - "pulseaudio", - "clock", - "custom/power" - - ], - - -// Additional format / customize modules - -"custom/power": { - "format": "๏€‘ ", - "icon-size": 20, - "tooltip": false, -}, - -"clock": { - //"format": "{:%I:%M %p - %d/%b}", //for AM/PM - "format": "{:%H:%M - %d/%b}", // 24H - "tooltip": false -}, -} diff --git a/config/waybar/configs/ClassySleek [TOP] b/config/waybar/configs/ClassySleek [TOP] deleted file mode 100644 index 311a0942..00000000 --- a/config/waybar/configs/ClassySleek [TOP] +++ /dev/null @@ -1,47 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ClassySleek - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "top", -"height": 14, -"margin-left": 10, -"margin-right": 10, -"margin-top": 2, - -"modules-left": [ - "custom/menu", - "custom/separator#blank_2", - "mpris", - "hyprland/window" -], - -"modules-center": [ - "hyprland/workspaces" -], - -"modules-right": [ - "tray", - "pulseaudio", - "clock", - "custom/power" - - ], - - -// Additional format / customize modules - -"custom/power": { - "format": "๏€‘ ", - "icon-size": 20, - "tooltip": false, -}, - -"clock": { - //"format": "{:%I:%M %p - %d/%b}", //for AM/PM - "format": "{:%H:%M - %d/%b}", // 24H - "tooltip": false -}, -} diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/Default [Bottom] deleted file mode 100644 index 9e520d6a..00000000 --- a/config/waybar/configs/Default [Bottom] +++ /dev/null @@ -1,63 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### DEFAULT Bottom ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"margin-top": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#pacman", - "custom/separator#dot-line", - "cpu", - "custom/separator#dot-line", - "temperature", - "custom/separator#dot-line", - "memory", - "custom/separator#dot-line", - "custom/weather", - ], - -"modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], - -"modules-right": [ - "tray", - "mpris", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - "network#speed", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/keyboard", - "custom/separator#dot-line", - "custom/power", - ], -} diff --git a/config/waybar/configs/Default [Bottom]-Laptop b/config/waybar/configs/Default [Bottom]-Laptop deleted file mode 100644 index fb8f1483..00000000 --- a/config/waybar/configs/Default [Bottom]-Laptop +++ /dev/null @@ -1,67 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### DEFAULT Bottom - Laptop### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"margin-top": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#pacman", - "custom/separator#dot-line", - "cpu", - "custom/separator#dot-line", - "temperature", - "custom/separator#dot-line", - "memory", - "custom/separator#dot-line", - "custom/weather", - ], - -"modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], - -"modules-right": [ - "tray", - "mpris", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - "network#speed", - "custom/separator#dot-line", - "battery", - "custom/separator#dot-line", - "backlight", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/keyboard", - "custom/separator#dot-line", - "custom/power", - ], -} diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] deleted file mode 100644 index 51af0aef..00000000 --- a/config/waybar/configs/Default [TOP] +++ /dev/null @@ -1,63 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### DEFAULT - Top ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 3, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#pacman", - "custom/separator#dot-line", - "cpu", - "custom/separator#dot-line", - "temperature", - "custom/separator#dot-line", - "memory", - "custom/separator#dot-line", - "custom/weather", - ], - -"modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], - -"modules-right": [ - "tray", - "mpris", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - "network#speed", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/keyboard", - "custom/separator#dot-line", - "custom/power", - ], -} \ No newline at end of file diff --git a/config/waybar/configs/Default [TOP]-Laptop b/config/waybar/configs/Default [TOP]-Laptop deleted file mode 100644 index d82b0da1..00000000 --- a/config/waybar/configs/Default [TOP]-Laptop +++ /dev/null @@ -1,67 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### DEFAULT Top -Laptop ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 3, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#pacman", - "custom/separator#dot-line", - "cpu", - "custom/separator#dot-line", - "temperature", - "custom/separator#dot-line", - "memory", - "custom/separator#dot-line", - "custom/weather", - ], - -"modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], - -"modules-right": [ - "tray", - "mpris", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - "network#speed", - "custom/separator#dot-line", - "battery", - "custom/separator#dot-line", - "backlight", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/keyboard", - "custom/separator#dot-line", - "custom/power", - ], -} \ No newline at end of file diff --git a/config/waybar/configs/EastWing [Right] b/config/waybar/configs/EastWing [Right] deleted file mode 100644 index 4fc258cf..00000000 --- a/config/waybar/configs/EastWing [Right] +++ /dev/null @@ -1,37 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### RIGHT PANEL ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "right", -"margin-top": 8, -"margin-bottom": 8, -//"margin-left": 3, -"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "clock#vertical", - "custom/light_dark", -], - -"modules-center": [ - "hyprland/workspaces", -], - -"modules-right": [ - "mpris", - "tray", - //"network", - "backlight#vertical", - "pulseaudio#microphone_vertical", - "pulseaudio#vertical", - "custom/power_vertical", - "custom/menu", -], -} diff --git a/config/waybar/configs/Gardenia [Bottom] b/config/waybar/configs/Gardenia [Bottom] deleted file mode 100644 index ce460426..00000000 --- a/config/waybar/configs/Gardenia [Bottom] +++ /dev/null @@ -1,99 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............GARDENIA.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 5, -"fixed-center": false, -"ipc": true, -//"margin-top": 5, -"margin-bottom": 5, -"width": 768, - -"modules-left": ["clock#gar", "mpris", "tray"], - -"modules-center": ["hyprland/workspaces#kanji"], - -"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], - - -// M O D U L E S // - -"clock#gar": { - //"format": "{:%A, %I:%M %P}", - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" -}, - -"hyprland/window#gar": { - "format": "{}", - "max-length": 60 -}, - -"tray#gar": { - "icon-size": 15, - "spacing": 10 -}, - -"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", - "on-click-right": "pavucontrol", - "tooltip": false -}, - -"backlight#gar": { - "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", -}, - -} \ No newline at end of file diff --git a/config/waybar/configs/Gardenia [TOP] b/config/waybar/configs/Gardenia [TOP] deleted file mode 100644 index 293c9852..00000000 --- a/config/waybar/configs/Gardenia [TOP] +++ /dev/null @@ -1,98 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* .............GARDENIA.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 5, -"fixed-center": false, -"ipc": true, -"margin-top": 5, -//"margin-bottom": 5, -"width": 768, - -"modules-left": ["clock#gar", "mpris", "tray"], - -"modules-center": ["hyprland/workspaces#kanji"], - -"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], - - -// M O D U L E S // - -"clock#gar": { - //"format": "{:%A, %I:%M %P}", - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" -}, - -"hyprland/window#gar": { - "format": "{}", - "max-length": 60 -}, - -"tray#gar": { - "icon-size": 15, - "spacing": 10 -}, - -"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", - "on-click-right": "pavucontrol", - "tooltip": false -}, - -"backlight#gar": { - "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", -}, - -} \ No newline at end of file diff --git a/config/waybar/configs/Minimalist Stretch [TOP] b/config/waybar/configs/Minimalist Stretch [TOP] deleted file mode 100644 index dc519ad9..00000000 --- a/config/waybar/configs/Minimalist Stretch [TOP] +++ /dev/null @@ -1,40 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### SIMPLE - Long ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 6, -"fixed-center": true, -"ipc": true, -"margin-top": 3, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "custom/separator#blank_2", - "hyprland/workspaces#pacman", - "custom/separator#blank_2", - "mpris", - "tray", - ], -"modules-center": [ - "clock", - ], -"modules-right": [ - "group/motherboard", - "custom/separator#blank_2", - "group/laptop", - "custom/separator#blank_2", - "group/audio", - "custom/separator#blank_2", - "custom/power", - ], - -} \ No newline at end of file diff --git a/config/waybar/configs/Minimalist [TOP] b/config/waybar/configs/Minimalist [TOP] deleted file mode 100644 index 1368667c..00000000 --- a/config/waybar/configs/Minimalist [TOP] +++ /dev/null @@ -1,31 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### SIMPLE -SHORT ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "top", -"width": 1050, -"margin-top": 3, - -"modules-left": [ - "clock", - "custom/weather", - ], - -"modules-center": [ - "hyprland/workspaces#roman" - ], - -"modules-right": [ - "custom/menu", - "tray", - "mpris", - "network", - "bluetooth", - "backlight", - "pulseaudio", - "battery", - "custom/power"], -} diff --git a/config/waybar/configs/NorthEast [TR] b/config/waybar/configs/NorthEast [TR] deleted file mode 100644 index f2e1fe57..00000000 --- a/config/waybar/configs/NorthEast [TR] +++ /dev/null @@ -1,72 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### TOP and LEFT PANEL ## // - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"width": 1200, -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 2, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "custom/separator#blank_2", - "group/motherboard", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#pacman", - ], - -"modules-right": [ - "network", - "bluetooth", - "custom/weather", - "custom/separator#blank_2", - "group/audio", - "custom/separator#blank_2", - "keyboard-state", - "custom/power", - ], -}, - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "right", -"height": 650, -"margin-top": 8, -"margin-bottom": 8, -//"margin-left": 3, -"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - "idle_inhibitor", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "mpris", - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/NorthWest [TL] b/config/waybar/configs/NorthWest [TL] deleted file mode 100644 index 6fc84642..00000000 --- a/config/waybar/configs/NorthWest [TL] +++ /dev/null @@ -1,71 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### TOP and LEFT PANEL ## // - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"width": 1200, -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 2, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "custom/separator#blank_2", - "group/motherboard", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#pacman", - ], - -"modules-right": [ - "network", - "bluetooth", - "custom/weather", - "custom/separator#blank_2", - "group/audio", - "custom/separator#blank_2", - "keyboard-state", - "custom/power", - ], -}, - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "left", -"height": 650, -"margin-top": 8, -"margin-bottom": 8, -"margin-left": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - "idle_inhibitor", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "mpris", - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom] deleted file mode 100644 index 7f049c18..00000000 --- a/config/waybar/configs/Peony [Bottom] +++ /dev/null @@ -1,108 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* ................PEONY.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 4, -"fixed-center": true, -"ipc": true, -//"margin-top": 5, -"margin-bottom": 5, -"width": 1444, - -"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], - -"modules-center": ["clock#peony"], - -"modules-right": [ - "battery#peony", - "custom/separator#blank", - "backlight#peony", - "custom/separator#blank", - "pulseaudio", - "custom/separator#blank", - "temperature", - "custom/separator#blank", - "network#peony"], - - -//M O D U L E S // - -"clock#peony": { - "interval": 60, - "tooltip-format": "{:%B %Y}\n{calendar}", - //"format": "{:%B | %a %d, %Y | %I:%M %p}", - "format": "{:%B | %a %d, %Y | %H:%M}", - "format-alt": "{:%a %b %d, %G}", -}, - -"wireplumber#peony": { - "format": "{icon} {volume}", - "format-muted": "๏‘ฆ Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": ["๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ"], -}, - -"backlight#peony": { - "device": "intel_backlight", - "format": "{percent}% {icon}", - "format-icons": ["๓ฐ›ฉ", "๓ฑฉŽ", "๓ฑฉ", "๓ฑฉ‘", "๓ฑฉ’", "๓ฑฉ“", "๓ฑฉ”", "๓ฑฉ•", "๓ฐ›จ"], -}, - -"network#peony": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "๓ฐŒ˜", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "max-length": 50, - "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] -}, - -"battery#peony": { - "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", -}, - -"tray#peony": { - "icon-size": 17, - "spacing": 8, -} -} \ No newline at end of file diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] deleted file mode 100644 index 83ec43f5..00000000 --- a/config/waybar/configs/Peony [TOP] +++ /dev/null @@ -1,102 +0,0 @@ -//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ -//* ............................................*/ -//* ................PEONY.......................*/ -//* ............................................*/ -//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ - -{ - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 4, -"fixed-center": true, -"ipc": true, -"margin-top": 5, -//"margin-bottom": 5, -"width": 1444, - -"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], - -"modules-center": ["clock#peony"], - -"modules-right": [ - "battery#peony", - "custom/separator#blank", - "backlight#peony", - "custom/separator#blank", - "pulseaudio", - "custom/separator#blank", - "temperature", - "custom/separator#blank", - "network#peony"], - - -//M O D U L E S // - -"clock#peony": { - "interval": 60, - "tooltip-format": "{:%B %Y}\n{calendar}", - //"format": "{:%B | %a %d, %Y | %I:%M %p}", - "format": "{:%B | %a %d, %Y | %H:%M}", - "format-alt": "{:%a %b %d, %G}", -}, - -"wireplumber#peony": { - "format": "{icon} {volume}", - "format-muted": "๏‘ฆ Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": ["๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ"], -}, - -"network#peony": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "๓ฐŒ˜", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "max-length": 50, - "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] -}, - -"battery#peony": { - "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", -}, - -"tray#peony": { - "icon-size": 17, - "spacing": 8, -} -} \ No newline at end of file diff --git a/config/waybar/configs/SouthEast [BR] b/config/waybar/configs/SouthEast [BR] deleted file mode 100644 index 68629cbc..00000000 --- a/config/waybar/configs/SouthEast [BR] +++ /dev/null @@ -1,75 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### BOTTOM and RIGHT PANEL - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 2, -"fixed-center": true, -"ipc": true, -"margin-left": 6, -"margin-right": 6, -"margin-bottom": 2, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#roman", - ], - -"modules-right": [ - //"network", - //"bluetooth", - "custom/weather", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", - ], -}, - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "right", -"height": 650, -"margin-top": 8, -"margin-bottom": 8, -//"margin-left": 3, -"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - "idle_inhibitor", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "mpris", - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/SouthWest [BL] b/config/waybar/configs/SouthWest [BL] deleted file mode 100644 index 27bec456..00000000 --- a/config/waybar/configs/SouthWest [BL] +++ /dev/null @@ -1,75 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### BOTTOM and LEFT PANEL - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 2, -"fixed-center": true, -"ipc": true, -"margin-left": 6, -"margin-right": 6, -"margin-bottom": 2, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#roman", - ], - -"modules-right": [ - //"network", - //"bluetooth", - "custom/weather", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", - ], -}, - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "left", -"height": 650, -"margin-top": 8, -"margin-bottom": 8, -"margin-left": 3, -//"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - "idle_inhibitor", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "mpris", - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/SummitSplit [Top & Bot] b/config/waybar/configs/SummitSplit [Top & Bot] deleted file mode 100644 index c98b3514..00000000 --- a/config/waybar/configs/SummitSplit [Top & Bot] +++ /dev/null @@ -1,78 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### DUAL TOP and BOTTOM ### // - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 1, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - "idle_inhibitor", - "clock", - "custom/light_dark", - ], - -"modules-right": [ - "custom/weather", - "battery", - "backlight", - "bluetooth", - "network", - //"custom/updater", - "custom/cycle_wall", - "custom/lock", - ], -}, - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 5, -"fixed-center": true, -"ipc": true, -"margin-left": 8, -"margin-right": 8, -//"margin-bottom": 0, - -"modules-left": [ - "custom/menu", - "wlr/taskbar", - ], - -"modules-center": [ - "hyprland/workspaces#4", - ], - -"modules-right": [ - "hyprland/window", - "tray", - "mpris", - "keyboard-state", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "custom/power", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/WestWing [Left] b/config/waybar/configs/WestWing [Left] deleted file mode 100644 index 1458b43c..00000000 --- a/config/waybar/configs/WestWing [Left] +++ /dev/null @@ -1,37 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### LEFT PANEL ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "left", -"margin-top": 8, -"margin-bottom": 8, -"margin-left": 3, -//"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "clock#vertical", - "custom/light_dark", -], - -"modules-center": [ - "hyprland/workspaces", -], - -"modules-right": [ - "mpris", - "tray", - //"network", - "backlight#vertical", - "pulseaudio#microphone_vertical", - "pulseaudio#vertical", - "custom/power_vertical", - "custom/menu", -], -} diff --git a/config/waybar/configs/[BOT & Left] SouthWest b/config/waybar/configs/[BOT & Left] SouthWest new file mode 100644 index 00000000..27bec456 --- /dev/null +++ b/config/waybar/configs/[BOT & Left] SouthWest @@ -0,0 +1,75 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### BOTTOM and LEFT PANEL + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 2, +"fixed-center": true, +"ipc": true, +"margin-left": 6, +"margin-right": 6, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#roman", + ], + +"modules-right": [ + //"network", + //"bluetooth", + "custom/weather", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "left", +"height": 650, +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 3, +//"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + "idle_inhibitor", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "mpris", + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast new file mode 100644 index 00000000..68629cbc --- /dev/null +++ b/config/waybar/configs/[BOT & Right] SouthEast @@ -0,0 +1,75 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### BOTTOM and RIGHT PANEL + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 2, +"fixed-center": true, +"ipc": true, +"margin-left": 6, +"margin-right": 6, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#roman", + ], + +"modules-right": [ + //"network", + //"bluetooth", + "custom/weather", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "right", +"height": 650, +"margin-top": 8, +"margin-bottom": 8, +//"margin-left": 3, +"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + "idle_inhibitor", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "mpris", + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/[BOT] Camellia b/config/waybar/configs/[BOT] Camellia new file mode 100644 index 00000000..0e2305a9 --- /dev/null +++ b/config/waybar/configs/[BOT] Camellia @@ -0,0 +1,175 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............CAMELLIA.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 4, +"fixed-center": true, +"ipc": true, +//"margin-top": 0, +//"margin-bottom": 0, +//"margin-left": 0, +//"margin-right": 0, + +"modules-left": [ + "hyprland/workspaces#cam", + "custom/separator#line", + "mpris", + "tray#cam", + "wlr/taskbar"], + +"modules-center": ["hyprland/window#cam"], + +"modules-right": [ + "custom/backlight", + "backlight/slider", + "custom/speaker", + "pulseaudio/slider", + "battery#cam", + "clock#cam", + "network#cam"], + +// Additional modules // + +"hyprland/workspaces#cam": { + "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": { + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } +}, + +"hyprland/window#cam": { + "format": "๏†’ {title}", + "max-length": 50, + "rewrite": { + "(.*) โ€” Mozilla Firefox": " $1", + "(.*) - zsh": "> [$1]" +}, + "separate-outputs": true +}, + +"clock#cam": { + "interval": 60, + //"format": "{:%A, %I:%M %P}", + "format": "{:%A, %H:%M}", + "max-length": 25, + +}, + +"battery#cam": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "critical": 15 + }, + "format": "{capacity}% {icon}", + "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" +}, + +"pulseaudio/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal" + +}, + +"custom/speaker": { + "exec": "echo '๐Ÿ”Š'", + "interval": 1, + "format": "{}" +}, + +"backlight/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + "device": "intel_backlight" +}, + +"custom/backlight": { + "exec": "echo 'โœจ'", + "interval": 1, + "format": "{}" +}, + +"tray#cam": { + //"icon-size": 16, + "spacing": 10 +}, + +"network#cam": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "๓ฐŒ˜", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "max-length": 50, + "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] +}, + +"wlr/taskbar": { + "format": "{icon}", + //"icon-size": 14, + //"icon-theme": "Numix-Circle", + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "kitty" + ], + "app_ids-mapping": { + "firefoxdeveloperedition": "firefox-developer-edition" + }, + "rewrite": { + "Firefox Web Browser": "Firefox", + "Foot Server": "Terminal" + } +} +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT] Chrysanthemum b/config/waybar/configs/[BOT] Chrysanthemum new file mode 100644 index 00000000..68bff674 --- /dev/null +++ b/config/waybar/configs/[BOT] Chrysanthemum @@ -0,0 +1,93 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............CHRYSANTHEMUM.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 5, +"fixed-center": true, +"ipc": true, +"margin-left": 5, +"margin-right": 5, + +"modules-left": ["clock#gar", "mpris", "tray"], + +"modules-center": ["hyprland/workspaces"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + +// M O D U L E S // +"clock#gar": { + //"format": "{:%A, %I:%M %P}", + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, + +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, + +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, + +"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", + "on-click-right": "pavucontrol", + "tooltip": false +}, + +"backlight#gar": { + //"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", +}, +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default new file mode 100644 index 00000000..9e520d6a --- /dev/null +++ b/config/waybar/configs/[BOT] Default @@ -0,0 +1,63 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### DEFAULT Bottom ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +} diff --git a/config/waybar/configs/[BOT] Default Laptop b/config/waybar/configs/[BOT] Default Laptop new file mode 100644 index 00000000..fb8f1483 --- /dev/null +++ b/config/waybar/configs/[BOT] Default Laptop @@ -0,0 +1,67 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### DEFAULT Bottom - Laptop### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +} diff --git a/config/waybar/configs/[BOT] Gardenia b/config/waybar/configs/[BOT] Gardenia new file mode 100644 index 00000000..ce460426 --- /dev/null +++ b/config/waybar/configs/[BOT] Gardenia @@ -0,0 +1,99 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 5, +"fixed-center": false, +"ipc": true, +//"margin-top": 5, +"margin-bottom": 5, +"width": 768, + +"modules-left": ["clock#gar", "mpris", "tray"], + +"modules-center": ["hyprland/workspaces#kanji"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + + +// M O D U L E S // + +"clock#gar": { + //"format": "{:%A, %I:%M %P}", + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, + +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, + +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, + +"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", + "on-click-right": "pavucontrol", + "tooltip": false +}, + +"backlight#gar": { + "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", +}, + +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT] Peony b/config/waybar/configs/[BOT] Peony new file mode 100644 index 00000000..7f049c18 --- /dev/null +++ b/config/waybar/configs/[BOT] Peony @@ -0,0 +1,108 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* ................PEONY.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 4, +"fixed-center": true, +"ipc": true, +//"margin-top": 5, +"margin-bottom": 5, +"width": 1444, + +"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], + +"modules-center": ["clock#peony"], + +"modules-right": [ + "battery#peony", + "custom/separator#blank", + "backlight#peony", + "custom/separator#blank", + "pulseaudio", + "custom/separator#blank", + "temperature", + "custom/separator#blank", + "network#peony"], + + +//M O D U L E S // + +"clock#peony": { + "interval": 60, + "tooltip-format": "{:%B %Y}\n{calendar}", + //"format": "{:%B | %a %d, %Y | %I:%M %p}", + "format": "{:%B | %a %d, %Y | %H:%M}", + "format-alt": "{:%a %b %d, %G}", +}, + +"wireplumber#peony": { + "format": "{icon} {volume}", + "format-muted": "๏‘ฆ Mute", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "format-icons": ["๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ"], +}, + +"backlight#peony": { + "device": "intel_backlight", + "format": "{percent}% {icon}", + "format-icons": ["๓ฐ›ฉ", "๓ฑฉŽ", "๓ฑฉ", "๓ฑฉ‘", "๓ฑฉ’", "๓ฑฉ“", "๓ฑฉ”", "๓ฑฉ•", "๓ฐ›จ"], +}, + +"network#peony": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "๓ฐŒ˜", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "max-length": 50, + "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] +}, + +"battery#peony": { + "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", +}, + +"tray#peony": { + "icon-size": 17, + "spacing": 8, +} +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT] Sleek b/config/waybar/configs/[BOT] Sleek new file mode 100644 index 00000000..10175e8a --- /dev/null +++ b/config/waybar/configs/[BOT] Sleek @@ -0,0 +1,47 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// Sleek + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "bottom", +"height": 14, +"margin-left": 10, +"margin-right": 10, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "mpris", + "hyprland/window" +], + +"modules-center": [ + "hyprland/workspaces" +], + +"modules-right": [ + "tray", + "pulseaudio", + "clock", + "custom/power" + + ], + + +// Additional format / customize modules + +"custom/power": { + "format": "๏€‘ ", + "icon-size": 20, + "tooltip": false, +}, + +"clock": { + //"format": "{:%I:%M %p - %d/%b}", //for AM/PM + "format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +} diff --git a/config/waybar/configs/[Left] WestWing b/config/waybar/configs/[Left] WestWing new file mode 100644 index 00000000..1458b43c --- /dev/null +++ b/config/waybar/configs/[Left] WestWing @@ -0,0 +1,37 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### LEFT PANEL ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "left", +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 3, +//"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "clock#vertical", + "custom/light_dark", +], + +"modules-center": [ + "hyprland/workspaces", +], + +"modules-right": [ + "mpris", + "tray", + //"network", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/power_vertical", + "custom/menu", +], +} diff --git a/config/waybar/configs/[Right] EastWing b/config/waybar/configs/[Right] EastWing new file mode 100644 index 00000000..4fc258cf --- /dev/null +++ b/config/waybar/configs/[Right] EastWing @@ -0,0 +1,37 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### RIGHT PANEL ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "right", +"margin-top": 8, +"margin-bottom": 8, +//"margin-left": 3, +"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "clock#vertical", + "custom/light_dark", +], + +"modules-center": [ + "hyprland/workspaces", +], + +"modules-right": [ + "mpris", + "tray", + //"network", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/power_vertical", + "custom/menu", +], +} diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit new file mode 100644 index 00000000..c98b3514 --- /dev/null +++ b/config/waybar/configs/[TOP & BOT] SummitSplit @@ -0,0 +1,78 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### DUAL TOP and BOTTOM ### // + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 1, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + "idle_inhibitor", + "clock", + "custom/light_dark", + ], + +"modules-right": [ + "custom/weather", + "battery", + "backlight", + "bluetooth", + "network", + //"custom/updater", + "custom/cycle_wall", + "custom/lock", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 5, +"fixed-center": true, +"ipc": true, +"margin-left": 8, +"margin-right": 8, +//"margin-bottom": 0, + +"modules-left": [ + "custom/menu", + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/workspaces#4", + ], + +"modules-right": [ + "hyprland/window", + "tray", + "mpris", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "custom/power", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/[TOP & Left] NorthWest b/config/waybar/configs/[TOP & Left] NorthWest new file mode 100644 index 00000000..6fc84642 --- /dev/null +++ b/config/waybar/configs/[TOP & Left] NorthWest @@ -0,0 +1,71 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### TOP and LEFT PANEL ## // + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"width": 1200, +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 2, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "group/motherboard", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#pacman", + ], + +"modules-right": [ + "network", + "bluetooth", + "custom/weather", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "keyboard-state", + "custom/power", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "left", +"height": 650, +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + "idle_inhibitor", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "mpris", + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/[TOP & Right] NorthEast b/config/waybar/configs/[TOP & Right] NorthEast new file mode 100644 index 00000000..84ab71ef --- /dev/null +++ b/config/waybar/configs/[TOP & Right] NorthEast @@ -0,0 +1,72 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### TOP and Right PANEL ## // + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"width": 1200, +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 2, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "group/motherboard", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#pacman", + ], + +"modules-right": [ + "network", + "bluetooth", + "custom/weather", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "keyboard-state", + "custom/power", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "right", +"height": 650, +"margin-top": 8, +"margin-bottom": 8, +//"margin-left": 3, +"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + "idle_inhibitor", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "mpris", + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Camellia b/config/waybar/configs/[TOP] Camellia new file mode 100644 index 00000000..beeb80bd --- /dev/null +++ b/config/waybar/configs/[TOP] Camellia @@ -0,0 +1,177 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............CAMELLIA.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"margin-top": 0, +//"margin-bottom": 0, +//"margin-left": 0, +//"margin-right": 0, + +"modules-left": [ + "hyprland/workspaces#cam", + "custom/separator#line", + "mpris", + "tray#cam", + "wlr/taskbar" + ], + +"modules-center": ["hyprland/window#cam"], + +"modules-right": [ + "custom/backlight", + "backlight/slider", + "custom/speaker", + "pulseaudio/slider", + "battery#cam", + "clock#cam", + "network#cam" + ], + +// Additional modules // + +"hyprland/workspaces#cam": { + "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": { + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } +}, + +"hyprland/window#cam": { + "format": "๏†’ {title}", + "max-length": 50, + "rewrite": { + "(.*) โ€” Mozilla Firefox": " $1", + "(.*) - zsh": "> [$1]" +}, + "separate-outputs": true +}, + +"clock#cam": { + "interval": 60, + //"format": "{:%A, %I:%M %P}", + "format": "{:%A, %H:%M}", + "max-length": 25, + +}, + +"battery#cam": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "critical": 15 + }, + "format": "{capacity}% {icon}", + "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" +}, + +"pulseaudio/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + +}, + +"custom/speaker": { + "exec": "echo '๐Ÿ”Š'", + "interval": 1, + "format": "{}" +}, + +"backlight/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + //"device": "intel_backlight" +}, + +"custom/backlight": { + "exec": "echo 'โœจ'", + "interval": 1, + "format": "{}" +}, + +"tray#cam": { + //"icon-size": 16, + "spacing": 10 +}, + +"network#cam": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "๓ฐŒ˜", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "max-length": 50, + "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] +}, + +"wlr/taskbar": { + "format": "{icon}", + //"icon-size": 14, + //"icon-theme": "Numix-Circle", + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "kitty" + ], + "app_ids-mapping": { + "firefoxdeveloperedition": "firefox-developer-edition" + }, + "rewrite": { + "Firefox Web Browser": "Firefox", + "Foot Server": "Terminal" + } +} +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Chrysanthemum b/config/waybar/configs/[TOP] Chrysanthemum new file mode 100644 index 00000000..b8691847 --- /dev/null +++ b/config/waybar/configs/[TOP] Chrysanthemum @@ -0,0 +1,95 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............CHRYSANTHEMUM.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": true, +"ipc": true, +"margin-left": 5, +"margin-right": 5, +"margin-top": 0, + +"modules-left": ["clock#gar", "mpris", "tray"], + +"modules-center": ["hyprland/workspaces"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + +// M O D U L E S // + +"clock#gar": { + //"format": "{:%A, %I:%M %P}", + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, + +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, + +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, + +"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", + "on-click-right": "pavucontrol", + "tooltip": false +}, + +"backlight#gar": { + //"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", +}, +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default new file mode 100644 index 00000000..51af0aef --- /dev/null +++ b/config/waybar/configs/[TOP] Default @@ -0,0 +1,63 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### DEFAULT - Top ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop new file mode 100644 index 00000000..d82b0da1 --- /dev/null +++ b/config/waybar/configs/[TOP] Default Laptop @@ -0,0 +1,67 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### DEFAULT Top -Laptop ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Gardenia b/config/waybar/configs/[TOP] Gardenia new file mode 100644 index 00000000..293c9852 --- /dev/null +++ b/config/waybar/configs/[TOP] Gardenia @@ -0,0 +1,98 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 768, + +"modules-left": ["clock#gar", "mpris", "tray"], + +"modules-center": ["hyprland/workspaces#kanji"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + + +// M O D U L E S // + +"clock#gar": { + //"format": "{:%A, %I:%M %P}", + "format": "{:%a %d | %H:%M}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, + +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, + +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, + +"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", + "on-click-right": "pavucontrol", + "tooltip": false +}, + +"backlight#gar": { + "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", +}, + +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long new file mode 100644 index 00000000..8bc41eae --- /dev/null +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -0,0 +1,40 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### Minimal - Long ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 6, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "hyprland/workspaces#pacman", + "custom/separator#blank_2", + "mpris", + "tray", + ], +"modules-center": [ + "clock", + ], +"modules-right": [ + "group/motherboard", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "custom/power", + ], + +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Minimal - Short b/config/waybar/configs/[TOP] Minimal - Short new file mode 100644 index 00000000..2282d93c --- /dev/null +++ b/config/waybar/configs/[TOP] Minimal - Short @@ -0,0 +1,31 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### Minimal -SHORT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"width": 1050, +"margin-top": 3, + +"modules-left": [ + "clock", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#roman" + ], + +"modules-right": [ + "custom/menu", + "tray", + "mpris", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/power"], +} diff --git a/config/waybar/configs/[TOP] Peony b/config/waybar/configs/[TOP] Peony new file mode 100644 index 00000000..83ec43f5 --- /dev/null +++ b/config/waybar/configs/[TOP] Peony @@ -0,0 +1,102 @@ +//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +//* ............................................*/ +//* ................PEONY.......................*/ +//* ............................................*/ +//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 4, +"fixed-center": true, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 1444, + +"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], + +"modules-center": ["clock#peony"], + +"modules-right": [ + "battery#peony", + "custom/separator#blank", + "backlight#peony", + "custom/separator#blank", + "pulseaudio", + "custom/separator#blank", + "temperature", + "custom/separator#blank", + "network#peony"], + + +//M O D U L E S // + +"clock#peony": { + "interval": 60, + "tooltip-format": "{:%B %Y}\n{calendar}", + //"format": "{:%B | %a %d, %Y | %I:%M %p}", + "format": "{:%B | %a %d, %Y | %H:%M}", + "format-alt": "{:%a %b %d, %G}", +}, + +"wireplumber#peony": { + "format": "{icon} {volume}", + "format-muted": "๏‘ฆ Mute", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "format-icons": ["๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ"], +}, + +"network#peony": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "๓ฐŒ˜", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "max-length": 50, + "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"] +}, + +"battery#peony": { + "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", +}, + +"tray#peony": { + "icon-size": 17, + "spacing": 8, +} +} \ No newline at end of file diff --git a/config/waybar/configs/[TOP] Sleek b/config/waybar/configs/[TOP] Sleek new file mode 100644 index 00000000..5f3b39c3 --- /dev/null +++ b/config/waybar/configs/[TOP] Sleek @@ -0,0 +1,46 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +// Sleek + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"height": 14, +"margin-left": 10, +"margin-right": 10, +"margin-top": 2, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "mpris", + "hyprland/window" +], + +"modules-center": [ + "hyprland/workspaces" +], + +"modules-right": [ + "tray", + "pulseaudio", + "clock", + "custom/power" + + ], + + +// Additional format / customize modules + +"custom/power": { + "format": "๏€‘ ", + "icon-size": 20, + "tooltip": false, +}, + +"clock": { + //"format": "{:%I:%M %p - %d/%b}", //for AM/PM + "format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +} -- cgit v1.2.3