diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
| commit | c93113caf65a029cc6bcd7544b72e8e8a9d1ea10 (patch) | |
| tree | 0c622ee5b6c090c78d1fc405fba339fae9a3bc8c /config | |
| parent | 274de087a82697652293ada0c01dcf6c3f31896b (diff) | |
added some waybar configs
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/configs/Camellia [Bottom] | 22 | ||||
| -rw-r--r-- | config/waybar/configs/Camellia [TOP] | 170 | ||||
| -rw-r--r-- | config/waybar/configs/Chrysanthemum [Bottom] | 114 | ||||
| -rw-r--r-- | config/waybar/configs/Gardenia [TOP] | 117 | ||||
| -rw-r--r-- | config/waybar/configs/Peony [Bottom] | 137 | ||||
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 14 |
6 files changed, 564 insertions, 10 deletions
diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/Camellia [Bottom] index aa5a41a9..d3e52c5d 100644 --- a/config/waybar/configs/Camellia [Bottom] +++ b/config/waybar/configs/Camellia [Bottom] @@ -16,17 +16,24 @@ "fixed-center": false, "ipc": true, //"margin-top": 0, -"margin-bottom": 0, -"margin-left": 0, -"margin-right": 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"], +"modules-right": [ + "custom/backlight", + "backlight/slider", + "custom/speaker", + "pulseaudio/slider", + "battery#cam", + "clock#cam", + "network#cam"], -// M O D U L E S // +// Additional modules // "hyprland/workspaces#cam": { "active-only":false, @@ -69,7 +76,8 @@ "clock#cam": { "interval": 60, - "format": "{:%A, %H:%M %p}", + //"format": "{:%A, %H:%M %p}", + "format": "{:%A, %H:%M}", "max-length": 25, }, @@ -144,7 +152,7 @@ "wlr/taskbar": { "format": "{icon}", "icon-size": 14, - "icon-theme": "Numix-Circle", + //"icon-theme": "Numix-Circle", "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", diff --git a/config/waybar/configs/Camellia [TOP] b/config/waybar/configs/Camellia [TOP] new file mode 100644 index 00000000..59e0bef3 --- /dev/null +++ b/config/waybar/configs/Camellia [TOP] @@ -0,0 +1,170 @@ +//* ----------- π« https://github.com/JaKooLit π« -------- */ +//* ............................................*/ +//* .............CAMELLIA.......................*/ +//* ............................................*/ +//* --- π designed by https://github.com/Krautt π --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 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"], + +// Additional modules // + +"hyprland/workspaces#cam": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent_workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } +}, + +"hyprland/window#cam": { + "format": "ο {title}", + "max-length": 50, + "rewrite": { + "(.*) β Mozilla Firefox": " $1", + "(.*) - zsh": "> [$1]" +}, + "separate-outputs": true +}, + +"clock#cam": { + "interval": 60, + //"format": "{:%A, %H:%M %p}", + "format": "{:%A, %H:%M}", + "max-length": 25, + +}, + +"battery#cam": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-charging": "ο§ {capacity}%", + "format-plugged": "σ± {capacity}%", + "format-full": "{icon} Full", + "format-alt": "{icon} {time}", + "format-icons": ["ο", "ο", "ο", "ο", "ο"], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w" +}, + +"pulseaudio/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal" + +}, + +"custom/speaker": { + "exec": "echo 'π'", + "interval": 1, + "format": "{}" +}, + +"backlight/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + "device": "intel_backlight" +}, + +"custom/backlight": { + "exec": "echo 'β¨'", + "interval": 1, + "format": "{}" +}, + +"tray#cam": { + "icon-size": 16, + "spacing": 10 +}, + +"network#cam": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "σ°", + "format-disconnected": "σ°", + "tooltip-format": "{ipaddr} οΉ {bandwidthUpBytes} οΊ {bandwidthDownBytes}", + "format-linked": "σ° {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} σ°", + "tooltip-format-disconnected": "σ° Disconnected", + "max-length": 50, + "format-icons": ["σ°€―","σ°€","σ°€’","σ°€₯","󰀨"] +}, + +"wlr/taskbar": { + "format": "{icon}", + "icon-size": 14, + //"icon-theme": "Numix-Circle", + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "kitty" + ], + "app_ids-mapping": { + "firefoxdeveloperedition": "firefox-developer-edition" + }, + "rewrite": { + "Firefox Web Browser": "Firefox", + "Foot Server": "Terminal" + } +} +}
\ No newline at end of file diff --git a/config/waybar/configs/Chrysanthemum [Bottom] b/config/waybar/configs/Chrysanthemum [Bottom] new file mode 100644 index 00000000..3e5afc1d --- /dev/null +++ b/config/waybar/configs/Chrysanthemum [Bottom] @@ -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": "bottom", +"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 [TOP] b/config/waybar/configs/Gardenia [TOP] new file mode 100644 index 00000000..7cf7120c --- /dev/null +++ b/config/waybar/configs/Gardenia [TOP] @@ -0,0 +1,117 @@ +//* ----------- π« https://github.com/JaKooLit π« -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- π designed by https://github.com/Krautt π --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 768, + +"modules-left": ["clock#gar","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 [Bottom] b/config/waybar/configs/Peony [Bottom] new file mode 100644 index 00000000..3abb310e --- /dev/null +++ b/config/waybar/configs/Peony [Bottom] @@ -0,0 +1,137 @@ +//* ----------- π« https://github.com/JaKooLit π« -------- */ +//* ............................................*/ +//* ................PEONY.......................*/ +//* ............................................*/ +//* --- π designed by https://github.com/Krautt π --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 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": [ + "pulseaudio", + "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": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", + "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/hwmon1/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] index 0c490202..0bd052e0 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -23,7 +23,15 @@ "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"], +"modules-right": [ + "pulseaudio", + "custom/separator#line", + "backlight#peony", + "custom/separator#line", + "temperature#peony", + "custom/separator#line", + "battery#peony", + "network#peony"], //M O D U L E S // @@ -75,8 +83,8 @@ "temperature#peony": { // "thermal-zone": 2, - // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - // "critical-threshold": 80, + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "critical-threshold": 80, // "format-critical": "{temperatureC}Β°C ο", "format": "{temperatureC}Β°C ο" |
