From 4bf463491ecf91d8f241d389fca3088a5c04e97d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 14:05:09 +0900 Subject: added Krautt waybar styles --- config/hypr/scripts/WaybarLayout.sh | 5 + config/hypr/scripts/WaybarStyles.sh | 5 + config/waybar/configs/config-Camellia | 169 +++++++++++++++++++++++ config/waybar/configs/config-Chrysanthemum | 115 ++++++++++++++++ config/waybar/configs/config-Gardenia | 115 ++++++++++++++++ config/waybar/configs/config-Peony | 124 +++++++++++++++++ config/waybar/style/Style-None.css | 201 +++++++++++++++++++++++++++ config/waybar/style/style-Crimson.css | 205 +++++++++++++++++++++++++++ config/waybar/style/style-Golden-Noir.css | 209 ++++++++++++++++++++++++++++ config/waybar/style/style-Purple.css | 212 ++++++++++++++++++++++++++++ config/waybar/style/style-Simple-Pink.css | 214 +++++++++++++++++++++++++++++ 11 files changed, 1574 insertions(+) create mode 100644 config/waybar/configs/config-Camellia create mode 100644 config/waybar/configs/config-Chrysanthemum create mode 100644 config/waybar/configs/config-Gardenia create mode 100644 config/waybar/configs/config-Peony create mode 100644 config/waybar/style/Style-None.css create mode 100644 config/waybar/style/style-Crimson.css create mode 100644 config/waybar/style/style-Golden-Noir.css create mode 100644 config/waybar/style/style-Purple.css create mode 100644 config/waybar/style/style-Simple-Pink.css diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 187771ad..73fb28b1 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,6 +7,10 @@ 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/config-Chrysanthemum b/config/waybar/configs/config-Chrysanthemum new file mode 100644 index 00000000..ab5e9a2e --- /dev/null +++ b/config/waybar/configs/config-Chrysanthemum @@ -0,0 +1,115 @@ +{ + // GARDENIA // + + "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 new file mode 100644 index 00000000..f482e2f6 --- /dev/null +++ b/config/waybar/configs/config-Gardenia @@ -0,0 +1,115 @@ +{ + // GARDENIA // + + "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-Peony b/config/waybar/configs/config-Peony new file mode 100644 index 00000000..482fe645 --- /dev/null +++ b/config/waybar/configs/config-Peony @@ -0,0 +1,124 @@ +// PEONY // + +{ + "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/style/Style-None.css b/config/waybar/style/Style-None.css new file mode 100644 index 00000000..a4e8db32 --- /dev/null +++ b/config/waybar/style/Style-None.css @@ -0,0 +1,201 @@ +/* None */ + +*{ + 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/style-Crimson.css b/config/waybar/style/style-Crimson.css new file mode 100644 index 00000000..d6afb242 --- /dev/null +++ b/config/waybar/style/style-Crimson.css @@ -0,0 +1,205 @@ +/* Crimson */ + +*{ + 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: 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: 20px; + + } + + .modules-center { + + + + } + + .modules-left { + padding-left: 20px; + + } + + #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: 15px; + } + + #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 new file mode 100644 index 00000000..df94b467 --- /dev/null +++ b/config/waybar/style/style-Golden-Noir.css @@ -0,0 +1,209 @@ +/* Golden Noir */ + +*{ + 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: 10px; + + } + + .modules-center { + border-left: 1px solid #ffd700; + border-right:1px solid #ffd700; + border-radius: 20px; + + + } + + .modules-left { + padding-left: 10px; + + } + + #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 new file mode 100644 index 00000000..8ac84205 --- /dev/null +++ b/config/waybar/style/style-Purple.css @@ -0,0 +1,212 @@ +/* purpl */ + +*{ + 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: 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: 5px; + padding-left: 25px; + } + + .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: 50px; + padding-left: 10px; + + } + + #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 new file mode 100644 index 00000000..0cefe94f --- /dev/null +++ b/config/waybar/style/style-Simple-Pink.css @@ -0,0 +1,214 @@ +/* Simple Pink */ + +*{ + 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 -- cgit v1.2.3 From 4c142b3a4172db1c042455142e137fe3da93e3f7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 16:16:38 +0900 Subject: small tweak --- config/waybar/configs/config-Camellia | 7 ++++++- config/waybar/configs/config-Chrysanthemum | 7 ++++++- config/waybar/configs/config-Gardenia | 9 +++++++-- config/waybar/configs/config-Peony | 6 +++++- config/waybar/style/Style-None.css | 8 ++++++-- config/waybar/style/style-Crimson.css | 14 +++++++++----- config/waybar/style/style-Golden-Noir.css | 12 ++++++++---- config/waybar/style/style-Purple.css | 16 ++++++++++------ config/waybar/style/style-Simple-Pink.css | 19 ++++++++++++------- 9 files changed, 69 insertions(+), 29 deletions(-) diff --git a/config/waybar/configs/config-Camellia b/config/waybar/configs/config-Camellia index 891aade7..6ff25d9b 100644 --- a/config/waybar/configs/config-Camellia +++ b/config/waybar/configs/config-Camellia @@ -1,5 +1,10 @@ +//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* .............................................................................*/ +//* ...................... CAMELLIA .................... */ +//* ............................................................................ */ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ + { - // CAMELLIA // "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/config-Chrysanthemum b/config/waybar/configs/config-Chrysanthemum index ab5e9a2e..fccc8e88 100644 --- a/config/waybar/configs/config-Chrysanthemum +++ b/config/waybar/configs/config-Chrysanthemum @@ -1,5 +1,10 @@ +//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* .............................................................................*/ +//* ...................... CHRYSANTEMUM .................... */ +//* ............................................................................ */ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ + { - // GARDENIA // "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/config-Gardenia b/config/waybar/configs/config-Gardenia index f482e2f6..ffbd7da1 100644 --- a/config/waybar/configs/config-Gardenia +++ b/config/waybar/configs/config-Gardenia @@ -1,6 +1,11 @@ -{ - // GARDENIA // +//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* .............................................................................*/ +//* ...................... GARDENIA .................... */ +//* ............................................................................ */ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ +{ + "include": "~/.config/waybar/modules", "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/config-Peony b/config/waybar/configs/config-Peony index 482fe645..07dc665d 100644 --- a/config/waybar/configs/config-Peony +++ b/config/waybar/configs/config-Peony @@ -1,4 +1,8 @@ -// PEONY // +//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +//* .............................................................................*/ +//* ............ .......... PEONY ........... ......... */ +//* ............................................................................ */ +//* --- 👍 designed by https://github.com/Krautt 👍 --- */ { "include": "~/.config/waybar/modules", diff --git a/config/waybar/style/Style-None.css b/config/waybar/style/Style-None.css index a4e8db32..cbad2450 100644 --- a/config/waybar/style/Style-None.css +++ b/config/waybar/style/Style-None.css @@ -1,11 +1,15 @@ -/* None */ +/* ----------- 💫 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } diff --git a/config/waybar/style/style-Crimson.css b/config/waybar/style/style-Crimson.css index d6afb242..2b26b9a0 100644 --- a/config/waybar/style/style-Crimson.css +++ b/config/waybar/style/style-Crimson.css @@ -1,11 +1,15 @@ -/* Crimson */ +/* ----------- 💫 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } @@ -42,7 +46,7 @@ } /*-----module groups----*/ .modules-right { - padding-right: 20px; + padding-right: 2px; } @@ -53,7 +57,7 @@ } .modules-left { - padding-left: 20px; + padding-left: 2px; } @@ -131,7 +135,7 @@ #custom-weather.sunnyDay { color: wheat; padding-right: 10px; - padding-left: 15px; + padding-left: 10px; } #temperature.critical { diff --git a/config/waybar/style/style-Golden-Noir.css b/config/waybar/style/style-Golden-Noir.css index df94b467..30f05826 100644 --- a/config/waybar/style/style-Golden-Noir.css +++ b/config/waybar/style/style-Golden-Noir.css @@ -1,11 +1,15 @@ -/* Golden Noir */ +/* ----------- 💫 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } @@ -43,7 +47,7 @@ } /*-----module groups----*/ .modules-right { - padding-right: 10px; + padding-right: 2px; } @@ -56,7 +60,7 @@ } .modules-left { - padding-left: 10px; + padding-left: 2px; } diff --git a/config/waybar/style/style-Purple.css b/config/waybar/style/style-Purple.css index 8ac84205..4af09af2 100644 --- a/config/waybar/style/style-Purple.css +++ b/config/waybar/style/style-Purple.css @@ -1,11 +1,15 @@ -/* purpl */ +/* ----------- 💫 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } @@ -46,8 +50,8 @@ border: 5px solid #20052a; border-radius: 5px 0px 0px 5px; background-color: #3d174b; - padding-right: 5px; - padding-left: 25px; + padding-right: 2px; + padding-left: 2px; } .modules-center { @@ -61,8 +65,8 @@ border: 5px solid #20052a; border-radius: 0px 0px 100px 0px; background-color: #441a53; - padding-right: 50px; - padding-left: 10px; + padding-right: 2px; + padding-left: 2px; } diff --git a/config/waybar/style/style-Simple-Pink.css b/config/waybar/style/style-Simple-Pink.css index 0cefe94f..2b200a87 100644 --- a/config/waybar/style/style-Simple-Pink.css +++ b/config/waybar/style/style-Simple-Pink.css @@ -1,17 +1,22 @@ -/* Simple Pink */ +/* ----------- 💫 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } window#waybar { - background:black; + background: black; border-radius: 50px; color: whitesmoke; } @@ -45,9 +50,9 @@ border: 5px solid #19141b; border-radius: 50px 50px 50px 50px; background-color: #ba5663; - padding-right: 10px; - padding-left: 10px; - margin: 3px; + padding-right: 2px; + padding-left: 2px; + margin: 1px; } .modules-center { @@ -138,7 +143,7 @@ #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color:whitesmoke; - padding: 0px 10px; + padding: 0px 6px; } -- cgit v1.2.3 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 From a0ec6493d68afb247e67fdd0fd08517396f5aba4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 19:05:46 +0900 Subject: just some small cleanup --- config/waybar/configs/Camellia | 268 +++++++++++++++++------------------- config/waybar/configs/Chrysanthemum | 137 +++++++++--------- config/waybar/configs/Gardenia | 129 +++++++++-------- config/waybar/configs/Peony | 214 ++++++++++++++-------------- 4 files changed, 363 insertions(+), 385 deletions(-) diff --git a/config/waybar/configs/Camellia b/config/waybar/configs/Camellia index 7080945a..aa5a41a9 100644 --- a/config/waybar/configs/Camellia +++ b/config/waybar/configs/Camellia @@ -6,44 +6,43 @@ { - "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, +"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-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], - "modules-center": ["hyprland/window#cam"], +"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": [] - }, +"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", @@ -55,103 +54,102 @@ "8":"Otto", "9":"Nove", "10":"Dieci" - } - }, - - "hyprland/window#cam": { - "format": " {title}", - "max-length": 50, - "rewrite": { - "(.*) — Mozilla Firefox": " $1", - "(.*) - fish": "> [$1]" - }, + } +}, + +"hyprland/window#cam": { + "format": " {title}", + "max-length": 50, + "rewrite": { + "(.*) — Mozilla Firefox": " $1", + "(.*) - zsh": "> [$1]" +}, "separate-outputs": true - }, - - "clock#cam": { - "interval": 60, - "format": "{:%A, %H:%M %p}", - "max-length": 25, - - }, - - - "battery#cam": { - "interval": 60, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "critical": 15 - }, - "format": "{capacity}% {icon}", - "format-charging": " {capacity}%", - "format-plugged": "󱘖 {capacity}%", - "format-full": "{icon} Full", - "format-alt": "{icon} {time}", - "format-icons": ["", "", "", "", ""], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w" - }, +}, - "pulseaudio/slider": { - "min": 0, - "max": 100, - "orientation": "horizontal" +"clock#cam": { + "interval": 60, + "format": "{:%A, %H:%M %p}", + "max-length": 25, - }, - - "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" +}, + +"battery#cam": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-charging": " {capacity}%", + "format-plugged": "󱘖 {capacity}%", + "format-full": "{icon} Full", + "format-alt": "{icon} {time}", + "format-icons": ["", "", "", "", ""], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w" +}, + +"pulseaudio/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal" + +}, + +"custom/speaker": { + "exec": "echo '🔊'", + "interval": 1, + "format": "{}" +}, + +"backlight/slider": { + "min": 0, + "max": 100, + "orientation": "horizontal", + "device": "intel_backlight" +}, + +"custom/backlight": { + "exec": "echo '✨'", + "interval": 1, + "format": "{}" +}, + +"tray#cam": { + "icon-size": 16, + "spacing": 10 +}, + +"network#cam": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "󰌘", + "format-disconnected": "󰌙", + "tooltip-format": "{ipaddr}  {bandwidthUpBytes}  {bandwidthDownBytes}", + "format-linked": "󰈁 {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} 󰌘", + "tooltip-format-disconnected": "󰌙 Disconnected", + "max-length": 50, + "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"] +}, + +"wlr/taskbar": { + "format": "{icon}", + "icon-size": 14, + "icon-theme": "Numix-Circle", + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "kitty" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition" @@ -160,15 +158,5 @@ "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 index 95c6686a..598a666f 100644 --- a/config/waybar/configs/Chrysanthemum +++ b/config/waybar/configs/Chrysanthemum @@ -5,83 +5,79 @@ //* --- 👍 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, +"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-left": ["clock#gar","tray"], + +"modules-center": ["hyprland/workspaces#gar"], - "modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], +// M O D U L E S // - // 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": "", + } +}, - "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)}" +}, - "clock#gar": { - "format": "{:%a %d | %H:%M}", - "format-alt": "{:%A, %d %B, %Y (%R)}" - }, +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, - "hyprland/window#gar": { - "format": "{}", - "max-length": 60 - }, +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, - "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": ["", "", ""] }, - - "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 + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol", + "tooltip": false }, "backlight#gar": { @@ -90,7 +86,6 @@ "format-icons": ["", ""] }, - "battery#gar": { "interval": 60, "align": 0, @@ -115,7 +110,5 @@ "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 index 6dc88edc..0adec1c4 100644 --- a/config/waybar/configs/Gardenia +++ b/config/waybar/configs/Gardenia @@ -7,81 +7,80 @@ { - "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, +"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-left": ["clock#gar","tray"], - "modules-center": ["hyprland/workspaces#gar"], +"modules-center": ["hyprland/workspaces#gar"], - "modules-right": ["pulseaudio#gar","backlight#gar", "battery#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": "五" - } +// 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)}" - }, +"clock#gar": { + "format": "{:%a %d | %H:%M %p}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, - "hyprland/window#gar": { - "format": "{}", - "max-length": 60 - }, +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, - "tray#gar": { - "icon-size": 15, - "spacing": 10 - }, +"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": ["", "", ""] +"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 + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol", + "tooltip": false }, "backlight#gar": { @@ -90,7 +89,6 @@ "format-icons": ["", ""] }, - "battery#gar": { "interval": 60, "align": 0, @@ -116,6 +114,5 @@ "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", }, - - + } \ No newline at end of file diff --git a/config/waybar/configs/Peony b/config/waybar/configs/Peony index c5396974..0c490202 100644 --- a/config/waybar/configs/Peony +++ b/config/waybar/configs/Peony @@ -6,124 +6,124 @@ { - "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, +"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-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"], +"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 // +//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" - - } - }, +"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}" - }, +"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": ["", "", "󰕾", ""], - }, +"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": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], - }, +"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 " +"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": ["󰤯","󰤟","󰤢","󰤥","󰤨"] - }, +"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", - }, +"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, - } +"tray#peony": { + "icon-size": 17, + "spacing": 8, +} } \ No newline at end of file -- cgit v1.2.3 From 172133b57c745c09df2b17de3dcac9282e6c635a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 19:15:25 +0900 Subject: indent correction --- config/waybar/style/Crimson.css | 350 +++++++++++++++--------------- config/waybar/style/Golden-Noir.css | 417 ++++++++++++++++++------------------ config/waybar/style/None.css | 375 ++++++++++++++++---------------- config/waybar/style/Purple.css | 105 +++++---- config/waybar/style/Simple-Pink.css | 400 +++++++++++++++++----------------- 5 files changed, 817 insertions(+), 830 deletions(-) diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css index 28290479..7919c4ba 100644 --- a/config/waybar/style/Crimson.css +++ b/config/waybar/style/Crimson.css @@ -5,208 +5,200 @@ /* --- 👍 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"'; - } +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 { + 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.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; +} + +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-center { - - } +} - .modules-left { - padding-right: 5px; - padding-left: 5px; - - - } +.modules-left { + padding-right: 5px; + padding-left: 5px; +} - #workspaces button { - color: wheat; - padding: 5px; - } +#workspaces button { + color: wheat; + padding: 5px; +} - #workspaces button.active { - color: rgb(108, 18, 18); - background-color: #000000; - border: 1px solid grey; - } +#workspaces button.active { + color: rgb(108, 18, 18); + background-color: #000000; + border: 1px solid grey; +} - #workspaces button.focused { - color: #d8dee9; - } +#workspaces button.focused { + color: #d8dee9; +} - #workspaces button.urgent { - color: #11111b; - border-radius: 10px; - } +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} - #workspaces button:hover { - color: rgb(71, 14, 14); - background-color: #000000; - - } - - +#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; - } +#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; - } +#temperature.critical { + background-color: #ff0000; +} - @keyframes blink { - to { - color: #000000; - } - } +@keyframes blink { + to { + color: #000000; + } +} - #taskbar button.active { - background-color: rgb(128, 31, 31); - border: 1px solid grey; - } +#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; - } +#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 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 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; - } +#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 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 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; - } +#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 index dd1812e7..8d48a0c4 100644 --- a/config/waybar/style/Golden-Noir.css +++ b/config/waybar/style/Golden-Noir.css @@ -5,212 +5,211 @@ /* --- 👍 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 +* { + 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 index f492139c..a5df5fa4 100644 --- a/config/waybar/style/None.css +++ b/config/waybar/style/None.css @@ -4,7 +4,7 @@ /* ................................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ -*{ +* { font-family: "JetBrains Mono Nerd Font"; font-weight: bold; min-height: 0; @@ -12,194 +12,191 @@ 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 { +} + +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 +#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 index b455f89f..5bb433cc 100644 --- a/config/waybar/style/Purple.css +++ b/config/waybar/style/Purple.css @@ -4,39 +4,41 @@ /* ...................,.................... */ /* --- 👍 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; -} - +* { + 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; -} - - + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ + /* transparent */ + background-color: transparent; +} + + tooltip { background: #1e1e2e; border-radius: 10px; @@ -54,13 +56,13 @@ tooltip { padding-right: 5px; padding-left: 5px; } - + .modules-center { /*background-color: #1e1e2e;*/ - + } - + .modules-left { /*background-color: #1e1e2e;*/ border: 5px solid #20052a; @@ -68,30 +70,30 @@ tooltip { 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; @@ -133,32 +135,31 @@ tooltip { #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, #custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, +#custom-weather.default #custom-weather.rainyDay, #custom-weather.rainyNight, #custom-weather.severe, #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - color:whitesmoke; + color: whitesmoke; padding: 0px 10px; - + } - + #temperature.critical { background-color: #ff0000; } - + @keyframes blink { to { - color: #000000; - } + color: #000000; + } } - + #taskbar button.active { background-color: purple; } - + #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; @@ -167,7 +168,7 @@ tooltip { animation-iteration-count: infinite; animation-direction: alternate; } - + #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -176,16 +177,16 @@ tooltip { border: none; box-shadow: none; } - + #pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; + min-width: 80px; + min-height: 5px; border-radius: 5px; background-color: #22252a; } - + #pulseaudio-slider highlight { - min-height: 10px; + min-height: 10px; border-radius: 5px; background-color: purple; } @@ -198,18 +199,16 @@ tooltip { border: none; box-shadow: none; } - + #backlight-slider trough { - min-width: 80px; - min-height: 10px; + min-width: 80px; + min-height: 10px; border-radius: 5px; background-color: #22252a; } - + #backlight-slider highlight { - min-width: 10px; + min-width: 10px; border-radius: 5px; background-color: purple; -} - - \ No newline at end of file +} \ No newline at end of file diff --git a/config/waybar/style/Simple-Pink.css b/config/waybar/style/Simple-Pink.css index 2b5cd79d..5abc093b 100644 --- a/config/waybar/style/Simple-Pink.css +++ b/config/waybar/style/Simple-Pink.css @@ -4,215 +4,215 @@ /* ......................................... */ /* --- 👍 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 { +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; - } +#taskbar button.active { + background-color: pink; + border: 1px solid #22252a; - #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 +} + +#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 -- cgit v1.2.3 From d86a59be0b4f753bd55c5d8dc2651474e647b736 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 21:29:25 +0900 Subject: some small changes --- config/waybar/configs/default | 23 ++-- config/waybar/configs/default-Bottom | 33 +++-- config/waybar/style/pywal.css | 226 ++++++++++++++++++++--------------- 3 files changed, 157 insertions(+), 125 deletions(-) diff --git a/config/waybar/configs/default b/config/waybar/configs/default index 379e3ba6..2f8678ff 100644 --- a/config/waybar/configs/default +++ b/config/waybar/configs/default @@ -37,24 +37,23 @@ "custom/light_dark", "custom/separator#dot-line", "custom/lock", - ], - //"custom/separator#dot-line", - //"custom/keybinds", - //], + //], + "custom/separator#dot-line", + "custom/keybinds", + ], "modules-right": [ //"hyprland/window", "tray", "custom/separator#dot-line", - //"bluetooth", - //"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", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", @@ -64,4 +63,4 @@ "custom/separator#dot-line", "custom/power", ], -} +} \ No newline at end of file diff --git a/config/waybar/configs/default-Bottom b/config/waybar/configs/default-Bottom index 68f54adc..512995df 100644 --- a/config/waybar/configs/default-Bottom +++ b/config/waybar/configs/default-Bottom @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT-BOTTOM### // +// ### DEFAULT ### // { "include": "~/.config/waybar/modules", "layer": "top", @@ -11,12 +11,12 @@ "spacing": 3, "fixed-center": true, "ipc": true, -"margin-left": 6, -"margin-right": 6, -"margin-bottom": 4, +//"margin-top": 6, +"margin-left": 8, +"margin-right": 8, "modules-left": [ - "hyprland/workspaces", + "hyprland/workspaces#3", "custom/separator#dot-line", "cpu", "custom/separator#dot-line", @@ -26,7 +26,7 @@ "custom/separator#dot-line", "custom/weather", ], - + "modules-center": [ "custom/menu", "custom/separator#dot-line", @@ -37,24 +37,23 @@ "custom/light_dark", "custom/separator#dot-line", "custom/lock", - ], - //"custom/separator#dot-line", - //"custom/keybinds", - //], + //], + "custom/separator#dot-line", + "custom/keybinds", + ], "modules-right": [ //"hyprland/window", "tray", "custom/separator#dot-line", - //"bluetooth", - //"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", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", diff --git a/config/waybar/style/pywal.css b/config/waybar/style/pywal.css index bd933d0b..bbbbfcac 100644 --- a/config/waybar/style/pywal.css +++ b/config/waybar/style/pywal.css @@ -1,91 +1,107 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* ...........................................*/ +/* ...............Golden Noir................ */ +/* .......................................... */ +/* --- 👍 designed by https://github.com/Krautt 👍 --- */ + +@import '../../.cache/wal/colors-waybar.css'; +@import "../waybar/style/catppuccin-themes/latte.css"; * { -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; + 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; } -@import '../../.cache/wal/colors-waybar.css'; - window#waybar { - background: transparent; + background: transparent; } -window#waybar.empty { - background-color: transparent; +window#waybar.hidden { + opacity: 0.5; } -window#waybar.empty #window { - padding: 0px; - margin: 0px; - border: 0px; - background-color: transparent; +window#waybar.empty { + background-color: @background; } -window > box { - background: rgba(0, 0, 0, 0); - border-bottom: 1px solid rgba(0, 0, 0, 0); - color: @foreground; +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + /* background-color: rgba(66,66,66,0.5); */ + /* transparent */ + background-color: transparent; } -window { - /*font-weight: bold;*/ -} tooltip { - background: rgba(0, 0, 0, 0.4); - opacity: 0.8; - border-radius: 10px; - border-width: 2px; + background: @background; + border-radius: 10px; + border-width: 1px; + border-style: solid; + border-color: @foreground; } -tooltip label{ - color: @foreground; -} /*-----module groups----*/ .modules-right { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; + border: 5px solid @color14; + border-radius: 100px 0px 0px 0px; + background-color: @color1; + padding-right: 5px; + padding-left: 5px; + } + .modules-center { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; + border: 5px solid @color14; + border-radius: 100px 0px 100px 0px; + background-color: @color1; + + } + .modules-left { - background-color: rgba(0, 0, 0, 0.4); - border: 0.5px solid @color15; - border-radius: 10px; + padding-right: 5px; + padding-left: 5px; + border: 5px solid @color14; + border-radius: 0px 0px 100px 0px; + background-color: @color1; + } -/*-----modules indv----*/ #workspaces button { - color: @color1; - padding: 0px 0px; - background-color: rgba(0, 0, 0, 0); - transition: all 0.3s ease-in-out; + padding: 2px; + color: #6E6A86; + margin-right: 5px; } -#workspaces button:hover { - box-shadow: inherit; - background-color: @color2; + +#workspaces button.active { + color: @foreground; + border-radius: 40%; + background-color: @color0; } #workspaces button.focused { - background-color: rgba(0,85,102,0); + color: @color4; } -#workspaces button.active { - color: @foreground; - /*background-color: rgba(0,85,102,0.3);*/ - transition: all 0.3s ease-in-out; +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} + +#workspaces button:hover { + color: @color4; + border-radius: 15px; +} + +#clock#2 { + color: @color6; } #backlight, @@ -124,62 +140,80 @@ tooltip label{ #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, #custom-weather.cloudyFoggyNight, -#custom-weather.default -#custom-weather.rainyDay, +#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; + color: @foreground; + padding-right: 10px; + padding-left: 15px; } -/*-----Indicators----*/ -#idle_inhibitor.activated { - color: #2dcc36; + +#temperature.critical { + background-color: #ff0000; } -#pulseaudio.muted { - color: #cc3436; + +@keyframes blink { + to { + color: #000000; + } } -#pulseaudio-microphone.muted { - color: #cc3436; + +#taskbar button.active { + background-color: rgb(47, 46, 46); } -#temperature.critical { - color: #cc3436; + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; } -#waybar { - background-color: @color14; - color: @color3; +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; } -@keyframes blink { - to { - color: #000000; - } +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #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 highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; } -#taskbar button.active { - background-color: #7f849c; +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; } -#waybar.empty, #waybar.tiled, #waybar.floating { - background-color: transparent; + +#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 -- cgit v1.2.3 From 8b1f94fb535b408f893e635a688f8a817cb572cf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Nov 2023 21:31:30 +0900 Subject: copy.sh changes due to waybar name changed --- copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index 4ee29485..ac97e951 100755 --- a/copy.sh +++ b/copy.sh @@ -151,8 +151,8 @@ cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ER # Initial Symlinks to avoid errors # symlinks for waybar -ln -sf "$HOME/.config/waybar/configs/config-default" "$HOME/.config/waybar/config" && \ -ln -sf "$HOME/.config/waybar/style/style-pywal.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/configs/default" "$HOME/.config/waybar/config" && \ +ln -sf "$HOME/.config/waybar/style/Golden-Noir.css" "$HOME/.config/waybar/style.css" && \ # symlinks for dunst ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" && \ -- cgit v1.2.3 From 96cd9ec022b697f5a3c15b42d361dc7ca139b0b1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 15 Nov 2023 23:43:39 +0900 Subject: reduced to 98% --- config/waybar/style/Crimson.css | 2 +- config/waybar/style/Golden-Noir.css | 2 +- config/waybar/style/None.css | 2 +- config/waybar/style/Purple.css | 2 +- config/waybar/style/Simple-Pink.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css index 7919c4ba..cc67bf9b 100644 --- a/config/waybar/style/Crimson.css +++ b/config/waybar/style/Crimson.css @@ -9,7 +9,7 @@ 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } diff --git a/config/waybar/style/Golden-Noir.css b/config/waybar/style/Golden-Noir.css index 8d48a0c4..42dfe7b2 100644 --- a/config/waybar/style/Golden-Noir.css +++ b/config/waybar/style/Golden-Noir.css @@ -10,7 +10,7 @@ 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } diff --git a/config/waybar/style/None.css b/config/waybar/style/None.css index a5df5fa4..01311a91 100644 --- a/config/waybar/style/None.css +++ b/config/waybar/style/None.css @@ -9,7 +9,7 @@ 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-size: 98%%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } diff --git a/config/waybar/style/Purple.css b/config/waybar/style/Purple.css index 5bb433cc..9598ae6a 100644 --- a/config/waybar/style/Purple.css +++ b/config/waybar/style/Purple.css @@ -9,7 +9,7 @@ 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; padding: 1px; } diff --git a/config/waybar/style/Simple-Pink.css b/config/waybar/style/Simple-Pink.css index 5abc093b..75e45b98 100644 --- a/config/waybar/style/Simple-Pink.css +++ b/config/waybar/style/Simple-Pink.css @@ -9,7 +9,7 @@ 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-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } -- cgit v1.2.3 From 36f2fdc566b6363f5826bc142452c83898b282eb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 00:51:25 +0900 Subject: updated pywal --- config/waybar/style/pywal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/style/pywal.css b/config/waybar/style/pywal.css index bbbbfcac..06b3e974 100644 --- a/config/waybar/style/pywal.css +++ b/config/waybar/style/pywal.css @@ -60,7 +60,7 @@ tooltip { .modules-center { border: 5px solid @color14; border-radius: 100px 0px 100px 0px; - background-color: @color1; + background-color: @background; } @@ -76,7 +76,7 @@ tooltip { #workspaces button { padding: 2px; - color: #6E6A86; + color: @foreground; margin-right: 5px; } -- cgit v1.2.3 From 1b5803f725ee9837b8250a0c6a16c0b55ff2a921 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 00:53:45 +0900 Subject: updated copy script --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index ac97e951..6e3282fe 100755 --- a/copy.sh +++ b/copy.sh @@ -152,7 +152,7 @@ cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ER # Initial Symlinks to avoid errors # symlinks for waybar ln -sf "$HOME/.config/waybar/configs/default" "$HOME/.config/waybar/config" && \ -ln -sf "$HOME/.config/waybar/style/Golden-Noir.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/style/pywal.css" "$HOME/.config/waybar/style.css" && \ # symlinks for dunst ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" && \ -- cgit v1.2.3 From a638efd268b992ede466ead3967cd8bf6e9bf7c5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 02:09:01 +0900 Subject: waybar changes --- CHANGELOG.md | 14 ++++ config/hypr/scripts/WaybarLayout.sh | 11 ++- config/waybar/configs/Bottom(plasma) | 47 ------------- config/waybar/configs/Top(gnome) | 48 ------------- config/waybar/configs/all-sides | 129 ----------------------------------- 5 files changed, 18 insertions(+), 231 deletions(-) delete mode 100644 config/waybar/configs/Bottom(plasma) delete mode 100644 config/waybar/configs/Top(gnome) delete mode 100644 config/waybar/configs/all-sides diff --git a/CHANGELOG.md b/CHANGELOG.md index 28645b25..dca12af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## CHANGES +### 15-Nov-2023 +- edited pywal.css waybar style. +- waybar configs and styles renamed. +- removed / added wallpaper +- dropped support for waybar layouts (gnome,plasma,all-sides) +- added new waybar flavours and design (huge credit to @Krautt) +- some new waybar screenshots. These are only few. You can mix and match however you prefer +

+ + + + + + ### 13-Nov-2023 - created a separated conf for Laptop (Laptops.conf) in ~/.config/hyp/configs . This was mostly from Keybinds.conf. This is just to easily identity for laptop Keybinds specific. diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index be02e5eb..15d9195f 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,8 +7,10 @@ menu() { cat < Date: Thu, 16 Nov 2023 02:14:29 +0900 Subject: rename none to transparent waybar style --- config/hypr/scripts/WaybarStyles.sh | 2 +- config/waybar/style/None.css | 202 ------------------------------------ config/waybar/style/Transparent.css | 202 ++++++++++++++++++++++++++++++++++++ 3 files changed, 203 insertions(+), 203 deletions(-) delete mode 100644 config/waybar/style/None.css create mode 100644 config/waybar/style/Transparent.css diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 96e8c84c..d01bef4b 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -19,7 +19,7 @@ STYLES=( "colorful" "Catppuccin-Mocha" "Catppuccin-Latte" -"None" +"Transparent" ) # Build ROFI diff --git a/config/waybar/style/None.css b/config/waybar/style/None.css deleted file mode 100644 index 01311a91..00000000 --- a/config/waybar/style/None.css +++ /dev/null @@ -1,202 +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/Transparent.css b/config/waybar/style/Transparent.css new file mode 100644 index 00000000..01311a91 --- /dev/null +++ b/config/waybar/style/Transparent.css @@ -0,0 +1,202 @@ +/* ----------- 💫 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 -- cgit v1.2.3 From a6b2e9bd4c550d523124b9a701d28822677d5d04 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 02:22:11 +0900 Subject: corrction --- config/waybar/style/Transparent.css | 383 ++++++++++++++++++------------------ 1 file changed, 193 insertions(+), 190 deletions(-) diff --git a/config/waybar/style/Transparent.css b/config/waybar/style/Transparent.css index 01311a91..569787bd 100644 --- a/config/waybar/style/Transparent.css +++ b/config/waybar/style/Transparent.css @@ -1,202 +1,205 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ....................................*/ -/* ..... None .........*/ -/* ................................... */ +/* ..........................................*/ +/* .......Transparent....................... */ +/* ......................................... */ /* --- 👍 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-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 { + } + + 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; } -} - -#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 + #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 -- cgit v1.2.3 From 380762c5c24a0e460d690d6f790ad054e35999a6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 02:25:55 +0900 Subject: forgot to add dark wallpaper --- wallpapers/alfa.png | Bin 101481 -> 0 bytes wallpapers/highway-dark-minimal.jpg | Bin 0 -> 274916 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 wallpapers/alfa.png create mode 100644 wallpapers/highway-dark-minimal.jpg diff --git a/wallpapers/alfa.png b/wallpapers/alfa.png deleted file mode 100644 index 7d9cc017..00000000 Binary files a/wallpapers/alfa.png and /dev/null differ diff --git a/wallpapers/highway-dark-minimal.jpg b/wallpapers/highway-dark-minimal.jpg new file mode 100644 index 00000000..ad1eed8a Binary files /dev/null and b/wallpapers/highway-dark-minimal.jpg differ -- cgit v1.2.3 From e7546019699a80d9055d6c2d3f61c13561ec71a6 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 16 Nov 2023 10:28:50 +0900 Subject: final tweaking --- CHANGELOG.md | 4 +--- config/waybar/style/colorful.css | 1 + config/waybar/style/dark.css | 4 ++++ config/waybar/style/light.css | 4 ++++ config/waybar/style/pywal.css | 19 +++++++++---------- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca12af3..71bb3a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,7 @@

- - - +- more screenshot can be checked [here](https://github.com/JaKooLit/screenshots/tree/main/Hyprland-V2-Screenshots/waybar) ### 13-Nov-2023 - created a separated conf for Laptop (Laptops.conf) in ~/.config/hyp/configs . This was mostly from Keybinds.conf. This is just to easily identity for laptop Keybinds specific. diff --git a/config/waybar/style/colorful.css b/config/waybar/style/colorful.css index 80b3f607..0fab7642 100644 --- a/config/waybar/style/colorful.css +++ b/config/waybar/style/colorful.css @@ -237,6 +237,7 @@ tooltip label{ background-color: #89dceb; } +#custom-keybinds, #pulseaudio { background-color: #fab387; } diff --git a/config/waybar/style/dark.css b/config/waybar/style/dark.css index 289c080c..3015b7e9 100644 --- a/config/waybar/style/dark.css +++ b/config/waybar/style/dark.css @@ -48,6 +48,8 @@ tooltip label { background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } .modules-center { @@ -60,6 +62,8 @@ tooltip label { background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } diff --git a/config/waybar/style/light.css b/config/waybar/style/light.css index 6f73d916..1ec890bf 100644 --- a/config/waybar/style/light.css +++ b/config/waybar/style/light.css @@ -48,6 +48,8 @@ tooltip label { background-color: rgba(232, 236, 241, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } .modules-center { @@ -60,6 +62,8 @@ tooltip label { background-color: rgba(232, 236, 241, 0.8); border: 0px solid #b4befe; border-radius: 10px; + padding-right: 2px; + padding-left: 2px; } diff --git a/config/waybar/style/pywal.css b/config/waybar/style/pywal.css index 06b3e974..59804921 100644 --- a/config/waybar/style/pywal.css +++ b/config/waybar/style/pywal.css @@ -5,7 +5,6 @@ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ @import '../../.cache/wal/colors-waybar.css'; -@import "../waybar/style/catppuccin-themes/latte.css"; * { font-family: "JetBrainsMono Nerd Font"; @@ -49,16 +48,16 @@ tooltip { /*-----module groups----*/ .modules-right { - border: 5px solid @color14; + border: 3px solid @color14; border-radius: 100px 0px 0px 0px; background-color: @color1; - padding-right: 5px; - padding-left: 5px; + padding-right: 2px; + padding-left: 2px; } .modules-center { - border: 5px solid @color14; + border: 3px solid @color14; border-radius: 100px 0px 100px 0px; background-color: @background; @@ -66,9 +65,9 @@ tooltip { } .modules-left { - padding-right: 5px; - padding-left: 5px; - border: 5px solid @color14; + padding-right: 2px; + padding-left: 2px; + border: 3px solid @color14; border-radius: 0px 0px 100px 0px; background-color: @color1; @@ -147,8 +146,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-right: 10px; - padding-left: 15px; + padding-right: 8px; + padding-left: 12px; } #temperature.critical { -- cgit v1.2.3 From 4fff05683290ddd9caed31c23e579527bf10ef06 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 16 Nov 2023 10:41:44 +0900 Subject: updated copy.sh for rofi --- copy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index 6e3282fe..166bf7b0 100755 --- a/copy.sh +++ b/copy.sh @@ -112,9 +112,9 @@ done echo "You chose $resolution resolution for better Rofi appearance." # Add your commands based on the resolution choice -if [ "$resolution" == "<= 1080p" ]; then - cp -r config/rofi/resolution/1080p/* config/rofi/ -elif [ "$resolution" == ">= 1440p" ]; then +if [ "$resolution" == "≤ 1080p" ]; then + cp -r config/rofi/resolution/1080p/* config/rofi/ +elif [ "$resolution" == "≥ 1440p" ]; then cp -r config/rofi/resolution/1440p/* config/rofi/ fi -- cgit v1.2.3