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/hypr/scripts/WaybarLayout.sh | 11 +- config/hypr/scripts/WaybarStyles.sh | 6 +- 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 +++ config/waybar/style/Black-&-White.css | 190 ++++++++++++++ config/waybar/style/Catppuccin-Latte.css | 237 +++++++++++++++++ config/waybar/style/Catppuccin-Mocha.css | 235 +++++++++++++++++ config/waybar/style/Crimson.css | 212 +++++++++++++++ config/waybar/style/Golden-Noir.css | 216 ++++++++++++++++ config/waybar/style/None.css | 205 +++++++++++++++ config/waybar/style/Purple.css | 215 ++++++++++++++++ config/waybar/style/Simple-Pink.css | 218 ++++++++++++++++ config/waybar/style/Style-None.css | 205 --------------- config/waybar/style/colorful.css | 258 +++++++++++++++++++ config/waybar/style/colors-border.css | 329 ++++++++++++++++++++++++ config/waybar/style/colors-line.css | 179 +++++++++++++ config/waybar/style/colors.css | 342 +++++++++++++++++++++++++ config/waybar/style/dark.css | 158 ++++++++++++ config/waybar/style/light.css | 159 ++++++++++++ config/waybar/style/pywal.css | 185 +++++++++++++ config/waybar/style/style-Black-&-White.css | 190 -------------- config/waybar/style/style-Crimson.css | 209 --------------- config/waybar/style/style-Golden-Noir.css | 213 --------------- config/waybar/style/style-Purple.css | 216 ---------------- config/waybar/style/style-Simple-Pink.css | 219 ---------------- config/waybar/style/style-catppuccin-latte.css | 237 ----------------- config/waybar/style/style-catppuccin-mocha.css | 235 ----------------- config/waybar/style/style-colorful.css | 258 ------------------- config/waybar/style/style-colors-border.css | 329 ------------------------ config/waybar/style/style-colors-line.css | 179 ------------- config/waybar/style/style-colors.css | 342 ------------------------- config/waybar/style/style-dark.css | 158 ------------ config/waybar/style/style-light.css | 159 ------------ config/waybar/style/style-pywal.css | 185 ------------- 68 files changed, 4763 insertions(+), 4758 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 create mode 100644 config/waybar/style/Black-&-White.css create mode 100644 config/waybar/style/Catppuccin-Latte.css create mode 100644 config/waybar/style/Catppuccin-Mocha.css create mode 100644 config/waybar/style/Crimson.css create mode 100644 config/waybar/style/Golden-Noir.css create mode 100644 config/waybar/style/None.css create mode 100644 config/waybar/style/Purple.css create mode 100644 config/waybar/style/Simple-Pink.css delete mode 100644 config/waybar/style/Style-None.css create mode 100644 config/waybar/style/colorful.css create mode 100644 config/waybar/style/colors-border.css create mode 100644 config/waybar/style/colors-line.css create mode 100644 config/waybar/style/colors.css create mode 100644 config/waybar/style/dark.css create mode 100644 config/waybar/style/light.css create mode 100644 config/waybar/style/pywal.css delete mode 100644 config/waybar/style/style-Black-&-White.css delete mode 100644 config/waybar/style/style-Crimson.css delete mode 100644 config/waybar/style/style-Golden-Noir.css delete mode 100644 config/waybar/style/style-Purple.css delete mode 100644 config/waybar/style/style-Simple-Pink.css delete mode 100644 config/waybar/style/style-catppuccin-latte.css delete mode 100644 config/waybar/style/style-catppuccin-mocha.css delete mode 100644 config/waybar/style/style-colorful.css delete mode 100644 config/waybar/style/style-colors-border.css delete mode 100644 config/waybar/style/style-colors-line.css delete mode 100644 config/waybar/style/style-colors.css delete mode 100644 config/waybar/style/style-dark.css delete mode 100644 config/waybar/style/style-light.css delete mode 100644 config/waybar/style/style-pywal.css diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 73fb28b1..be02e5eb 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,10 +7,6 @@ menu() { cat < [$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"], +} diff --git a/config/waybar/style/Black-&-White.css b/config/waybar/style/Black-&-White.css new file mode 100644 index 00000000..30e536c1 --- /dev/null +++ b/config/waybar/style/Black-&-White.css @@ -0,0 +1,190 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background: transparent; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +window > box { + /*margin: 1px 2px 2px;*/ + background: rgba(0, 0, 0, 0); + border-bottom: 1px solid rgba(0, 0, 0, 0); + color: white; +} + +window { + /*font-weight: bold;*/ +} + +tooltip { + color: white; + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: white; +} + +tooltip label{ + color: #cdd6f4; +} +/*-----module groups----*/ +.modules-right { + background-color: black; + /*margin: 2px 10px 0 0;*/ + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +.modules-center { + background-color: black;; + /*margin: 2px 0 0 0;*/ + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +.modules-left { + /*margin: 2px 0 0 5px;*/ + background-color: black; + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; +} +/*-----modules indv----*/ +#workspaces button { + padding: 0px 0px; + background-color: transparent; +} +#workspaces button:hover { + box-shadow: inherit; + background-color: rgba(0,153,153,0); +} + +#workspaces button.focused { + background-color: rgba(0,85,102,0); +} +#workspaces button.active { + color: white; + background-color: rgba(191, 191, 191,0.1); + /*box-shadow:inherit;*/ +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 6px; +} +#mode { + color: #cc3436; + font-weight: bold; +} +#custom-power { + /*background-color: rgba(0,119,179,0.6);*/ + /*border-radius: 50px;*/ + margin: 5px 5px; + padding: 1px 3px; +} +/*-----Indicators----*/ +#idle_inhibitor.activated { + color: #2dcc36; +} +#pulseaudio.muted { + color: #cc3436; +} +#temperature.critical { + color: #cc3436; +} + +#waybar { + background-color: #282828; + color: #d8d8d8; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#taskbar button.active { + background-color: #7f849c; +} +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css new file mode 100644 index 00000000..6419148e --- /dev/null +++ b/config/waybar/style/Catppuccin-Latte.css @@ -0,0 +1,237 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +@import "../waybar/style/catppuccin-themes/latte.css"; + +window#waybar { + transition-property: background-color; + transition-duration: 0.5s; + /*background: transparent;*/ + border: 2px solid @sapphire; + background: @theme_base_color; + border-radius: 10px; +} + +window#waybar.hidden { + opacity: 0.2; +} + +#waybar.empty #window { + background: none; +} + +/* This section can be use if you want to separate waybar modules*/ +/* Remember to set transparent on waybar above */ +/*.modules-left, .modules-center, .modules-right { */ +/* background: @theme_base_color; */ +/* border: 0.5px solid @overlay0; */ +/* padding: 0px 5px; */ +/* border-radius: 10px; */ +/*} */ + +/* .modules-left, .modules-right { */ +/* border: 1px solid @blue; */ +/* margin: 0px 5px;*/ +/*}*/ + + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 6px; +} + +#idle_inhibitor { + color: @blue; +} + +#backlight { + color: @blue; +} + +#battery { + color: @green; +} + +@keyframes blink { + to { + color: @surface0; + } +} + +#battery.critical:not(.charging) { + background-color: @red; + color: @theme_text_color; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + box-shadow: inset 0 -3px transparent; +} + +#clock { + color: @yellow; +} + +#cpu { + color: @green; +} + +#memory { + color: @sky; +} + +#disk { + color: @sapphire; +} + +#temperature { + color: @teal; +} + +#temperature.critical { + background-color: @red; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} + +#keyboard-state { + color: @flamingo; +} + +#workspaces button { + border-radius: 5px; + /*margin: 3px;*/ + /*padding: 1px;*/ +} + +#workspaces button:hover { + border-radius: 5px; + color: @overlay0; + background-color: @surface0; +} + +#workspaces button.persistent { + color: @surface1; + border-radius: 0px; +} + +#workspaces button.active { + color: @peach; + border-radius: 0px; +} + +#workspaces button.urgent { + color: @red; + border-radius: 0px; +} + +#custom-menu { + color: @rosewater; +} + +#custom-power { + color: @red; + margin-right: 3px; +} + +#custom-updater { + color: @red; +} + +#custom-light_dark { + color: @blue; +} + +#custom-weather { + color: @lavender; +} + +#custom-lock { + color: @maroon; +} + +#pulseaudio { + color: @sapphire; +} + +#pulseaudio.bluetooth { + color: @pink; +} +#pulseaudio.muted { + color: @red; +} + +#window { + color: @mauve; +} + +#custom-waybar-mpris { + color:@lavender; +} + +#network { + color: @teal; +} +#network.disconnected, +#network.disabled { + background-color: @surface0; + color: @text; +} diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css new file mode 100644 index 00000000..856271ed --- /dev/null +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -0,0 +1,235 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +@import "../waybar/style/catppuccin-themes/mocha.css"; + +window#waybar { + transition-property: background-color; + transition-duration: 0.5s; + background: transparent; + /*border: 2px solid @overlay0;*/ + /*background: @theme_base_color;*/ + border-radius: 10px; +} + +window#waybar.hidden { + opacity: 0.2; +} + +#waybar.empty #window { + background: none; +} + +/* This section can be use if you want to separate waybar modules */ +.modules-left, .modules-center, .modules-right { + background: @theme_base_color; + border: 0.5px solid @overlay0; + padding: 0px 5px; + border-radius: 10px; +} + + .modules-left, .modules-right { + border: 1px solid @blue; + /*margin: 0px 5px;*/ +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 6px; +} + +#idle_inhibitor { + color: @blue; +} + +#backlight { + color: @blue; +} + +#battery { + color: @green; +} + +@keyframes blink { + to { + color: @surface0; + } +} + +#battery.critical:not(.charging) { + background-color: @red; + color: @theme_text_color; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + box-shadow: inset 0 -3px transparent; +} + +#clock { + color: @yellow; +} + +#cpu { + color: @green; +} + +#memory { + color: @sky; +} + +#disk { + color: @sapphire; +} + +#temperature { + color: @teal; +} + +#temperature.critical { + background-color: @red; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} + +#keyboard-state { + color: @flamingo; +} + +#workspaces button { + border-radius: 5px; + /*margin: 3px;*/ + /*padding: 1px;*/ +} + +#workspaces button:hover { + border-radius: 5px; + color: @overlay0; + background-color: @surface0; +} + +#workspaces button.persistent { + color: @surface1; + border-radius: 0px; +} + +#workspaces button.active { + color: @peach; + border-radius: 0px; +} + +#workspaces button.urgent { + color: @red; + border-radius: 0px; +} + +#custom-menu { + color: @rosewater; +} + +#custom-power { + color: @red; + margin-right: 3px; +} + +#custom-updater { + color: @red; +} + +#custom-light_dark { + color: @blue; +} + +#custom-weather { + color: @lavender; +} + +#custom-lock { + color: @maroon; +} + +#pulseaudio { + color: @sapphire; +} + +#pulseaudio.bluetooth { + color: @pink; +} +#pulseaudio.muted { + color: @red; +} + +#window { + color: @mauve; +} + +#custom-waybar-mpris { + color:@lavender; +} + +#network { + color: @teal; +} +#network.disconnected, +#network.disabled { + background-color: @surface0; + color: @text; +} diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css new file mode 100644 index 00000000..28290479 --- /dev/null +++ b/config/waybar/style/Crimson.css @@ -0,0 +1,212 @@ +/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +/* ....................................*/ +/* ..........Crimson.................. */ +/* ................................... */ +/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + +*{ + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 100%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + } + + window#waybar { + background: #240303; + color: wheat; + border-radius: 00px 0px 100px 100px; + border: 1px solid grey; + } + + window#waybar.hidden { + opacity: 0.5; + } + window#waybar.empty { + + } + + window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; + } + + + tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; + } + /*-----module groups----*/ + .modules-right { + padding-right: 5px; + padding-left: 5px; + + } + + .modules-center { + + + + } + + .modules-left { + padding-right: 5px; + padding-left: 5px; + + + } + + #workspaces button { + color: wheat; + padding: 5px; + } + + #workspaces button.active { + color: rgb(108, 18, 18); + background-color: #000000; + border: 1px solid grey; + } + + #workspaces button.focused { + color: #d8dee9; + } + + #workspaces button.urgent { + color: #11111b; + border-radius: 10px; + } + + #workspaces button:hover { + color: rgb(71, 14, 14); + background-color: #000000; + + } + + + + + #backlight, + #battery, + #bluetooth, + #cava, + #clock, + #cpu, + #disk, + #idle_inhibitor, + #keyboard-state label, + #keyboard-state label.locked, + #keyboard-state, + #memory, + #mode, + #mpd, + #network, + #pulseaudio, + #taskbar button, + #taskbar, + #temperature, + #tray, + #window, + #wireplumber, + #workspaces, + #custom-cycle_wall, + #custom-keybinds, + #custom-light_dark, + #custom-lock, + #custom-menu, + #custom-power_vertical, + #custom-power, + #custom-spotify, + #custom-updater, + #custom-weather, + #custom-weather.clearNight, + #custom-weather.cloudyFoggyDay, + #custom-weather.cloudyFoggyNight, + #custom-weather.default + #custom-weather.rainyDay, + #custom-weather.rainyNight, + #custom-weather.severe, + #custom-weather.showyIcyDay, + #custom-weather.snowyIcyNight, + #custom-weather.sunnyDay { + color: wheat; + padding-right: 10px; + padding-left: 10px; + } + + #temperature.critical { + background-color: #ff0000; + } + + @keyframes blink { + to { + color: #000000; + } + } + + #taskbar button.active { + background-color: rgb(128, 31, 31); + border: 1px solid grey; + } + + #battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + } + + #pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; + } + + #pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; + } + + #backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; + } + + #backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: #ba5663; + } + + \ No newline at end of file diff --git a/config/waybar/style/Golden-Noir.css b/config/waybar/style/Golden-Noir.css new file mode 100644 index 00000000..dd1812e7 --- /dev/null +++ b/config/waybar/style/Golden-Noir.css @@ -0,0 +1,216 @@ +/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +/* ...........................................*/ +/* ...............Golden Noir................ */ +/* .......................................... */ +/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + + +*{ + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 100%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + padding: 1px; + } + + window#waybar { + background: #040406; + border-radius:30px; + color: #cba6f7; + + } + + window#waybar.hidden { + opacity: 0.5; + } + window#waybar.empty { + background-color: #040406; + } + + window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; + } + + + tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; + } + /*-----module groups----*/ + .modules-right { + padding-right: 5px; + padding-left: 5px; + + } + + .modules-center { + border-left: 1px solid #ffd700; + border-right:1px solid #ffd700; + border-radius: 20px; + + + } + + .modules-left { + padding-right: 5px; + padding-left: 5px; + + } + + #workspaces button { + padding: 2px; + color: #6E6A86; + margin-right: 5px; + } + + #workspaces button.active { + color: #ffd700; + border-radius: 50%; + background-color: black; + } + + #workspaces button.focused { + color: #d8dee9; + } + + #workspaces button.urgent { + color: #11111b; + border-radius: 10px; + } + + #workspaces button:hover { + color: #ffd700; + border-radius: 15px; + } + + #clock#2 { + color: #cba6f7; + } + + #backlight, + #battery, + #bluetooth, + #cava, + #clock, + #cpu, + #disk, + #idle_inhibitor, + #keyboard-state label, + #keyboard-state label.locked, + #keyboard-state, + #memory, + #mode, + #mpd, + #network, + #pulseaudio, + #taskbar button, + #taskbar, + #temperature, + #tray, + #window, + #wireplumber, + #workspaces, + #custom-cycle_wall, + #custom-keybinds, + #custom-light_dark, + #custom-lock, + #custom-menu, + #custom-power_vertical, + #custom-power, + #custom-spotify, + #custom-updater, + #custom-weather, + #custom-weather.clearNight, + #custom-weather.cloudyFoggyDay, + #custom-weather.cloudyFoggyNight, + #custom-weather.default + #custom-weather.rainyDay, + #custom-weather.rainyNight, + #custom-weather.severe, + #custom-weather.showyIcyDay, + #custom-weather.snowyIcyNight, + #custom-weather.sunnyDay { + color: #e5d9f5; + padding-right: 10px; + padding-left: 15px; + } + + #temperature.critical { + background-color: #ff0000; + } + + @keyframes blink { + to { + color: #000000; + } + } + + #taskbar button.active { + background-color: rgb(47, 46, 46); + } + + #battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + } + + #pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; + } + + #pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; + } + + #backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; + } + + #backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: #ba5663; + } + + + \ No newline at end of file diff --git a/config/waybar/style/None.css b/config/waybar/style/None.css new file mode 100644 index 00000000..f492139c --- /dev/null +++ b/config/waybar/style/None.css @@ -0,0 +1,205 @@ +/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +/* ....................................*/ +/* ..... None .........*/ +/* ................................... */ +/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + +*{ + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 100%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + padding: 1px; + } + + window#waybar { + background:transparent; + border-radius: 1px; + color: whitesmoke; + } + + window#waybar.hidden { + opacity: 0.5; + } + window#waybar.empty { + background-color: transparent; + } + + window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; + } + + + tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; + } + /*-----module groups----*/ + .modules-right { + + } + + .modules-center { + + + + } + + .modules-left { + + + } + + #workspaces button { + padding: 2px; + color: #6E6A86; + margin-right: 5px; + } + + #workspaces button.active { + color: whitesmoke; + + } + + #workspaces button.focused { + color: #d8dee9; + } + + #workspaces button.urgent { + color: #11111b; + border-radius: 10px; + } + + #workspaces button:hover { + color: whitesmoke; + + } + + + + #backlight, + #battery, + #bluetooth, + #cava, + #clock, + #cpu, + #disk, + #idle_inhibitor, + #keyboard-state label, + #keyboard-state label.locked, + #keyboard-state, + #memory, + #mode, + #mpd, + #network, + #pulseaudio, + #taskbar button, + #taskbar, + #temperature, + #tray, + #window, + #wireplumber, + #workspaces, + #custom-cycle_wall, + #custom-keybinds, + #custom-light_dark, + #custom-lock, + #custom-menu, + #custom-power_vertical, + #custom-power, + #custom-spotify, + #custom-updater, + #custom-weather, + #custom-weather.clearNight, + #custom-weather.cloudyFoggyDay, + #custom-weather.cloudyFoggyNight, + #custom-weather.default + #custom-weather.rainyDay, + #custom-weather.rainyNight, + #custom-weather.severe, + #custom-weather.showyIcyDay, + #custom-weather.snowyIcyNight, + #custom-weather.sunnyDay { + color:whitesmoke; + padding: 0px 10px; + + } + + #temperature.critical { + background-color: #ff0000; + } + + @keyframes blink { + to { + color: #000000; + } + } + + #taskbar button.active { + background-color: #7f849c; + } + + #battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + } + + #pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #pulseaudio-slider trough { + min-width: 80px; /* Ajusta el ancho segΓΊn tus preferencias */ + min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ + border-radius: 5px; + background-color: black; + } + + #pulseaudio-slider highlight { + min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ + border-radius: 5px; + background-color: wheat; + } + + #backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #backlight-slider trough { + min-width: 80px; /* Ajusta el ancho segΓΊn tus preferencias */ + min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ + border-radius: 5px; + background-color: black; + } + + #backlight-slider highlight { + min-width: 10px; /* Ajusta el ancho segΓΊn tus preferencias */ + border-radius: 5px; + background-color: wheat; + } + + \ No newline at end of file diff --git a/config/waybar/style/Purple.css b/config/waybar/style/Purple.css new file mode 100644 index 00000000..b455f89f --- /dev/null +++ b/config/waybar/style/Purple.css @@ -0,0 +1,215 @@ +/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +/* .........................................*/ +/* .............Purple..................... */ +/* ...................,.................... */ +/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + +*{ +font-family: "JetBrains Mono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 100%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +} + +window#waybar { + background: #100214; + border-radius: 10px; + color: #cba6f7; +} + +window#waybar.hidden { + opacity: 0.5; +} +window#waybar.empty { + background-color: transparent; + background: #100214; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + + +tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; +} + +/*-----module groups----*/ +.modules-right { + border: 5px solid #20052a; + border-radius: 100px 0px 0px 0px; + background-color: #3d174b; + padding-right: 5px; + padding-left: 5px; +} + +.modules-center { + /*background-color: #1e1e2e;*/ + + +} + +.modules-left { + /*background-color: #1e1e2e;*/ + border: 5px solid #20052a; + border-radius: 0px 0px 100px 0px; + background-color: #441a53; + padding-right: 5px; + padding-left: 5px; + +} + +#workspaces button { + padding: 2px; + color: #6E6A86; + margin-right: 5px; +} + +#workspaces button.active { + color: #cba6f7; + border-radius: 50%; + background-color: black; +} + +#workspaces button.focused { + color: #d8dee9; +} + +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} + +#workspaces button:hover { + color: #9CCFD8; + border-radius: 15px; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + color:whitesmoke; + padding: 0px 10px; + +} + +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: purple; +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: purple; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: purple; +} + + \ No newline at end of file diff --git a/config/waybar/style/Simple-Pink.css b/config/waybar/style/Simple-Pink.css new file mode 100644 index 00000000..2b5cd79d --- /dev/null +++ b/config/waybar/style/Simple-Pink.css @@ -0,0 +1,218 @@ +/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +/* ..........................................*/ +/* .......Simple Pink....................... */ +/* ......................................... */ +/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + +*{ + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 100%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + + } + + window#waybar { + background:black; + border-radius: 50px; + color: whitesmoke; + } + + window#waybar.hidden { + opacity: 0.5; + } + window#waybar.empty { + background-color: black; + } + + window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; + } + + + tooltip { + background: #1e1e2e; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; + color: #cba6f7; + } + /*-----module groups----*/ + .modules-right { + border: 5px solid #19141b; + border-radius: 50px 50px 50px 50px; + background-color: #ba5663; + padding-right: 10px; + padding-left: 10px; + margin: 3px; + } + + .modules-center { + background-color: black; + + + } + + .modules-left { + border: 5px solid #0d0a0f; + border-radius: 50px 50px 50px 50px; + background-color: #ba5663; + } + + #workspaces button { + color: pink; + } + + #workspaces button.active { + color: whitesmoke; + + + } + + #workspaces button.focused { + color: #c42a60; + } + + #workspaces button.urgent { + color: #11111b; + border-radius: 10px; + } + + #workspaces button:hover { + color: #ba5663; + background-color: #0d0a0d; + + } + + #taskbar button:hover { + color: #ba5663; + background-color: #0d0a0d; + } + + + + #backlight, + #battery, + #bluetooth, + #cava, + #clock, + #cpu, + #disk, + #idle_inhibitor, + #keyboard-state label, + #keyboard-state label.locked, + #keyboard-state, + #memory, + #mode, + #mpd, + #network, + #pulseaudio, + #taskbar button, + #taskbar, + #temperature, + #tray, + #window, + #wireplumber, + #workspaces, + #custom-cycle_wall, + #custom-keybinds, + #custom-light_dark, + #custom-lock, + #custom-menu, + #custom-power_vertical, + #custom-power, + #custom-spotify, + #custom-updater, + #custom-weather, + #custom-weather.clearNight, + #custom-weather.cloudyFoggyDay, + #custom-weather.cloudyFoggyNight, + #custom-weather.default + #custom-weather.rainyDay, + #custom-weather.rainyNight, + #custom-weather.severe, + #custom-weather.showyIcyDay, + #custom-weather.snowyIcyNight, + #custom-weather.sunnyDay { + color:whitesmoke; + padding: 0px 10px; + + } + + #temperature.critical { + background-color: #ff0000; + } + + @keyframes blink { + to { + color: #000000; + } + } + + #taskbar button.active { + background-color: pink; + border:1px solid #22252a; + + } + + #battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; + } + + #pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; + } + + #pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: pink; + } + + #backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; + } + + #backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; + } + + #backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: pink; + } + + \ No newline at end of file diff --git a/config/waybar/style/Style-None.css b/config/waybar/style/Style-None.css deleted file mode 100644 index cbad2450..00000000 --- a/config/waybar/style/Style-None.css +++ /dev/null @@ -1,205 +0,0 @@ -/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -/* .............................................................................*/ -/* ...................... None ........................ */ -/* ............................................................................ */ -/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ - -*{ - font-family: "JetBrains Mono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - padding: 1px; - } - - window#waybar { - background:transparent; - border-radius: 1px; - color: whitesmoke; - } - - window#waybar.hidden { - opacity: 0.5; - } - window#waybar.empty { - background-color: transparent; - } - - window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; - } - - - tooltip { - background: #1e1e2e; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; - color: #cba6f7; - } - /*-----module groups----*/ - .modules-right { - - } - - .modules-center { - - - - } - - .modules-left { - - - } - - #workspaces button { - padding: 2px; - color: #6E6A86; - margin-right: 5px; - } - - #workspaces button.active { - color: whitesmoke; - - } - - #workspaces button.focused { - color: #d8dee9; - } - - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } - - #workspaces button:hover { - color: whitesmoke; - - } - - - - #backlight, - #battery, - #bluetooth, - #cava, - #clock, - #cpu, - #disk, - #idle_inhibitor, - #keyboard-state label, - #keyboard-state label.locked, - #keyboard-state, - #memory, - #mode, - #mpd, - #network, - #pulseaudio, - #taskbar button, - #taskbar, - #temperature, - #tray, - #window, - #wireplumber, - #workspaces, - #custom-cycle_wall, - #custom-keybinds, - #custom-light_dark, - #custom-lock, - #custom-menu, - #custom-power_vertical, - #custom-power, - #custom-spotify, - #custom-updater, - #custom-weather, - #custom-weather.clearNight, - #custom-weather.cloudyFoggyDay, - #custom-weather.cloudyFoggyNight, - #custom-weather.default - #custom-weather.rainyDay, - #custom-weather.rainyNight, - #custom-weather.severe, - #custom-weather.showyIcyDay, - #custom-weather.snowyIcyNight, - #custom-weather.sunnyDay { - color:whitesmoke; - padding: 0px 10px; - - } - - #temperature.critical { - background-color: #ff0000; - } - - @keyframes blink { - to { - color: #000000; - } - } - - #taskbar button.active { - background-color: #7f849c; - } - - #battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #pulseaudio-slider trough { - min-width: 80px; /* Ajusta el ancho segΓΊn tus preferencias */ - min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ - border-radius: 5px; - background-color: black; - } - - #pulseaudio-slider highlight { - min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ - border-radius: 5px; - background-color: wheat; - } - - #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #backlight-slider trough { - min-width: 80px; /* Ajusta el ancho segΓΊn tus preferencias */ - min-height: 10px; /* Ajusta la altura segΓΊn tus preferencias */ - border-radius: 5px; - background-color: black; - } - - #backlight-slider highlight { - min-width: 10px; /* Ajusta el ancho segΓΊn tus preferencias */ - border-radius: 5px; - background-color: wheat; - } - - \ No newline at end of file diff --git a/config/waybar/style/colorful.css b/config/waybar/style/colorful.css new file mode 100644 index 00000000..80b3f607 --- /dev/null +++ b/config/waybar/style/colorful.css @@ -0,0 +1,258 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + /* Transparent waybar. Make sure to comment out background-color: and border: */ + background-color: rgba(0,0,0,0); + /* background-color: #1e1e2e; */ + /* border: 2px solid #313244; */ + transition-property: background-color; + transition-duration: .5s; +} + +window#waybar.hidden { + opacity: 0.5; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + border-radius: 8px; + margin: 4px 1px; + padding: 0px 4px; + color: #3A3B3C; + border: 1px solid #b4befe; +} + +#backlight { + background-color: #cba6f7; +} + +#taskbar { + color: #ffffff; +} + +#taskbar button.active { + background-color: #7f849c; +} + +#battery { + background-color: #f9e2af; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#battery.critical:not(.charging) { + background-color: #f38ba8; + color: #f38ba8; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#clock { + background-color: #a6e3a1; +} + +#keyboard-state, +#keyboard-state label, +#keyboard-state label.locked, +#cpu { + background-color: #89dceb; +} + +#memory { + background-color: #eba0ac; +} + +#disk { + background-color: #b4befe; +} + +#tray { + background-color: #b4befe; +} +#tray > .passive { + -gtk-icon-effect: dim; +} +#tray > .needs-attention { + -gtk-icon-effect: highlight; +} + +#workspaces button { + border-radius: 8px; + background-color: #d9e0ee; + color: #3A3B3C; +} + +#workspaces button.active { + background-color: #eba0ac; + color: #3A3B3C; +} + +#taskbar button { + border-radius: 8px; + background-color: #74c7ec; + color: #3A3B3C; +} + +#taskbar button.active { + background-color: #b4befe; + color: #3A3B3C; +} +#custom-menu { + background-color: #f5c2e7; + /*padding: 1px;*/ + padding-right: 10px; + border-radius: 8px; + color: #3A3B3C; + border: 1px solid #b4befe; +} + +#custom-power { + background-color: #f38ba8; +} + +#custom-updater { + background-color: #e6ed7b; +} + +#custom-cycle_wall { + background-color: #94e2d5; +} + +#custom-weather { + background-color: #cba6f7; +} + +#wireplumber { + background-color: #a6e3a1; +} + +#wireplumber.muted { + background-color: #313244; + color: #cdd6f4; +} + +#custom-lock { + background-color: #89dceb; +} + +#temperature { + background-color: #86b4fa; +} + +#custom-power_vertical, +#custom-light_dark, +#idle_inhibitor { + background-color: #86b4fa; +} + +#bluetooth { + background-color: #89dceb; +} +#window { + background-color: #89dceb; +} + +#pulseaudio { + background-color: #fab387; +} + +#pulseaudio.bluetooth { + background-color: #f5c2e7; +} +#pulseaudio.muted { + background-color: #313244; + color: #cdd6f4; +} + +#network { + background-color: #89b4fa; +} +#network.disconnected,#network.disabled { + background-color: #313244; + color: #cdd6f4; +} diff --git a/config/waybar/style/colors-border.css b/config/waybar/style/colors-border.css new file mode 100644 index 00000000..4aaef8ef --- /dev/null +++ b/config/waybar/style/colors-border.css @@ -0,0 +1,329 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + /* background-color: rgba(26, 27, 38, 0.5); */ + background-color: transparent; + color: #ffffff; + transition-property: background-color; + transition-duration: 0.5s; + /* border-top: 8px transparent; */ + border-radius: 0px; + transition-duration: 0.5s; + margin: 0px 0px; +} +window#waybar.empty { + background-color: transparent; +} +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +window#waybar.hidden { + opacity: 0.1; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} +#workspaces button { + padding: 0 0px; + color: #7984a4; + background-color: transparent; + /* Use box-shadow instead of border so the text isn't offset */ + box-shadow: inset 0 -3px transparent; + /* Avoid rounded borders under each workspace name */ + border: none; + border-radius: 0; +} + +#workspaces button.focused { + background-color: transparent; +} +#workspace button.hover { + background-color: transparent; +} +#workspaces button.active { + color: white; +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 10px; + color: #e5e5e5; + /* color: #bf616a; */ + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#workspaces { + border-radius: 6px; + padding: 0px 6px; + border: 1px solid #b4befe; +} + +#cpu { + color: #fb958b; + padding: 3px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#custom-cycle_wall, +#custom-updater { + color: #cba7f7; + padding: 3px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; + +} + +#custom-menu { + color: #FFFFFF; + padding: 6px; + padding-right: 6px; + border-radius: 8px; + background-color: rgba(50, 50, 50, 0.1); + border: 1px solid #b4befe; +} + +#memory { + color: #ebcb8b; +} + +#custom-power { + color: #cc3436; +} + +#custom-launcher { + background-color: #1b242b; + color: #6a92d7; + border-radius: 6px; + padding: 0 0px; +} + +#custom-weather.severe { + color: #eb937d; +} + +#custom-weather.sunny { + color: #c2ca76; +} + +#custom-weather.clearNight { + color: #cad3f5; +} + +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight { + color: #c2ddda; +} + +#custom-weather.rainyDay, +#custom-weather.rainyNight { + color: #5aaca5; +} + +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight { + color: #d6e7e5; +} + +#custom-weather.default { + color: #ebecf0; +} + +/* If workspaces is the leftmost module, omit left margin */ +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +/* If workspaces is the rightmost module, omit right margin */ +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#pulseaudio { + color: #FFD580; +} + +#wireplumber { + color: #FFD580; +} +#backlight { + /* color: #EBCB8B; */ + color: #8fbcbb; +} + +#clock { + color: #90EE90; + /* background-color: #14141e; */ +} + +#battery { + color: #c0caf5; + /* background-color: #90b1b1; */ +} + +#battery.charging, +#battery.full, +#battery.plugged { + color: #26a65b; + /* background-color: #26a65b; */ +} + +@keyframes blink { + to { + background-color: rgba(30, 34, 42, 0.5); + color: #abb2bf; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +label:focus { + background-color: #000000; +} + +#disk { + color: #f38ba8; +} + +#bluetooth { + color: #7287fd; +} + +#bluetooth.disconnected { + color: #f53c3c; +} + +#network { + color: #b48ead; +} + +#network.disconnected { + color: #f53c3c; +} + +#custom-media { + background-color: #66cc99; + color: #2a5c45; + min-width: 100px; +} + +#custom-media.custom-spotify { + background-color: #66cc99; +} + +#custom-media.custom-vlc { + background-color: #ffa000; +} + +#temperature.critical { + background-color: #eb4d4b; +} + +#tray > .passive { + -gtk-icon-effect: dim; +} + +#tray > .needs-attention { + -gtk-icon-effect: highlight; + background-color: #eb4d4b; +} + +#idle_inhibitor { + /*background-color: #2d3436;*/ +} + +#idle_inhibitor.activated { + /*background-color: #ecf0f1;*/ + color: #2dcc36; +} + +#temperature { + color: #ADD8E6; +} + +#taskbar button.active { + background-color: #7f849c; +} diff --git a/config/waybar/style/colors-line.css b/config/waybar/style/colors-line.css new file mode 100644 index 00000000..c5e11e8e --- /dev/null +++ b/config/waybar/style/colors-line.css @@ -0,0 +1,179 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background:rgba (0, 0, 0, 0.5); + border-radius: 20px 20px 20px 20px; +} + +#workspaces button { + /*padding: 2px 0px;*/ + border-bottom: 1px; + color: #eceff4; + border-color: #d8dee9; + border-style: solid; + margin-top:2px; +} + +#workspaces button.active { + border-color: #81a1c1; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 1px 4px; + border-bottom: 1px; + border-style: solid; +} + +/* ----------------------------------------------------------------------------- + * Module styles + * -------------------------------------------------------------------------- */ + + +#clock { + color:#a3be8c; +} + +#backlight { + color: #ebcb8b; +} + +#battery { + color: #d8dee9; +} + +#battery.charging { + color: #81a1c1; +} + +@keyframes blink { + to { + color: #4c566a; + background-color: #eceff4; + } +} + +#battery.critical:not(.charging) { + background: #bf616a; + color: #eceff4; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#cpu { + color:#a3be8c ; +} + +#memory { + color: #d3869b; +} + +#network.disabled { + color:#bf616a; +} + +#network{ + color:#a3be8c; +} + +#network.disconnected { + color: #bf616a; +} + +#pulseaudio { + color: #b48ead; +} + +#pulseaudio.muted { + color: #3b4252; +} + +#temperature { + color: #8fbcbb; +} + +#temperature.critical { + color: #bf616a; +} + +#idle_inhibitor { + color: #ebcb8b; +} + +#tray { +} + +#custom-menu, +#custom-power{ + color: #cba6f7; + margin-top:2px; +} + +#window{ + border-style: hidden; + margin-top:1px; +} +#bluetooth{ + color:#d08770; +} +#custom-weather{ + color:#d08770; +} + + diff --git a/config/waybar/style/colors.css b/config/waybar/style/colors.css new file mode 100644 index 00000000..2bae4fb8 --- /dev/null +++ b/config/waybar/style/colors.css @@ -0,0 +1,342 @@ +@define-color critical #ff0000; /* critical color */ +@define-color warning #f3f809; /* warning color */ +@define-color fgcolor #ffffff; /* foreground color */ +@define-color bgcolor #303030; /* background color */ +@define-color bgcolor #222436; /* background color */ +@define-color alert #df3320; + +@define-color accent1 #ff7a93; +@define-color accent2 #b9f27c; +@define-color accent3 #ff9e64; +@define-color accent4 #bb9af7; +@define-color accent5 #7da6ff; +@define-color accent6 #0db9d7; + +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background-color: rgba(50, 50, 50, 0.0); + /*background-color: @bgcolor;*/ + /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ + color: #ffffff; + transition-property: background-color; + transition-duration: .5s; + border-radius: 0; +} + +window#waybar.hidden { + opacity: 0.1; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; +} + +tooltip label{ + color: #cdd6f4; +} + +#workspaces button { + padding: 0 0 0 0; + margin: 0 0 0 0; + background-color: transparent; + color: #ffffff; + /*min-width: 36px;*/ + /* Use box-shadow instead of border so the text isn't offset */ + /* box-shadow: inset 0 -3px transparent;*/ + /* border-radius: 0px; */ +} + +#workspaces button.active { + padding: 0 0 0 0; + margin: 0 0 0 0; + background-color: transparent; + color: #D3D3D3; + /*min-width: 36px;*/ + /* Use box-shadow instead of border so the text isn't offset */ + /* box-shadow: inset 0 -3px transparent;*/ + /* border-radius: 0px; */ +} + +/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ +#workspaces button:hover { + background: rgba(0, 0, 0, 0.2); + /* box-shadow: inset 0 -3px #ffffff; */ +} + +#workspaces button.focused { + background-color: #bbccdd; + color: #323232; + /* box-shadow: inset 0 -3px #ffffff; */ +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + +#mode { + background-color: #64727D; + border-bottom: 3px solid #ffffff; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 10px; + /*margin: 4px 3px 5px 3px;*/ + /*color: @fgcolor;*/ + /* background-color: #bbccdd; */ + background-color:transparent; +} + +#window, +#workspaces { + margin: 0 4px; +} + +/* If workspaces is the leftmost module, omit left margin */ +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +/* If workspaces is the rightmost module, omit right margin */ +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#clock { + color: @accent2; +} + +#custom-updater { + color: #7287fd; +} + +#battery { + color: @accent5; +} + +/* #battery.charging { + color: #ffffff; + background-color: #26A65B; +} */ + +@keyframes blink { + to { + background-color: #ffffff; + color: #333333; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +label:focus { + background-color: #000000; +} + +#custom-menu{ + color: #FFFFFF; + /*padding: 3px;*/ +} + +#cpu { + color: @accent1; +} + +#memory { + color: @accent3; +} + +#backlight { + color: #cdd6f4; +} + +#bluetooth { + color: #1e66f5; +} + +#network { + color: @accent3; +} + +#network.disconnected { + color: @alert; +} + +#pulseaudio { + color: @accent4; +} + +#pulseaudio-muted { + color: @accent2; +} +#wireplumber { + color: @accent4; +} + +#wireplumber-muted { + color: @accent2; +} + +#pluseaudio-source-muted{ + color: #a0a0a0; +} + +#custom-power { + color: #cc3436; +} + +#disk { + color: @accent5; +} +#custom-power_profile { + color: @accent3; +} +#custom-media { + background-color: #66cc99; + color: #2a5c45; + min-width: 100px; +} + +#custom-weather { + color: #66cc99; +} + +#custom-lock { + color: #ffa000; +} + +#temperature { + color: @accent6; + /* background-color: #f0932b; */ +} + +#temperature.critical { + background-color: @critical; +} + +#tray { + /* background-color: #505050; */ +} + +#idle_inhibitor { + color: #f9e2af; + /*background-color: #2d3436;*/ +} + +#idle_inhibitor.activated { + /*background-color: #ecf0f1;*/ + color: #2dcc36; + /*color: #2d3436;*/ +} + +#taskbar button.active { + background-color: #7f849c; +} + +#mpd { + color: #2a5c45; +} + +#mpd.disconnected { + background-color: #f53c3c; +} + +#mpd.stopped { + background-color: #90b1b1; +} + +#mpd.paused { + background-color: #51a37a; +} + +#custom-language { + /* background: #bbccdd; + color: #333333; + padding: 0 5px; + margin: 4px 3px 6px 3px; */ + color: @accent5; + min-width: 16px; +} + +#custom-separator { + color: #606060; + margin: 0 1px; + padding-bottom: 5px; +} diff --git a/config/waybar/style/dark.css b/config/waybar/style/dark.css new file mode 100644 index 00000000..289c080c --- /dev/null +++ b/config/waybar/style/dark.css @@ -0,0 +1,158 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background: rgba(0, 0, 0, 0); +} + +window#waybar.hidden { + opacity: 0.5; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: rgba(0, 0, 0, 0.6); + border-radius: 10px; +} + +tooltip label { + color: #cba6f7; + margin-right: 2px; + margin-left: 2px; +} + +/*-----module groups----*/ +.modules-right { + background-color: rgba(0, 0, 0, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; +} + +.modules-center { + background-color: rgba(0, 0, 0, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; +} + +.modules-left { + background-color: rgba(0, 0, 0, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; + +} + +#workspaces button { + color: #6E6A86; +} + +#workspaces button.active { + color: #cba6f7; + border-radius: 15px 15px 15px 15px; +} + +#workspaces button.focused { + color: #d8dee9; +} + +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} + +#workspaces button:hover { + color: #9CCFD8; + border-radius: 15px; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + color: #cba7f7; + padding: 1px 4px; + border-radius: 8px; +} + +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: #7f849c; +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} \ No newline at end of file diff --git a/config/waybar/style/light.css b/config/waybar/style/light.css new file mode 100644 index 00000000..6f73d916 --- /dev/null +++ b/config/waybar/style/light.css @@ -0,0 +1,159 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { + background: rgba(0, 0, 0, 0) +} + +window#waybar.hidden { + opacity: 0.7; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ /* transparent */ + background-color: transparent; +} + +tooltip { + background: rgba(236, 236, 236, 0.8); + border-radius: 10px; +} + +tooltip label { + color: #373737; + margin-right: 2px; + margin-left: 2px; +} + +/*-----module groups----*/ +.modules-right { + background-color: rgba(232, 236, 241, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; +} + +.modules-center { + background-color: rgba(232, 236, 241, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; +} + +.modules-left { + background-color: rgba(232, 236, 241, 0.8); + border: 0px solid #b4befe; + border-radius: 10px; + +} + +#workspaces button { + color: #585b70; +} + +#workspaces button.active { + color: #000000; + border-radius: 15px 15px 15px 15px; +} + +#workspaces button.focused { + color: #000000; +} + +#workspaces button.urgent { + color: #000000; + border-radius: 10px; +} + +#workspaces button:hover { + color: #000000; + border-radius: 15px; +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + color: #000000; + padding: 1px 4px; + border-radius: 8px; +} + +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: #585b70; + color: #cdd6f4; +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} diff --git a/config/waybar/style/pywal.css b/config/waybar/style/pywal.css new file mode 100644 index 00000000..bd933d0b --- /dev/null +++ b/config/waybar/style/pywal.css @@ -0,0 +1,185 @@ +/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ + +* { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 1px; +margin-top: 1px; +margin-bottom: 1px; +} + +@import '../../.cache/wal/colors-waybar.css'; + +window#waybar { + background: transparent; +} + +window#waybar.empty { + background-color: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + background-color: transparent; +} + +window > box { + background: rgba(0, 0, 0, 0); + border-bottom: 1px solid rgba(0, 0, 0, 0); + color: @foreground; +} + +window { + /*font-weight: bold;*/ +} + +tooltip { + background: rgba(0, 0, 0, 0.4); + opacity: 0.8; + border-radius: 10px; + border-width: 2px; +} + +tooltip label{ + color: @foreground; +} +/*-----module groups----*/ +.modules-right { + background-color: rgba(0, 0, 0, 0.4); + border: 0.5px solid @color15; + border-radius: 10px; +} +.modules-center { + background-color: rgba(0, 0, 0, 0.4); + border: 0.5px solid @color15; + border-radius: 10px; +} +.modules-left { + background-color: rgba(0, 0, 0, 0.4); + border: 0.5px solid @color15; + border-radius: 10px; +} +/*-----modules indv----*/ + +#workspaces button { + color: @color1; + padding: 0px 0px; + background-color: rgba(0, 0, 0, 0); + transition: all 0.3s ease-in-out; +} +#workspaces button:hover { + box-shadow: inherit; + background-color: @color2; +} + +#workspaces button.focused { + background-color: rgba(0,85,102,0); +} +#workspaces button.active { + color: @foreground; + /*background-color: rgba(0,85,102,0.3);*/ + transition: all 0.3s ease-in-out; + +} + +#backlight, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-spotify, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding: 0px 6px; +} +#mode { + color: #cc3436; + font-weight: bold; +} +#custom-power { + /*background-color: rgba(0,119,179,0.6);*/ + /*border-radius: 50px;*/ + margin: 5px 5px; + padding: 1px 3px; +} +/*-----Indicators----*/ +#idle_inhibitor.activated { + color: #2dcc36; +} +#pulseaudio.muted { + color: #cc3436; +} +#pulseaudio-microphone.muted { + color: #cc3436; +} +#temperature.critical { + color: #cc3436; +} + +#waybar { + background-color: @color14; + color: @color3; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#taskbar button.active { + background-color: #7f849c; +} +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} diff --git a/config/waybar/style/style-Black-&-White.css b/config/waybar/style/style-Black-&-White.css deleted file mode 100644 index 30e536c1..00000000 --- a/config/waybar/style/style-Black-&-White.css +++ /dev/null @@ -1,190 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background: transparent; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -window > box { - /*margin: 1px 2px 2px;*/ - background: rgba(0, 0, 0, 0); - border-bottom: 1px solid rgba(0, 0, 0, 0); - color: white; -} - -window { - /*font-weight: bold;*/ -} - -tooltip { - color: white; - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: white; -} - -tooltip label{ - color: #cdd6f4; -} -/*-----module groups----*/ -.modules-right { - background-color: black; - /*margin: 2px 10px 0 0;*/ - border: 1px; - border-style: solid; - border-color: white; - border-radius: 10px; -} -.modules-center { - background-color: black;; - /*margin: 2px 0 0 0;*/ - border: 1px; - border-style: solid; - border-color: white; - border-radius: 10px; -} -.modules-left { - /*margin: 2px 0 0 5px;*/ - background-color: black; - border: 1px; - border-style: solid; - border-color: white; - border-radius: 10px; -} -/*-----modules indv----*/ -#workspaces button { - padding: 0px 0px; - background-color: transparent; -} -#workspaces button:hover { - box-shadow: inherit; - background-color: rgba(0,153,153,0); -} - -#workspaces button.focused { - background-color: rgba(0,85,102,0); -} -#workspaces button.active { - color: white; - background-color: rgba(191, 191, 191,0.1); - /*box-shadow:inherit;*/ -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 6px; -} -#mode { - color: #cc3436; - font-weight: bold; -} -#custom-power { - /*background-color: rgba(0,119,179,0.6);*/ - /*border-radius: 50px;*/ - margin: 5px 5px; - padding: 1px 3px; -} -/*-----Indicators----*/ -#idle_inhibitor.activated { - color: #2dcc36; -} -#pulseaudio.muted { - color: #cc3436; -} -#temperature.critical { - color: #cc3436; -} - -#waybar { - background-color: #282828; - color: #d8d8d8; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#taskbar button.active { - background-color: #7f849c; -} -#waybar.empty, #waybar.tiled, #waybar.floating { - background-color: transparent; -} diff --git a/config/waybar/style/style-Crimson.css b/config/waybar/style/style-Crimson.css deleted file mode 100644 index 2b26b9a0..00000000 --- a/config/waybar/style/style-Crimson.css +++ /dev/null @@ -1,209 +0,0 @@ -/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -/* .............................................................................*/ -/* ................. ..... Crimson ........................ */ -/* ............................................................................ */ -/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ - -*{ - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - } - - window#waybar { - background: #240303; - color: wheat; - border-radius: 0px 0px 100px 100px; - border: 1px solid grey; - } - - window#waybar.hidden { - opacity: 0.5; - } - window#waybar.empty { - - } - - window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; - } - - - tooltip { - background: #1e1e2e; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; - color: #cba6f7; - } - /*-----module groups----*/ - .modules-right { - padding-right: 2px; - - } - - .modules-center { - - - - } - - .modules-left { - padding-left: 2px; - - } - - #workspaces button { - color: wheat; - padding: 5px; - } - - #workspaces button.active { - color: rgb(108, 18, 18); - background-color: #000000; - border: 1px solid grey; - } - - #workspaces button.focused { - color: #d8dee9; - } - - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } - - #workspaces button:hover { - color: rgb(71, 14, 14); - background-color: #000000; - - } - - - - - #backlight, - #battery, - #bluetooth, - #cava, - #clock, - #cpu, - #disk, - #idle_inhibitor, - #keyboard-state label, - #keyboard-state label.locked, - #keyboard-state, - #memory, - #mode, - #mpd, - #network, - #pulseaudio, - #taskbar button, - #taskbar, - #temperature, - #tray, - #window, - #wireplumber, - #workspaces, - #custom-cycle_wall, - #custom-keybinds, - #custom-light_dark, - #custom-lock, - #custom-menu, - #custom-power_vertical, - #custom-power, - #custom-spotify, - #custom-updater, - #custom-weather, - #custom-weather.clearNight, - #custom-weather.cloudyFoggyDay, - #custom-weather.cloudyFoggyNight, - #custom-weather.default - #custom-weather.rainyDay, - #custom-weather.rainyNight, - #custom-weather.severe, - #custom-weather.showyIcyDay, - #custom-weather.snowyIcyNight, - #custom-weather.sunnyDay { - color: wheat; - padding-right: 10px; - padding-left: 10px; - } - - #temperature.critical { - background-color: #ff0000; - } - - @keyframes blink { - to { - color: #000000; - } - } - - #taskbar button.active { - background-color: rgb(128, 31, 31); - border: 1px solid grey; - } - - #battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; - } - - #pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: #ba5663; - } - - #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; - } - - #backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #ba5663; - } - - \ No newline at end of file diff --git a/config/waybar/style/style-Golden-Noir.css b/config/waybar/style/style-Golden-Noir.css deleted file mode 100644 index 30f05826..00000000 --- a/config/waybar/style/style-Golden-Noir.css +++ /dev/null @@ -1,213 +0,0 @@ -/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -/* .............................................................................*/ -/* ...................... Golden Noir ........................ */ -/* ............................................................................ */ -/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ - -*{ - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - padding: 1px; - } - - window#waybar { - background: #040406; - border-radius:30px; - color: #cba6f7; - - } - - window#waybar.hidden { - opacity: 0.5; - } - window#waybar.empty { - background-color: #040406; - } - - window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; - } - - - tooltip { - background: #1e1e2e; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; - color: #cba6f7; - } - /*-----module groups----*/ - .modules-right { - padding-right: 2px; - - } - - .modules-center { - border-left: 1px solid #ffd700; - border-right:1px solid #ffd700; - border-radius: 20px; - - - } - - .modules-left { - padding-left: 2px; - - } - - #workspaces button { - padding: 2px; - color: #6E6A86; - margin-right: 5px; - } - - #workspaces button.active { - color: #ffd700; - border-radius: 50%; - background-color: black; - } - - #workspaces button.focused { - color: #d8dee9; - } - - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } - - #workspaces button:hover { - color: #ffd700; - border-radius: 15px; - } - - #clock#2 { - color: #cba6f7; - } - - #backlight, - #battery, - #bluetooth, - #cava, - #clock, - #cpu, - #disk, - #idle_inhibitor, - #keyboard-state label, - #keyboard-state label.locked, - #keyboard-state, - #memory, - #mode, - #mpd, - #network, - #pulseaudio, - #taskbar button, - #taskbar, - #temperature, - #tray, - #window, - #wireplumber, - #workspaces, - #custom-cycle_wall, - #custom-keybinds, - #custom-light_dark, - #custom-lock, - #custom-menu, - #custom-power_vertical, - #custom-power, - #custom-spotify, - #custom-updater, - #custom-weather, - #custom-weather.clearNight, - #custom-weather.cloudyFoggyDay, - #custom-weather.cloudyFoggyNight, - #custom-weather.default - #custom-weather.rainyDay, - #custom-weather.rainyNight, - #custom-weather.severe, - #custom-weather.showyIcyDay, - #custom-weather.snowyIcyNight, - #custom-weather.sunnyDay { - color: #e5d9f5; - padding-right: 10px; - padding-left: 15px; - } - - #temperature.critical { - background-color: #ff0000; - } - - @keyframes blink { - to { - color: #000000; - } - } - - #taskbar button.active { - background-color: rgb(47, 46, 46); - } - - #battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; - } - - #pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: #ba5663; - } - - #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; - } - - #backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #ba5663; - } - - - \ No newline at end of file diff --git a/config/waybar/style/style-Purple.css b/config/waybar/style/style-Purple.css deleted file mode 100644 index 4af09af2..00000000 --- a/config/waybar/style/style-Purple.css +++ /dev/null @@ -1,216 +0,0 @@ -/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -/* .............................................................................*/ -/* ............................. Purple .............................. */ -/* ............................................................................ */ -/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ - -*{ - font-family: "JetBrains Mono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - padding: 1px; - } - - window#waybar { - background: #100214; - border-radius: 1px; - color: #cba6f7; - } - - window#waybar.hidden { - opacity: 0.5; - } - window#waybar.empty { - background-color: transparent; - background: #100214; - } - - window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; - } - - - tooltip { - background: #1e1e2e; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; - color: #cba6f7; - } - /*-----module groups----*/ - .modules-right { - border: 5px solid #20052a; - border-radius: 5px 0px 0px 5px; - background-color: #3d174b; - padding-right: 2px; - padding-left: 2px; - } - - .modules-center { - /*background-color: #1e1e2e;*/ - - - } - - .modules-left { - /*background-color: #1e1e2e;*/ - border: 5px solid #20052a; - border-radius: 0px 0px 100px 0px; - background-color: #441a53; - padding-right: 2px; - padding-left: 2px; - - } - - #workspaces button { - padding: 2px; - color: #6E6A86; - margin-right: 5px; - } - - #workspaces button.active { - color: #cba6f7; - border-radius: 50%; - background-color: black; - } - - #workspaces button.focused { - color: #d8dee9; - } - - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } - - #workspaces button:hover { - color: #9CCFD8; - border-radius: 15px; - } - - - - #backlight, - #battery, - #bluetooth, - #cava, - #clock, - #cpu, - #disk, - #idle_inhibitor, - #keyboard-state label, - #keyboard-state label.locked, - #keyboard-state, - #memory, - #mode, - #mpd, - #network, - #pulseaudio, - #taskbar button, - #taskbar, - #temperature, - #tray, - #window, - #wireplumber, - #workspaces, - #custom-cycle_wall, - #custom-keybinds, - #custom-light_dark, - #custom-lock, - #custom-menu, - #custom-power_vertical, - #custom-power, - #custom-spotify, - #custom-updater, - #custom-weather, - #custom-weather.clearNight, - #custom-weather.cloudyFoggyDay, - #custom-weather.cloudyFoggyNight, - #custom-weather.default - #custom-weather.rainyDay, - #custom-weather.rainyNight, - #custom-weather.severe, - #custom-weather.showyIcyDay, - #custom-weather.snowyIcyNight, - #custom-weather.sunnyDay { - color:whitesmoke; - padding: 0px 10px; - - } - - #temperature.critical { - background-color: #ff0000; - } - - @keyframes blink { - to { - color: #000000; - } - } - - #taskbar button.active { - background-color: purple; - } - - #battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; - } - - #pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: purple; - } - - #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; - } - - #backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: purple; - } - - \ No newline at end of file diff --git a/config/waybar/style/style-Simple-Pink.css b/config/waybar/style/style-Simple-Pink.css deleted file mode 100644 index 2b200a87..00000000 --- a/config/waybar/style/style-Simple-Pink.css +++ /dev/null @@ -1,219 +0,0 @@ -/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ -/* .............................................................................*/ -/* ...................... Simple Pink ........................ */ -/* ............................................................................ */ -/* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ - - -*{ - font-family: "JetBrains Mono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - - } - - window#waybar { - background: black; - border-radius: 50px; - color: whitesmoke; - } - - window#waybar.hidden { - opacity: 0.5; - } - window#waybar.empty { - background-color: black; - } - - window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; - } - - - tooltip { - background: #1e1e2e; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; - color: #cba6f7; - } - /*-----module groups----*/ - .modules-right { - border: 5px solid #19141b; - border-radius: 50px 50px 50px 50px; - background-color: #ba5663; - padding-right: 2px; - padding-left: 2px; - margin: 1px; - } - - .modules-center { - background-color: black; - - - } - - .modules-left { - border: 5px solid #0d0a0f; - border-radius: 50px 50px 50px 50px; - background-color: #ba5663; - } - - #workspaces button { - color: pink; - } - - #workspaces button.active { - color: whitesmoke; - - - } - - #workspaces button.focused { - color: #c42a60; - } - - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } - - #workspaces button:hover { - color: #ba5663; - background-color: #0d0a0d; - - } - - #taskbar button:hover { - color: #ba5663; - background-color: #0d0a0d; - } - - - - #backlight, - #battery, - #bluetooth, - #cava, - #clock, - #cpu, - #disk, - #idle_inhibitor, - #keyboard-state label, - #keyboard-state label.locked, - #keyboard-state, - #memory, - #mode, - #mpd, - #network, - #pulseaudio, - #taskbar button, - #taskbar, - #temperature, - #tray, - #window, - #wireplumber, - #workspaces, - #custom-cycle_wall, - #custom-keybinds, - #custom-light_dark, - #custom-lock, - #custom-menu, - #custom-power_vertical, - #custom-power, - #custom-spotify, - #custom-updater, - #custom-weather, - #custom-weather.clearNight, - #custom-weather.cloudyFoggyDay, - #custom-weather.cloudyFoggyNight, - #custom-weather.default - #custom-weather.rainyDay, - #custom-weather.rainyNight, - #custom-weather.severe, - #custom-weather.showyIcyDay, - #custom-weather.snowyIcyNight, - #custom-weather.sunnyDay { - color:whitesmoke; - padding: 0px 6px; - - } - - #temperature.critical { - background-color: #ff0000; - } - - @keyframes blink { - to { - color: #000000; - } - } - - #taskbar button.active { - background-color: pink; - border:1px solid #22252a; - - } - - #battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; - } - - #pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: pink; - } - - #backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; - } - - #backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; - } - - #backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: pink; - } - - \ No newline at end of file diff --git a/config/waybar/style/style-catppuccin-latte.css b/config/waybar/style/style-catppuccin-latte.css deleted file mode 100644 index 6419148e..00000000 --- a/config/waybar/style/style-catppuccin-latte.css +++ /dev/null @@ -1,237 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -@import "../waybar/style/catppuccin-themes/latte.css"; - -window#waybar { - transition-property: background-color; - transition-duration: 0.5s; - /*background: transparent;*/ - border: 2px solid @sapphire; - background: @theme_base_color; - border-radius: 10px; -} - -window#waybar.hidden { - opacity: 0.2; -} - -#waybar.empty #window { - background: none; -} - -/* This section can be use if you want to separate waybar modules*/ -/* Remember to set transparent on waybar above */ -/*.modules-left, .modules-center, .modules-right { */ -/* background: @theme_base_color; */ -/* border: 0.5px solid @overlay0; */ -/* padding: 0px 5px; */ -/* border-radius: 10px; */ -/*} */ - -/* .modules-left, .modules-right { */ -/* border: 1px solid @blue; */ -/* margin: 0px 5px;*/ -/*}*/ - - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 6px; -} - -#idle_inhibitor { - color: @blue; -} - -#backlight { - color: @blue; -} - -#battery { - color: @green; -} - -@keyframes blink { - to { - color: @surface0; - } -} - -#battery.critical:not(.charging) { - background-color: @red; - color: @theme_text_color; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - box-shadow: inset 0 -3px transparent; -} - -#clock { - color: @yellow; -} - -#cpu { - color: @green; -} - -#memory { - color: @sky; -} - -#disk { - color: @sapphire; -} - -#temperature { - color: @teal; -} - -#temperature.critical { - background-color: @red; -} - -#tray > .passive { - -gtk-icon-effect: dim; -} -#tray > .needs-attention { - -gtk-icon-effect: highlight; -} - -#keyboard-state { - color: @flamingo; -} - -#workspaces button { - border-radius: 5px; - /*margin: 3px;*/ - /*padding: 1px;*/ -} - -#workspaces button:hover { - border-radius: 5px; - color: @overlay0; - background-color: @surface0; -} - -#workspaces button.persistent { - color: @surface1; - border-radius: 0px; -} - -#workspaces button.active { - color: @peach; - border-radius: 0px; -} - -#workspaces button.urgent { - color: @red; - border-radius: 0px; -} - -#custom-menu { - color: @rosewater; -} - -#custom-power { - color: @red; - margin-right: 3px; -} - -#custom-updater { - color: @red; -} - -#custom-light_dark { - color: @blue; -} - -#custom-weather { - color: @lavender; -} - -#custom-lock { - color: @maroon; -} - -#pulseaudio { - color: @sapphire; -} - -#pulseaudio.bluetooth { - color: @pink; -} -#pulseaudio.muted { - color: @red; -} - -#window { - color: @mauve; -} - -#custom-waybar-mpris { - color:@lavender; -} - -#network { - color: @teal; -} -#network.disconnected, -#network.disabled { - background-color: @surface0; - color: @text; -} diff --git a/config/waybar/style/style-catppuccin-mocha.css b/config/waybar/style/style-catppuccin-mocha.css deleted file mode 100644 index 856271ed..00000000 --- a/config/waybar/style/style-catppuccin-mocha.css +++ /dev/null @@ -1,235 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -@import "../waybar/style/catppuccin-themes/mocha.css"; - -window#waybar { - transition-property: background-color; - transition-duration: 0.5s; - background: transparent; - /*border: 2px solid @overlay0;*/ - /*background: @theme_base_color;*/ - border-radius: 10px; -} - -window#waybar.hidden { - opacity: 0.2; -} - -#waybar.empty #window { - background: none; -} - -/* This section can be use if you want to separate waybar modules */ -.modules-left, .modules-center, .modules-right { - background: @theme_base_color; - border: 0.5px solid @overlay0; - padding: 0px 5px; - border-radius: 10px; -} - - .modules-left, .modules-right { - border: 1px solid @blue; - /*margin: 0px 5px;*/ -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 6px; -} - -#idle_inhibitor { - color: @blue; -} - -#backlight { - color: @blue; -} - -#battery { - color: @green; -} - -@keyframes blink { - to { - color: @surface0; - } -} - -#battery.critical:not(.charging) { - background-color: @red; - color: @theme_text_color; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - box-shadow: inset 0 -3px transparent; -} - -#clock { - color: @yellow; -} - -#cpu { - color: @green; -} - -#memory { - color: @sky; -} - -#disk { - color: @sapphire; -} - -#temperature { - color: @teal; -} - -#temperature.critical { - background-color: @red; -} - -#tray > .passive { - -gtk-icon-effect: dim; -} -#tray > .needs-attention { - -gtk-icon-effect: highlight; -} - -#keyboard-state { - color: @flamingo; -} - -#workspaces button { - border-radius: 5px; - /*margin: 3px;*/ - /*padding: 1px;*/ -} - -#workspaces button:hover { - border-radius: 5px; - color: @overlay0; - background-color: @surface0; -} - -#workspaces button.persistent { - color: @surface1; - border-radius: 0px; -} - -#workspaces button.active { - color: @peach; - border-radius: 0px; -} - -#workspaces button.urgent { - color: @red; - border-radius: 0px; -} - -#custom-menu { - color: @rosewater; -} - -#custom-power { - color: @red; - margin-right: 3px; -} - -#custom-updater { - color: @red; -} - -#custom-light_dark { - color: @blue; -} - -#custom-weather { - color: @lavender; -} - -#custom-lock { - color: @maroon; -} - -#pulseaudio { - color: @sapphire; -} - -#pulseaudio.bluetooth { - color: @pink; -} -#pulseaudio.muted { - color: @red; -} - -#window { - color: @mauve; -} - -#custom-waybar-mpris { - color:@lavender; -} - -#network { - color: @teal; -} -#network.disconnected, -#network.disabled { - background-color: @surface0; - color: @text; -} diff --git a/config/waybar/style/style-colorful.css b/config/waybar/style/style-colorful.css deleted file mode 100644 index 80b3f607..00000000 --- a/config/waybar/style/style-colorful.css +++ /dev/null @@ -1,258 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - /* Transparent waybar. Make sure to comment out background-color: and border: */ - background-color: rgba(0,0,0,0); - /* background-color: #1e1e2e; */ - /* border: 2px solid #313244; */ - transition-property: background-color; - transition-duration: .5s; -} - -window#waybar.hidden { - opacity: 0.5; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - border-radius: 8px; - margin: 4px 1px; - padding: 0px 4px; - color: #3A3B3C; - border: 1px solid #b4befe; -} - -#backlight { - background-color: #cba6f7; -} - -#taskbar { - color: #ffffff; -} - -#taskbar button.active { - background-color: #7f849c; -} - -#battery { - background-color: #f9e2af; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#battery.critical:not(.charging) { - background-color: #f38ba8; - color: #f38ba8; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#clock { - background-color: #a6e3a1; -} - -#keyboard-state, -#keyboard-state label, -#keyboard-state label.locked, -#cpu { - background-color: #89dceb; -} - -#memory { - background-color: #eba0ac; -} - -#disk { - background-color: #b4befe; -} - -#tray { - background-color: #b4befe; -} -#tray > .passive { - -gtk-icon-effect: dim; -} -#tray > .needs-attention { - -gtk-icon-effect: highlight; -} - -#workspaces button { - border-radius: 8px; - background-color: #d9e0ee; - color: #3A3B3C; -} - -#workspaces button.active { - background-color: #eba0ac; - color: #3A3B3C; -} - -#taskbar button { - border-radius: 8px; - background-color: #74c7ec; - color: #3A3B3C; -} - -#taskbar button.active { - background-color: #b4befe; - color: #3A3B3C; -} -#custom-menu { - background-color: #f5c2e7; - /*padding: 1px;*/ - padding-right: 10px; - border-radius: 8px; - color: #3A3B3C; - border: 1px solid #b4befe; -} - -#custom-power { - background-color: #f38ba8; -} - -#custom-updater { - background-color: #e6ed7b; -} - -#custom-cycle_wall { - background-color: #94e2d5; -} - -#custom-weather { - background-color: #cba6f7; -} - -#wireplumber { - background-color: #a6e3a1; -} - -#wireplumber.muted { - background-color: #313244; - color: #cdd6f4; -} - -#custom-lock { - background-color: #89dceb; -} - -#temperature { - background-color: #86b4fa; -} - -#custom-power_vertical, -#custom-light_dark, -#idle_inhibitor { - background-color: #86b4fa; -} - -#bluetooth { - background-color: #89dceb; -} -#window { - background-color: #89dceb; -} - -#pulseaudio { - background-color: #fab387; -} - -#pulseaudio.bluetooth { - background-color: #f5c2e7; -} -#pulseaudio.muted { - background-color: #313244; - color: #cdd6f4; -} - -#network { - background-color: #89b4fa; -} -#network.disconnected,#network.disabled { - background-color: #313244; - color: #cdd6f4; -} diff --git a/config/waybar/style/style-colors-border.css b/config/waybar/style/style-colors-border.css deleted file mode 100644 index 4aaef8ef..00000000 --- a/config/waybar/style/style-colors-border.css +++ /dev/null @@ -1,329 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - /* background-color: rgba(26, 27, 38, 0.5); */ - background-color: transparent; - color: #ffffff; - transition-property: background-color; - transition-duration: 0.5s; - /* border-top: 8px transparent; */ - border-radius: 0px; - transition-duration: 0.5s; - margin: 0px 0px; -} -window#waybar.empty { - background-color: transparent; -} -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -window#waybar.hidden { - opacity: 0.1; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} -#workspaces button { - padding: 0 0px; - color: #7984a4; - background-color: transparent; - /* Use box-shadow instead of border so the text isn't offset */ - box-shadow: inset 0 -3px transparent; - /* Avoid rounded borders under each workspace name */ - border: none; - border-radius: 0; -} - -#workspaces button.focused { - background-color: transparent; -} -#workspace button.hover { - background-color: transparent; -} -#workspaces button.active { - color: white; -} - -#workspaces button.urgent { - background-color: #eb4d4b; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 10px; - color: #e5e5e5; - /* color: #bf616a; */ - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#workspaces { - border-radius: 6px; - padding: 0px 6px; - border: 1px solid #b4befe; -} - -#cpu { - color: #fb958b; - padding: 3px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#custom-cycle_wall, -#custom-updater { - color: #cba7f7; - padding: 3px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; - -} - -#custom-menu { - color: #FFFFFF; - padding: 6px; - padding-right: 6px; - border-radius: 8px; - background-color: rgba(50, 50, 50, 0.1); - border: 1px solid #b4befe; -} - -#memory { - color: #ebcb8b; -} - -#custom-power { - color: #cc3436; -} - -#custom-launcher { - background-color: #1b242b; - color: #6a92d7; - border-radius: 6px; - padding: 0 0px; -} - -#custom-weather.severe { - color: #eb937d; -} - -#custom-weather.sunny { - color: #c2ca76; -} - -#custom-weather.clearNight { - color: #cad3f5; -} - -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight { - color: #c2ddda; -} - -#custom-weather.rainyDay, -#custom-weather.rainyNight { - color: #5aaca5; -} - -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight { - color: #d6e7e5; -} - -#custom-weather.default { - color: #ebecf0; -} - -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - -#pulseaudio { - color: #FFD580; -} - -#wireplumber { - color: #FFD580; -} -#backlight { - /* color: #EBCB8B; */ - color: #8fbcbb; -} - -#clock { - color: #90EE90; - /* background-color: #14141e; */ -} - -#battery { - color: #c0caf5; - /* background-color: #90b1b1; */ -} - -#battery.charging, -#battery.full, -#battery.plugged { - color: #26a65b; - /* background-color: #26a65b; */ -} - -@keyframes blink { - to { - background-color: rgba(30, 34, 42, 0.5); - color: #abb2bf; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -label:focus { - background-color: #000000; -} - -#disk { - color: #f38ba8; -} - -#bluetooth { - color: #7287fd; -} - -#bluetooth.disconnected { - color: #f53c3c; -} - -#network { - color: #b48ead; -} - -#network.disconnected { - color: #f53c3c; -} - -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-media.custom-spotify { - background-color: #66cc99; -} - -#custom-media.custom-vlc { - background-color: #ffa000; -} - -#temperature.critical { - background-color: #eb4d4b; -} - -#tray > .passive { - -gtk-icon-effect: dim; -} - -#tray > .needs-attention { - -gtk-icon-effect: highlight; - background-color: #eb4d4b; -} - -#idle_inhibitor { - /*background-color: #2d3436;*/ -} - -#idle_inhibitor.activated { - /*background-color: #ecf0f1;*/ - color: #2dcc36; -} - -#temperature { - color: #ADD8E6; -} - -#taskbar button.active { - background-color: #7f849c; -} diff --git a/config/waybar/style/style-colors-line.css b/config/waybar/style/style-colors-line.css deleted file mode 100644 index c5e11e8e..00000000 --- a/config/waybar/style/style-colors-line.css +++ /dev/null @@ -1,179 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background:rgba (0, 0, 0, 0.5); - border-radius: 20px 20px 20px 20px; -} - -#workspaces button { - /*padding: 2px 0px;*/ - border-bottom: 1px; - color: #eceff4; - border-color: #d8dee9; - border-style: solid; - margin-top:2px; -} - -#workspaces button.active { - border-color: #81a1c1; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 1px 4px; - border-bottom: 1px; - border-style: solid; -} - -/* ----------------------------------------------------------------------------- - * Module styles - * -------------------------------------------------------------------------- */ - - -#clock { - color:#a3be8c; -} - -#backlight { - color: #ebcb8b; -} - -#battery { - color: #d8dee9; -} - -#battery.charging { - color: #81a1c1; -} - -@keyframes blink { - to { - color: #4c566a; - background-color: #eceff4; - } -} - -#battery.critical:not(.charging) { - background: #bf616a; - color: #eceff4; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#cpu { - color:#a3be8c ; -} - -#memory { - color: #d3869b; -} - -#network.disabled { - color:#bf616a; -} - -#network{ - color:#a3be8c; -} - -#network.disconnected { - color: #bf616a; -} - -#pulseaudio { - color: #b48ead; -} - -#pulseaudio.muted { - color: #3b4252; -} - -#temperature { - color: #8fbcbb; -} - -#temperature.critical { - color: #bf616a; -} - -#idle_inhibitor { - color: #ebcb8b; -} - -#tray { -} - -#custom-menu, -#custom-power{ - color: #cba6f7; - margin-top:2px; -} - -#window{ - border-style: hidden; - margin-top:1px; -} -#bluetooth{ - color:#d08770; -} -#custom-weather{ - color:#d08770; -} - - diff --git a/config/waybar/style/style-colors.css b/config/waybar/style/style-colors.css deleted file mode 100644 index 2bae4fb8..00000000 --- a/config/waybar/style/style-colors.css +++ /dev/null @@ -1,342 +0,0 @@ -@define-color critical #ff0000; /* critical color */ -@define-color warning #f3f809; /* warning color */ -@define-color fgcolor #ffffff; /* foreground color */ -@define-color bgcolor #303030; /* background color */ -@define-color bgcolor #222436; /* background color */ -@define-color alert #df3320; - -@define-color accent1 #ff7a93; -@define-color accent2 #b9f27c; -@define-color accent3 #ff9e64; -@define-color accent4 #bb9af7; -@define-color accent5 #7da6ff; -@define-color accent6 #0db9d7; - -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background-color: rgba(50, 50, 50, 0.0); - /*background-color: @bgcolor;*/ - /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ - color: #ffffff; - transition-property: background-color; - transition-duration: .5s; - border-radius: 0; -} - -window#waybar.hidden { - opacity: 0.1; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} - -#workspaces button { - padding: 0 0 0 0; - margin: 0 0 0 0; - background-color: transparent; - color: #ffffff; - /*min-width: 36px;*/ - /* Use box-shadow instead of border so the text isn't offset */ - /* box-shadow: inset 0 -3px transparent;*/ - /* border-radius: 0px; */ -} - -#workspaces button.active { - padding: 0 0 0 0; - margin: 0 0 0 0; - background-color: transparent; - color: #D3D3D3; - /*min-width: 36px;*/ - /* Use box-shadow instead of border so the text isn't offset */ - /* box-shadow: inset 0 -3px transparent;*/ - /* border-radius: 0px; */ -} - -/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ -#workspaces button:hover { - background: rgba(0, 0, 0, 0.2); - /* box-shadow: inset 0 -3px #ffffff; */ -} - -#workspaces button.focused { - background-color: #bbccdd; - color: #323232; - /* box-shadow: inset 0 -3px #ffffff; */ -} - -#workspaces button.urgent { - background-color: #eb4d4b; -} - -#mode { - background-color: #64727D; - border-bottom: 3px solid #ffffff; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 10px; - /*margin: 4px 3px 5px 3px;*/ - /*color: @fgcolor;*/ - /* background-color: #bbccdd; */ - background-color:transparent; -} - -#window, -#workspaces { - margin: 0 4px; -} - -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - -#clock { - color: @accent2; -} - -#custom-updater { - color: #7287fd; -} - -#battery { - color: @accent5; -} - -/* #battery.charging { - color: #ffffff; - background-color: #26A65B; -} */ - -@keyframes blink { - to { - background-color: #ffffff; - color: #333333; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -label:focus { - background-color: #000000; -} - -#custom-menu{ - color: #FFFFFF; - /*padding: 3px;*/ -} - -#cpu { - color: @accent1; -} - -#memory { - color: @accent3; -} - -#backlight { - color: #cdd6f4; -} - -#bluetooth { - color: #1e66f5; -} - -#network { - color: @accent3; -} - -#network.disconnected { - color: @alert; -} - -#pulseaudio { - color: @accent4; -} - -#pulseaudio-muted { - color: @accent2; -} -#wireplumber { - color: @accent4; -} - -#wireplumber-muted { - color: @accent2; -} - -#pluseaudio-source-muted{ - color: #a0a0a0; -} - -#custom-power { - color: #cc3436; -} - -#disk { - color: @accent5; -} -#custom-power_profile { - color: @accent3; -} -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-weather { - color: #66cc99; -} - -#custom-lock { - color: #ffa000; -} - -#temperature { - color: @accent6; - /* background-color: #f0932b; */ -} - -#temperature.critical { - background-color: @critical; -} - -#tray { - /* background-color: #505050; */ -} - -#idle_inhibitor { - color: #f9e2af; - /*background-color: #2d3436;*/ -} - -#idle_inhibitor.activated { - /*background-color: #ecf0f1;*/ - color: #2dcc36; - /*color: #2d3436;*/ -} - -#taskbar button.active { - background-color: #7f849c; -} - -#mpd { - color: #2a5c45; -} - -#mpd.disconnected { - background-color: #f53c3c; -} - -#mpd.stopped { - background-color: #90b1b1; -} - -#mpd.paused { - background-color: #51a37a; -} - -#custom-language { - /* background: #bbccdd; - color: #333333; - padding: 0 5px; - margin: 4px 3px 6px 3px; */ - color: @accent5; - min-width: 16px; -} - -#custom-separator { - color: #606060; - margin: 0 1px; - padding-bottom: 5px; -} diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css deleted file mode 100644 index 289c080c..00000000 --- a/config/waybar/style/style-dark.css +++ /dev/null @@ -1,158 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background: rgba(0, 0, 0, 0); -} - -window#waybar.hidden { - opacity: 0.5; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: rgba(0, 0, 0, 0.6); - border-radius: 10px; -} - -tooltip label { - color: #cba6f7; - margin-right: 2px; - margin-left: 2px; -} - -/*-----module groups----*/ -.modules-right { - background-color: rgba(0, 0, 0, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; -} - -.modules-center { - background-color: rgba(0, 0, 0, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; -} - -.modules-left { - background-color: rgba(0, 0, 0, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; - -} - -#workspaces button { - color: #6E6A86; -} - -#workspaces button.active { - color: #cba6f7; - border-radius: 15px 15px 15px 15px; -} - -#workspaces button.focused { - color: #d8dee9; -} - -#workspaces button.urgent { - color: #11111b; - border-radius: 10px; -} - -#workspaces button:hover { - color: #9CCFD8; - border-radius: 15px; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - color: #cba7f7; - padding: 1px 4px; - border-radius: 8px; -} - -#temperature.critical { - background-color: #ff0000; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#taskbar button.active { - background-color: #7f849c; -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} \ No newline at end of file diff --git a/config/waybar/style/style-light.css b/config/waybar/style/style-light.css deleted file mode 100644 index 6f73d916..00000000 --- a/config/waybar/style/style-light.css +++ /dev/null @@ -1,159 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -window#waybar { - background: rgba(0, 0, 0, 0) -} - -window#waybar.hidden { - opacity: 0.7; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: rgba(236, 236, 236, 0.8); - border-radius: 10px; -} - -tooltip label { - color: #373737; - margin-right: 2px; - margin-left: 2px; -} - -/*-----module groups----*/ -.modules-right { - background-color: rgba(232, 236, 241, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; -} - -.modules-center { - background-color: rgba(232, 236, 241, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; -} - -.modules-left { - background-color: rgba(232, 236, 241, 0.8); - border: 0px solid #b4befe; - border-radius: 10px; - -} - -#workspaces button { - color: #585b70; -} - -#workspaces button.active { - color: #000000; - border-radius: 15px 15px 15px 15px; -} - -#workspaces button.focused { - color: #000000; -} - -#workspaces button.urgent { - color: #000000; - border-radius: 10px; -} - -#workspaces button:hover { - color: #000000; - border-radius: 15px; -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - color: #000000; - padding: 1px 4px; - border-radius: 8px; -} - -#temperature.critical { - background-color: #ff0000; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#taskbar button.active { - background-color: #585b70; - color: #cdd6f4; -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} diff --git a/config/waybar/style/style-pywal.css b/config/waybar/style/style-pywal.css deleted file mode 100644 index bd933d0b..00000000 --- a/config/waybar/style/style-pywal.css +++ /dev/null @@ -1,185 +0,0 @@ -/* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ - -* { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 98%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 1px; -margin-top: 1px; -margin-bottom: 1px; -} - -@import '../../.cache/wal/colors-waybar.css'; - -window#waybar { - background: transparent; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - background-color: transparent; -} - -window > box { - background: rgba(0, 0, 0, 0); - border-bottom: 1px solid rgba(0, 0, 0, 0); - color: @foreground; -} - -window { - /*font-weight: bold;*/ -} - -tooltip { - background: rgba(0, 0, 0, 0.4); - opacity: 0.8; - border-radius: 10px; - border-width: 2px; -} - -tooltip label{ - color: @foreground; -} -/*-----module groups----*/ -.modules-right { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; -} -.modules-center { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; -} -.modules-left { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; -} -/*-----modules indv----*/ - -#workspaces button { - color: @color1; - padding: 0px 0px; - background-color: rgba(0, 0, 0, 0); - transition: all 0.3s ease-in-out; -} -#workspaces button:hover { - box-shadow: inherit; - background-color: @color2; -} - -#workspaces button.focused { - background-color: rgba(0,85,102,0); -} -#workspaces button.active { - color: @foreground; - /*background-color: rgba(0,85,102,0.3);*/ - transition: all 0.3s ease-in-out; - -} - -#backlight, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, -#keyboard-state, -#memory, -#mode, -#mpd, -#network, -#pulseaudio, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-cycle_wall, -#custom-keybinds, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-spotify, -#custom-updater, -#custom-weather, -#custom-weather.clearNight, -#custom-weather.cloudyFoggyDay, -#custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, -#custom-weather.rainyNight, -#custom-weather.severe, -#custom-weather.showyIcyDay, -#custom-weather.snowyIcyNight, -#custom-weather.sunnyDay { - padding: 0px 6px; -} -#mode { - color: #cc3436; - font-weight: bold; -} -#custom-power { - /*background-color: rgba(0,119,179,0.6);*/ - /*border-radius: 50px;*/ - margin: 5px 5px; - padding: 1px 3px; -} -/*-----Indicators----*/ -#idle_inhibitor.activated { - color: #2dcc36; -} -#pulseaudio.muted { - color: #cc3436; -} -#pulseaudio-microphone.muted { - color: #cc3436; -} -#temperature.critical { - color: #cc3436; -} - -#waybar { - background-color: @color14; - color: @color3; -} - -@keyframes blink { - to { - color: #000000; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -#taskbar button.active { - background-color: #7f849c; -} -#waybar.empty, #waybar.tiled, #waybar.floating { - background-color: transparent; -} -- cgit v1.2.3