From aca8e5dfe8d930ab1be3575408158e8147b42f11 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 17:54:51 +0900 Subject: Waybar rename for easy addition --- config/waybar/configs/Bottom(plasma) | 47 ++++++++ config/waybar/configs/Bottom-Left | 74 ++++++++++++ config/waybar/configs/Bottom-Right | 74 ++++++++++++ config/waybar/configs/Camellia | 174 ++++++++++++++++++++++++++++ config/waybar/configs/Chrysanthemum | 121 +++++++++++++++++++ config/waybar/configs/Gardenia | 121 +++++++++++++++++++ config/waybar/configs/Left | 36 ++++++ config/waybar/configs/Peony | 129 +++++++++++++++++++++ config/waybar/configs/Right | 36 ++++++ config/waybar/configs/Top(gnome) | 48 ++++++++ config/waybar/configs/Top-&-Bottom | 77 ++++++++++++ config/waybar/configs/Top-Left | 75 ++++++++++++ config/waybar/configs/Top-Right | 75 ++++++++++++ config/waybar/configs/all-sides | 129 +++++++++++++++++++++ config/waybar/configs/config-Bottom(plasma) | 47 -------- config/waybar/configs/config-Bottom-Left | 74 ------------ config/waybar/configs/config-Bottom-Right | 74 ------------ config/waybar/configs/config-Camellia | 174 ---------------------------- config/waybar/configs/config-Chrysanthemum | 120 ------------------- config/waybar/configs/config-Gardenia | 120 ------------------- config/waybar/configs/config-Left | 36 ------ config/waybar/configs/config-Peony | 128 -------------------- config/waybar/configs/config-Right | 36 ------ config/waybar/configs/config-Top(gnome) | 48 -------- config/waybar/configs/config-Top-&-Bottom | 78 ------------- config/waybar/configs/config-Top-Left | 75 ------------ config/waybar/configs/config-Top-Right | 75 ------------ config/waybar/configs/config-all-sides | 129 --------------------- config/waybar/configs/config-default | 67 ----------- config/waybar/configs/config-default-Bottom | 67 ----------- config/waybar/configs/config-simple-long | 37 ------ config/waybar/configs/config-simple-short | 30 ----- config/waybar/configs/default | 67 +++++++++++ config/waybar/configs/default-Bottom | 67 +++++++++++ config/waybar/configs/simple-long | 37 ++++++ config/waybar/configs/simple-short | 30 +++++ 36 files changed, 1417 insertions(+), 1415 deletions(-) create mode 100644 config/waybar/configs/Bottom(plasma) create mode 100644 config/waybar/configs/Bottom-Left create mode 100644 config/waybar/configs/Bottom-Right create mode 100644 config/waybar/configs/Camellia create mode 100644 config/waybar/configs/Chrysanthemum create mode 100644 config/waybar/configs/Gardenia create mode 100644 config/waybar/configs/Left create mode 100644 config/waybar/configs/Peony create mode 100644 config/waybar/configs/Right create mode 100644 config/waybar/configs/Top(gnome) create mode 100644 config/waybar/configs/Top-&-Bottom create mode 100644 config/waybar/configs/Top-Left create mode 100644 config/waybar/configs/Top-Right create mode 100644 config/waybar/configs/all-sides delete mode 100644 config/waybar/configs/config-Bottom(plasma) delete mode 100644 config/waybar/configs/config-Bottom-Left delete mode 100644 config/waybar/configs/config-Bottom-Right delete mode 100644 config/waybar/configs/config-Camellia delete mode 100644 config/waybar/configs/config-Chrysanthemum delete mode 100644 config/waybar/configs/config-Gardenia delete mode 100644 config/waybar/configs/config-Left delete mode 100644 config/waybar/configs/config-Peony delete mode 100644 config/waybar/configs/config-Right delete mode 100644 config/waybar/configs/config-Top(gnome) delete mode 100644 config/waybar/configs/config-Top-&-Bottom delete mode 100644 config/waybar/configs/config-Top-Left delete mode 100644 config/waybar/configs/config-Top-Right delete mode 100644 config/waybar/configs/config-all-sides delete mode 100644 config/waybar/configs/config-default delete mode 100644 config/waybar/configs/config-default-Bottom delete mode 100644 config/waybar/configs/config-simple-long delete mode 100644 config/waybar/configs/config-simple-short create mode 100644 config/waybar/configs/default create mode 100644 config/waybar/configs/default-Bottom create mode 100644 config/waybar/configs/simple-long create mode 100644 config/waybar/configs/simple-short (limited to 'config/waybar/configs') diff --git a/config/waybar/configs/Bottom(plasma) b/config/waybar/configs/Bottom(plasma) new file mode 100644 index 00000000..2aa9f910 --- /dev/null +++ b/config/waybar/configs/Bottom(plasma) @@ -0,0 +1,47 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### "Plasma" (bottom) ### // + +{ +"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": 6, +"margin-bottom": 4, + +"modules-left": [ + "custom/menu", + "hyprland/workspaces#3", + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/window", + "custom/light_dark", + ], + +"modules-right": [ + "tray", + "custom/weather", + "clock", + "cpu", + "temperature", + "memory", + "backlight", + "battery", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + //"custom/updater", + "keyboard-state", + "custom/cycle_wall", + "custom/power", + ], +} 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/Camellia b/config/waybar/configs/Camellia new file mode 100644 index 00000000..7080945a --- /dev/null +++ b/config/waybar/configs/Camellia @@ -0,0 +1,174 @@ +//* ----------- πŸ’« 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", + "(.*) - fish": "> [$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": [ + "Alacritty" + ], + "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 new file mode 100644 index 00000000..95c6686a --- /dev/null +++ b/config/waybar/configs/Chrysanthemum @@ -0,0 +1,121 @@ +//* ----------- πŸ’« 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/Gardenia b/config/waybar/configs/Gardenia new file mode 100644 index 00000000..6dc88edc --- /dev/null +++ b/config/waybar/configs/Gardenia @@ -0,0 +1,121 @@ +//* ----------- πŸ’« 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/Left b/config/waybar/configs/Left new file mode 100644 index 00000000..99c34051 --- /dev/null +++ b/config/waybar/configs/Left @@ -0,0 +1,36 @@ +/* ---- πŸ’« 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": [ + "tray", + //"network", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/power_vertical", + "custom/menu", +], +} diff --git a/config/waybar/configs/Peony b/config/waybar/configs/Peony new file mode 100644 index 00000000..c5396974 --- /dev/null +++ b/config/waybar/configs/Peony @@ -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/Right b/config/waybar/configs/Right new file mode 100644 index 00000000..69d47950 --- /dev/null +++ b/config/waybar/configs/Right @@ -0,0 +1,36 @@ +/* ---- πŸ’« 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": [ + "tray", + //"network", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/power_vertical", + "custom/menu", +], +} diff --git a/config/waybar/configs/Top(gnome) b/config/waybar/configs/Top(gnome) new file mode 100644 index 00000000..7434b90c --- /dev/null +++ b/config/waybar/configs/Top(gnome) @@ -0,0 +1,48 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### "Gnome" style (top) ### // +{ +"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#3", + //"custom/updater", + "hyprland/window", + ], + +"modules-center": [ + "clock", + "custom/light_dark", + "cava", + "custom/weather", + ], + +"modules-right": [ + "tray", + //"network", + "bluetooth", + "cpu", + "temperature", + "memory", + "battery", + "backlight", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "custom/cycle_wall", + "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/all-sides b/config/waybar/configs/all-sides new file mode 100644 index 00000000..fdc48f9c --- /dev/null +++ b/config/waybar/configs/all-sides @@ -0,0 +1,129 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +// ### ALL SIDES ### // + +[{ +// ### TOP PANEL ## + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"padding": 4, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "cpu", + "temperature", + "memory", + "disk", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#4", + ], + +"modules-right": [ + "battery", + "backlight", + "bluetooth", + "network", + //"custom/updater", + "custom/cycle_wall", + ], +}, + +// ### LEFT PANEL ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "left", +"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/menu", + ], + +"modules-center": [ + "custom/light_dark", + ], + +"modules-right": [ + "idle_inhibitor", + ], +}, + +// ### RIGHT PANEL ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "right", +"margin-top": 8, +"margin-bottom": 8, +//"margin-left": 1, +"margin-right": 8, +"spacing": 3, +"fixed-center": true, +"ipc": true, +"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "custom/power_vertical", + ], +}, + +// ### BOTTOM PANEL ### // +{ +"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": 6, +"margin-bottom": 4, + +"modules-left": [ + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/window", + ], + +"modules-right": [ + "tray", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/config-Bottom(plasma) b/config/waybar/configs/config-Bottom(plasma) deleted file mode 100644 index 2aa9f910..00000000 --- a/config/waybar/configs/config-Bottom(plasma) +++ /dev/null @@ -1,47 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### "Plasma" (bottom) ### // - -{ -"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": 6, -"margin-bottom": 4, - -"modules-left": [ - "custom/menu", - "hyprland/workspaces#3", - "wlr/taskbar", - ], - -"modules-center": [ - "hyprland/window", - "custom/light_dark", - ], - -"modules-right": [ - "tray", - "custom/weather", - "clock", - "cpu", - "temperature", - "memory", - "backlight", - "battery", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - //"custom/updater", - "keyboard-state", - "custom/cycle_wall", - "custom/power", - ], -} diff --git a/config/waybar/configs/config-Bottom-Left b/config/waybar/configs/config-Bottom-Left deleted file mode 100644 index da0bc68f..00000000 --- a/config/waybar/configs/config-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/config-Bottom-Right b/config/waybar/configs/config-Bottom-Right deleted file mode 100644 index a715706b..00000000 --- a/config/waybar/configs/config-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/config-Camellia b/config/waybar/configs/config-Camellia deleted file mode 100644 index 6ff25d9b..00000000 --- a/config/waybar/configs/config-Camellia +++ /dev/null @@ -1,174 +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", - "(.*) - fish": "> [$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": [ - "Alacritty" - ], - "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/config-Chrysanthemum b/config/waybar/configs/config-Chrysanthemum deleted file mode 100644 index fccc8e88..00000000 --- a/config/waybar/configs/config-Chrysanthemum +++ /dev/null @@ -1,120 +0,0 @@ -//* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -//* .............................................................................*/ -//* ...................... CHRYSANTEMUM .................... */ -//* ............................................................................ */ -//* --- πŸ‘ 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/config-Gardenia b/config/waybar/configs/config-Gardenia deleted file mode 100644 index ffbd7da1..00000000 --- a/config/waybar/configs/config-Gardenia +++ /dev/null @@ -1,120 +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/config-Left b/config/waybar/configs/config-Left deleted file mode 100644 index 99c34051..00000000 --- a/config/waybar/configs/config-Left +++ /dev/null @@ -1,36 +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": [ - "tray", - //"network", - "backlight#vertical", - "pulseaudio#microphone_vertical", - "pulseaudio#vertical", - "custom/power_vertical", - "custom/menu", -], -} diff --git a/config/waybar/configs/config-Peony b/config/waybar/configs/config-Peony deleted file mode 100644 index 07dc665d..00000000 --- a/config/waybar/configs/config-Peony +++ /dev/null @@ -1,128 +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/config-Right b/config/waybar/configs/config-Right deleted file mode 100644 index 69d47950..00000000 --- a/config/waybar/configs/config-Right +++ /dev/null @@ -1,36 +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": [ - "tray", - //"network", - "backlight#vertical", - "pulseaudio#microphone_vertical", - "pulseaudio#vertical", - "custom/power_vertical", - "custom/menu", -], -} diff --git a/config/waybar/configs/config-Top(gnome) b/config/waybar/configs/config-Top(gnome) deleted file mode 100644 index 7434b90c..00000000 --- a/config/waybar/configs/config-Top(gnome) +++ /dev/null @@ -1,48 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### "Gnome" style (top) ### // -{ -"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#3", - //"custom/updater", - "hyprland/window", - ], - -"modules-center": [ - "clock", - "custom/light_dark", - "cava", - "custom/weather", - ], - -"modules-right": [ - "tray", - //"network", - "bluetooth", - "cpu", - "temperature", - "memory", - "battery", - "backlight", - "keyboard-state", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "custom/cycle_wall", - "custom/power", - ], -} diff --git a/config/waybar/configs/config-Top-&-Bottom b/config/waybar/configs/config-Top-&-Bottom deleted file mode 100644 index 91877931..00000000 --- a/config/waybar/configs/config-Top-&-Bottom +++ /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": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "hyprland/workspaces#2", - "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": [ - "cava", - ], - -"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/config-Top-Left b/config/waybar/configs/config-Top-Left deleted file mode 100644 index 97e356f0..00000000 --- a/config/waybar/configs/config-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/config-Top-Right b/config/waybar/configs/config-Top-Right deleted file mode 100644 index 1be48977..00000000 --- a/config/waybar/configs/config-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/config-all-sides b/config/waybar/configs/config-all-sides deleted file mode 100644 index fdc48f9c..00000000 --- a/config/waybar/configs/config-all-sides +++ /dev/null @@ -1,129 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -// ### ALL SIDES ### // - -[{ -// ### TOP PANEL ## - -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -"spacing": 3, -"fixed-center": true, -"ipc": true, -"padding": 4, -"margin-top": 6, -"margin-left": 8, -"margin-right": 8, - -"modules-left": [ - "cpu", - "temperature", - "memory", - "disk", - "custom/weather", - ], - -"modules-center": [ - "hyprland/workspaces#4", - ], - -"modules-right": [ - "battery", - "backlight", - "bluetooth", - "network", - //"custom/updater", - "custom/cycle_wall", - ], -}, - -// ### LEFT PANEL ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "left", -"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/menu", - ], - -"modules-center": [ - "custom/light_dark", - ], - -"modules-right": [ - "idle_inhibitor", - ], -}, - -// ### RIGHT PANEL ### // -{ -"include": "~/.config/waybar/modules", -"layer": "top", -"position": "right", -"margin-top": 8, -"margin-bottom": 8, -//"margin-left": 1, -"margin-right": 8, -"spacing": 3, -"fixed-center": true, -"ipc": true, -"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "custom/power_vertical", - ], -}, - -// ### BOTTOM PANEL ### // -{ -"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": 6, -"margin-bottom": 4, - -"modules-left": [ - "wlr/taskbar", - ], - -"modules-center": [ - "hyprland/window", - ], - -"modules-right": [ - "tray", - "keyboard-state", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default deleted file mode 100644 index 8bdc096e..00000000 --- a/config/waybar/configs/config-default +++ /dev/null @@ -1,67 +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", - //"cava", - "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/config-default-Bottom b/config/waybar/configs/config-default-Bottom deleted file mode 100644 index ebb256b5..00000000 --- a/config/waybar/configs/config-default-Bottom +++ /dev/null @@ -1,67 +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-left": 6, -"margin-right": 6, -"margin-bottom": 4, - -"modules-left": [ - "hyprland/workspaces", - "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", - //"cava", - "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/config-simple-long b/config/waybar/configs/config-simple-long deleted file mode 100644 index d94ecdac..00000000 --- a/config/waybar/configs/config-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/config-simple-short b/config/waybar/configs/config-simple-short deleted file mode 100644 index ebeb9823..00000000 --- a/config/waybar/configs/config-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"], -} diff --git a/config/waybar/configs/default b/config/waybar/configs/default new file mode 100644 index 00000000..379e3ba6 --- /dev/null +++ b/config/waybar/configs/default @@ -0,0 +1,67 @@ +/* ---- πŸ’« 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", + //"cava", + //"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-Bottom b/config/waybar/configs/default-Bottom new file mode 100644 index 00000000..68f54adc --- /dev/null +++ b/config/waybar/configs/default-Bottom @@ -0,0 +1,67 @@ +/* ---- πŸ’« 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-left": 6, +"margin-right": 6, +"margin-bottom": 4, + +"modules-left": [ + "hyprland/workspaces", + "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", + //"cava", + //"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 new file mode 100644 index 00000000..d94ecdac --- /dev/null +++ b/config/waybar/configs/simple-long @@ -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-short b/config/waybar/configs/simple-short new file mode 100644 index 00000000..ebeb9823 --- /dev/null +++ b/config/waybar/configs/simple-short @@ -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"], +} -- cgit v1.2.3