From c4d6938ca6d225f15f2b04924cafaa07062b54b4 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 16 Nov 2023 15:10:32 +0900 Subject: waybar changes on name, style and script --- config/waybar/configs/Bottom & Left | 74 ++++++++++++++ config/waybar/configs/Bottom & Right | 74 ++++++++++++++ config/waybar/configs/Bottom-Left | 74 -------------- config/waybar/configs/Bottom-Right | 74 -------------- config/waybar/configs/Camellia | 162 ------------------------------ config/waybar/configs/Camellia [Bottom] | 162 ++++++++++++++++++++++++++++++ config/waybar/configs/Chrysanthemum | 114 --------------------- config/waybar/configs/Chrysanthemum [TOP] | 114 +++++++++++++++++++++ config/waybar/configs/Default [Bottom] | 66 ++++++++++++ config/waybar/configs/Default [TOP] | 66 ++++++++++++ config/waybar/configs/Gardenia | 118 ---------------------- config/waybar/configs/Gardenia [Bottom] | 118 ++++++++++++++++++++++ config/waybar/configs/Peony | 129 ------------------------ config/waybar/configs/Peony [TOP] | 129 ++++++++++++++++++++++++ config/waybar/configs/Simple-L [TOP] | 37 +++++++ config/waybar/configs/Simple-S [TOP] | 30 ++++++ config/waybar/configs/Top & Bottom | 77 ++++++++++++++ config/waybar/configs/Top & Left | 75 ++++++++++++++ config/waybar/configs/Top & Right | 75 ++++++++++++++ config/waybar/configs/Top-&-Bottom | 77 -------------- config/waybar/configs/Top-Left | 75 -------------- config/waybar/configs/Top-Right | 75 -------------- config/waybar/configs/default | 66 ------------ config/waybar/configs/default-Bottom | 66 ------------ config/waybar/configs/simple-long | 37 ------- config/waybar/configs/simple-short | 30 ------ 26 files changed, 1097 insertions(+), 1097 deletions(-) create mode 100644 config/waybar/configs/Bottom & Left create mode 100644 config/waybar/configs/Bottom & Right delete mode 100644 config/waybar/configs/Bottom-Left delete mode 100644 config/waybar/configs/Bottom-Right delete mode 100644 config/waybar/configs/Camellia create mode 100644 config/waybar/configs/Camellia [Bottom] delete mode 100644 config/waybar/configs/Chrysanthemum create mode 100644 config/waybar/configs/Chrysanthemum [TOP] create mode 100644 config/waybar/configs/Default [Bottom] create mode 100644 config/waybar/configs/Default [TOP] delete mode 100644 config/waybar/configs/Gardenia create mode 100644 config/waybar/configs/Gardenia [Bottom] delete mode 100644 config/waybar/configs/Peony create mode 100644 config/waybar/configs/Peony [TOP] create mode 100644 config/waybar/configs/Simple-L [TOP] create mode 100644 config/waybar/configs/Simple-S [TOP] create mode 100644 config/waybar/configs/Top & Bottom create mode 100644 config/waybar/configs/Top & Left create mode 100644 config/waybar/configs/Top & Right delete mode 100644 config/waybar/configs/Top-&-Bottom delete mode 100644 config/waybar/configs/Top-Left delete mode 100644 config/waybar/configs/Top-Right delete mode 100644 config/waybar/configs/default delete mode 100644 config/waybar/configs/default-Bottom delete mode 100644 config/waybar/configs/simple-long delete mode 100644 config/waybar/configs/simple-short (limited to 'config/waybar/configs') diff --git a/config/waybar/configs/Bottom & Left b/config/waybar/configs/Bottom & Left new file mode 100644 index 00000000..da0bc68f --- /dev/null +++ b/config/waybar/configs/Bottom & Left @@ -0,0 +1,74 @@ +/* ---- πŸ’« 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": 4, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#2", + ], + +"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": 8, +//"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": [ + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/Bottom & Right b/config/waybar/configs/Bottom & Right new file mode 100644 index 00000000..a715706b --- /dev/null +++ b/config/waybar/configs/Bottom & Right @@ -0,0 +1,74 @@ +/* ---- πŸ’« 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": 4, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#2", + ], + +"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": [ + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/Bottom-Left b/config/waybar/configs/Bottom-Left deleted file mode 100644 index da0bc68f..00000000 --- a/config/waybar/configs/Bottom-Left +++ /dev/null @@ -1,74 +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": 4, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#2", - ], - -"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": 8, -//"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": [ - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/Bottom-Right b/config/waybar/configs/Bottom-Right deleted file mode 100644 index a715706b..00000000 --- a/config/waybar/configs/Bottom-Right +++ /dev/null @@ -1,74 +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": 4, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#2", - ], - -"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": [ - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/Camellia b/config/waybar/configs/Camellia deleted file mode 100644 index aa5a41a9..00000000 --- a/config/waybar/configs/Camellia +++ /dev/null @@ -1,162 +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": 0, -"fixed-center": false, -"ipc": true, -//"margin-top": 0, -"margin-bottom": 0, -"margin-left": 0, -"margin-right": 0, - -"modules-left": ["hyprland/workspaces#cam","custom/separator#line","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"], - -// M O D U L E S // - -"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, %H:%M %p}", - "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 [Bottom] b/config/waybar/configs/Camellia [Bottom] new file mode 100644 index 00000000..aa5a41a9 --- /dev/null +++ b/config/waybar/configs/Camellia [Bottom] @@ -0,0 +1,162 @@ +//* ----------- πŸ’« 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": 0, +"fixed-center": false, +"ipc": true, +//"margin-top": 0, +"margin-bottom": 0, +"margin-left": 0, +"margin-right": 0, + +"modules-left": ["hyprland/workspaces#cam","custom/separator#line","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"], + +// M O D U L E S // + +"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, %H:%M %p}", + "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 b/config/waybar/configs/Chrysanthemum deleted file mode 100644 index 598a666f..00000000 --- a/config/waybar/configs/Chrysanthemum +++ /dev/null @@ -1,114 +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": 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"], - -// M O D U L E S // - -"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)}" -}, - -"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] new file mode 100644 index 00000000..598a666f --- /dev/null +++ b/config/waybar/configs/Chrysanthemum [TOP] @@ -0,0 +1,114 @@ +//* ----------- πŸ’« 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": 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"], + +// M O D U L E S // + +"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)}" +}, + +"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/Default [Bottom] b/config/waybar/configs/Default [Bottom] new file mode 100644 index 00000000..fc2a646b --- /dev/null +++ b/config/waybar/configs/Default [Bottom] @@ -0,0 +1,66 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### DEFAULT ### // +{ +"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#3", + "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": [ + //"hyprland/window", + "tray", + "custom/separator#dot-line", + //"bluetooth", + //"custom/separator#dot-line", + //"network", + //"custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + //"wireplumber", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/power", + ], +} diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] new file mode 100644 index 00000000..39b13d83 --- /dev/null +++ b/config/waybar/configs/Default [TOP] @@ -0,0 +1,66 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### DEFAULT ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#3", + "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": [ + //"hyprland/window", + "tray", + "custom/separator#dot-line", + //"bluetooth", + //"custom/separator#dot-line", + //"network", + //"custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + //"wireplumber", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/power", + ], +} \ No newline at end of file diff --git a/config/waybar/configs/Gardenia b/config/waybar/configs/Gardenia deleted file mode 100644 index 0adec1c4..00000000 --- a/config/waybar/configs/Gardenia +++ /dev/null @@ -1,118 +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","tray"], - -"modules-center": ["hyprland/workspaces#gar"], - -"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], - - -// M O D U L E S // - -"hyprland/workspaces#gar": { - "disable-scroll": true, - "all-outputs": true, - "format": "{icon}", - "persistent_workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [] - }, - "format-icons": { - "1": "δΈ€", - "2": "二", - "3": "δΈ‰", - "4": "ε››", - "5": "δΊ”" - } -}, - -"clock#gar": { - "format": "{:%a %d | %H:%M %p}", - "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 [Bottom] b/config/waybar/configs/Gardenia [Bottom] new file mode 100644 index 00000000..0adec1c4 --- /dev/null +++ b/config/waybar/configs/Gardenia [Bottom] @@ -0,0 +1,118 @@ +//* ----------- πŸ’« 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","tray"], + +"modules-center": ["hyprland/workspaces#gar"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + + +// M O D U L E S // + +"hyprland/workspaces#gar": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "δΈ€", + "2": "二", + "3": "δΈ‰", + "4": "ε››", + "5": "δΊ”" + } +}, + +"clock#gar": { + "format": "{:%a %d | %H:%M %p}", + "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/Peony b/config/waybar/configs/Peony deleted file mode 100644 index 0c490202..00000000 --- a/config/waybar/configs/Peony +++ /dev/null @@ -1,129 +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": 0, -"fixed-center": false, -"ipc": true, -"margin-top": 5, -//"margin-bottom": 5, -"width": 1444, - -"modules-left": ["hyprland/workspaces#peony", "tray#peony"], - -"modules-center": ["clock#peony"], - -"modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], - - -//M O D U L E S // - -"hyprland/workspaces#peony": { - "active-only":false, - "all-outputs": true, - "format": "{icon}", - "on-click": "activate", - "persistent_workspaces":{ - "1": [], - "2": [], - "3": [], - "4": [], - "5": [] - }, - "format-icons": { - "1": "I", - "2": "II", - "3": "III", - "4": "IV", - "5": "V" - - } - }, - -"clock#peony": { - "interval": 60, - "tooltip-format": "{:%B %Y}\n{calendar}", - "format": "{:%B | %a %d, %Y | %H:%M %p}", - "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": ["σ°›©", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], -}, - -"temperature#peony": { - // "thermal-zone": 2, - // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - // "critical-threshold": 80, - // "format-critical": "{temperatureC}Β°C ", - "format": "{temperatureC}Β°C " - -}, - -"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] new file mode 100644 index 00000000..0c490202 --- /dev/null +++ b/config/waybar/configs/Peony [TOP] @@ -0,0 +1,129 @@ +//* ----------- πŸ’« 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": 0, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 1444, + +"modules-left": ["hyprland/workspaces#peony", "tray#peony"], + +"modules-center": ["clock#peony"], + +"modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], + + +//M O D U L E S // + +"hyprland/workspaces#peony": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "persistent_workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "I", + "2": "II", + "3": "III", + "4": "IV", + "5": "V" + + } + }, + +"clock#peony": { + "interval": 60, + "tooltip-format": "{:%B %Y}\n{calendar}", + "format": "{:%B | %a %d, %Y | %H:%M %p}", + "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": ["σ°›©", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], +}, + +"temperature#peony": { + // "thermal-zone": 2, + // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + // "critical-threshold": 80, + // "format-critical": "{temperatureC}Β°C ", + "format": "{temperatureC}Β°C " + +}, + +"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/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] new file mode 100644 index 00000000..d94ecdac --- /dev/null +++ b/config/waybar/configs/Simple-L [TOP] @@ -0,0 +1,37 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### SIMPLE ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "hyprland/workspaces", + ], +"modules-center": [ + "clock", + "custom/light_dark", + ], +"modules-right": [ + "backlight", + "keyboard-state", + "pulseaudio", + "bluetooth", + "network", + "battery", + ], + + +} \ No newline at end of file diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Simple-S [TOP] new file mode 100644 index 00000000..ebeb9823 --- /dev/null +++ b/config/waybar/configs/Simple-S [TOP] @@ -0,0 +1,30 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### SIMPLE -SHORT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"width": 1050, +"margin-top": 5, + +"modules-left": [ + "clock", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#2" + ], + +"modules-right": [ + "custom/menu", + "tray", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/power"], +} diff --git a/config/waybar/configs/Top & Bottom b/config/waybar/configs/Top & Bottom new file mode 100644 index 00000000..ae9c546a --- /dev/null +++ b/config/waybar/configs/Top & Bottom @@ -0,0 +1,77 @@ +/* ---- πŸ’« 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": 6, +"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": 3, +"fixed-center": true, +"ipc": true, +"margin-left": 6, +"margin-right": 10, +"margin-bottom": 6, + +"modules-left": [ + "custom/menu", + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/workspaces#2", + ], + +"modules-right": [ + "hyprland/window", + "tray", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "custom/power", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/Top & Left b/config/waybar/configs/Top & Left new file mode 100644 index 00000000..97e356f0 --- /dev/null +++ b/config/waybar/configs/Top & Left @@ -0,0 +1,75 @@ +/* ---- πŸ’« 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": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#3", + ], + +"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": 8, +//"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": [ + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/Top & Right b/config/waybar/configs/Top & Right new file mode 100644 index 00000000..1be48977 --- /dev/null +++ b/config/waybar/configs/Top & Right @@ -0,0 +1,75 @@ +/* ---- πŸ’« 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": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#3", + ], + +"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": [ + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/Top-&-Bottom b/config/waybar/configs/Top-&-Bottom deleted file mode 100644 index ae9c546a..00000000 --- a/config/waybar/configs/Top-&-Bottom +++ /dev/null @@ -1,77 +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": 6, -"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": 3, -"fixed-center": true, -"ipc": true, -"margin-left": 6, -"margin-right": 10, -"margin-bottom": 6, - -"modules-left": [ - "custom/menu", - "wlr/taskbar", - ], - -"modules-center": [ - "hyprland/workspaces#2", - ], - -"modules-right": [ - "hyprland/window", - "tray", - "keyboard-state", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "custom/power", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/Top-Left b/config/waybar/configs/Top-Left deleted file mode 100644 index 97e356f0..00000000 --- a/config/waybar/configs/Top-Left +++ /dev/null @@ -1,75 +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": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#3", - ], - -"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": 8, -//"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": [ - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/Top-Right b/config/waybar/configs/Top-Right deleted file mode 100644 index 1be48977..00000000 --- a/config/waybar/configs/Top-Right +++ /dev/null @@ -1,75 +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": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#3", - ], - -"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": [ - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/default b/config/waybar/configs/default deleted file mode 100644 index 2f8678ff..00000000 --- a/config/waybar/configs/default +++ /dev/null @@ -1,66 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### DEFAULT ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#3", - "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": [ - //"hyprland/window", - "tray", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - //"network", - //"custom/separator#dot-line", - "battery", - "custom/separator#dot-line", - "backlight", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - //"wireplumber", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/power", - ], -} \ No newline at end of file diff --git a/config/waybar/configs/default-Bottom b/config/waybar/configs/default-Bottom deleted file mode 100644 index 512995df..00000000 --- a/config/waybar/configs/default-Bottom +++ /dev/null @@ -1,66 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### DEFAULT ### // -{ -"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#3", - "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": [ - //"hyprland/window", - "tray", - "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - //"network", - //"custom/separator#dot-line", - "battery", - "custom/separator#dot-line", - "backlight", - "custom/separator#dot-line", - "pulseaudio", - "custom/separator#dot-line", - //"wireplumber", - "pulseaudio#microphone", - "custom/separator#dot-line", - "keyboard-state", - "custom/separator#dot-line", - "custom/power", - ], -} diff --git a/config/waybar/configs/simple-long b/config/waybar/configs/simple-long deleted file mode 100644 index d94ecdac..00000000 --- a/config/waybar/configs/simple-long +++ /dev/null @@ -1,37 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### SIMPLE ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"margin-top": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "custom/menu", - "hyprland/workspaces", - ], -"modules-center": [ - "clock", - "custom/light_dark", - ], -"modules-right": [ - "backlight", - "keyboard-state", - "pulseaudio", - "bluetooth", - "network", - "battery", - ], - - -} \ No newline at end of file diff --git a/config/waybar/configs/simple-short b/config/waybar/configs/simple-short deleted file mode 100644 index ebeb9823..00000000 --- a/config/waybar/configs/simple-short +++ /dev/null @@ -1,30 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### SIMPLE -SHORT ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "top", -"width": 1050, -"margin-top": 5, - -"modules-left": [ - "clock", - "custom/weather", - ], - -"modules-center": [ - "hyprland/workspaces#2" - ], - -"modules-right": [ - "custom/menu", - "tray", - "network", - "bluetooth", - "backlight", - "pulseaudio", - "battery", - "custom/power"], -} -- cgit v1.2.3