aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-13 16:07:13 +0900
committerGitHub <noreply@github.com>2023-12-13 16:07:13 +0900
commita40f1d2057d28d610c9d975081c012f9f136d270 (patch)
treec81922ac6222c38763f008a6fc464190a8e27852
parent2a48707a57672937f659d83492a07959b4063c87 (diff)
parent0148f6082c3b8460703ae4c3f5dedcb0a7aa3632 (diff)
Merge pull request #69 from JaKooLit/development
Development
-rw-r--r--config/waybar/configs/ClassySleek [Bottom]46
-rw-r--r--config/waybar/configs/ClassySleek [TOP]46
-rw-r--r--config/waybar/configs/EastWing [Right] (renamed from config/waybar/configs/Right)0
-rw-r--r--config/waybar/configs/Minimalist Stretch [TOP] (renamed from config/waybar/configs/Simple-L [TOP])0
-rw-r--r--config/waybar/configs/Minimalist [TOP] (renamed from config/waybar/configs/Simple-S [TOP])0
-rw-r--r--config/waybar/configs/NorthEast [TR] (renamed from config/waybar/configs/Top & Right)0
-rw-r--r--config/waybar/configs/NorthWest [TL] (renamed from config/waybar/configs/Top & Left)0
-rw-r--r--config/waybar/configs/SouthEast [BR] (renamed from config/waybar/configs/Bottom & Left)0
-rw-r--r--config/waybar/configs/SouthWest [BR] (renamed from config/waybar/configs/Bottom & Right)0
-rw-r--r--config/waybar/configs/SummitSplit [Top & Bot] (renamed from config/waybar/configs/Top & Bottom)0
-rw-r--r--config/waybar/configs/WestWing [Left] (renamed from config/waybar/configs/Left)0
-rw-r--r--config/waybar/modules11
-rw-r--r--config/waybar/style/Catppuccin-Latte.css2
-rw-r--r--config/waybar/style/Catppuccin-Mocha.css2
-rw-r--r--config/waybar/style/Chroma Edge.css2
-rw-r--r--config/waybar/style/Chroma Fusion Edge.css303
-rw-r--r--config/waybar/style/Chroma Fusion.css297
-rw-r--r--config/waybar/style/Chroma Glow.css2
-rw-r--r--config/waybar/style/Chroma Tally.css2
-rw-r--r--config/waybar/style/Crimson.css2
-rw-r--r--config/waybar/style/Crystal Clear.css2
-rw-r--r--config/waybar/style/Golden Noir.css2
-rw-r--r--config/waybar/style/Monochrome Contrast.css2
-rw-r--r--config/waybar/style/Monochrome Manifest.css2
-rw-r--r--config/waybar/style/Obsidian Edge.css2
-rw-r--r--config/waybar/style/Obsidian Glow.css2
-rw-r--r--config/waybar/style/Purpl.css2
-rw-r--r--config/waybar/style/Pywallete Chroma.css (renamed from config/waybar/style/Pywal.css)2
-rw-r--r--config/waybar/style/Pywallete.css (renamed from config/waybar/style/Pywal Simple.css)2
-rw-r--r--config/waybar/style/Rainbow Spectrum.css2
-rw-r--r--config/waybar/style/Rose Pine.css2
-rw-r--r--config/waybar/style/Simple Pink.css2
-rw-r--r--config/waybar/style/Translucent Chromatic.css2
33 files changed, 717 insertions, 24 deletions
diff --git a/config/waybar/configs/ClassySleek [Bottom] b/config/waybar/configs/ClassySleek [Bottom]
new file mode 100644
index 00000000..c0f653ec
--- /dev/null
+++ b/config/waybar/configs/ClassySleek [Bottom]
@@ -0,0 +1,46 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+
+// ClassySleek
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "bottom",
+"height": 14,
+"margin-left": 10,
+"margin-right": 10,
+"margin-bottom": 2,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/window"
+
+],
+
+"modules-center": [
+ "hyprland/workspaces"
+],
+
+"modules-right": [
+ "tray",
+ "pulseaudio",
+ "clock",
+ "custom/power"
+
+ ],
+
+
+// Additional format / customize modules
+
+"custom/power": {
+ "format": " ",
+ "icon-size": 20,
+ "tooltip": false,
+},
+
+"clock": {
+ //"format": "{:%I:%M %p - %d/%b}", //for AM/PM
+ "format": "{:%H:%M - %d/%b}", // 24H
+ "tooltip": false
+},
+}
diff --git a/config/waybar/configs/ClassySleek [TOP] b/config/waybar/configs/ClassySleek [TOP]
new file mode 100644
index 00000000..c3cf3c6e
--- /dev/null
+++ b/config/waybar/configs/ClassySleek [TOP]
@@ -0,0 +1,46 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+
+// ClassySleek
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "top",
+"height": 14,
+"margin-left": 10,
+"margin-right": 10,
+"margin-top": 2,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/window"
+
+],
+
+"modules-center": [
+ "hyprland/workspaces"
+],
+
+"modules-right": [
+ "tray",
+ "pulseaudio",
+ "clock",
+ "custom/power"
+
+ ],
+
+
+// Additional format / customize modules
+
+"custom/power": {
+ "format": " ",
+ "icon-size": 20,
+ "tooltip": false,
+},
+
+"clock": {
+ //"format": "{:%I:%M %p - %d/%b}", //for AM/PM
+ "format": "{:%H:%M - %d/%b}", // 24H
+ "tooltip": false
+},
+}
diff --git a/config/waybar/configs/Right b/config/waybar/configs/EastWing [Right]
index 4fc258cf..4fc258cf 100644
--- a/config/waybar/configs/Right
+++ b/config/waybar/configs/EastWing [Right]
diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Minimalist Stretch [TOP]
index dc519ad9..dc519ad9 100644
--- a/config/waybar/configs/Simple-L [TOP]
+++ b/config/waybar/configs/Minimalist Stretch [TOP]
diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Minimalist [TOP]
index 1368667c..1368667c 100644
--- a/config/waybar/configs/Simple-S [TOP]
+++ b/config/waybar/configs/Minimalist [TOP]
diff --git a/config/waybar/configs/Top & Right b/config/waybar/configs/NorthEast [TR]
index f2e1fe57..f2e1fe57 100644
--- a/config/waybar/configs/Top & Right
+++ b/config/waybar/configs/NorthEast [TR]
diff --git a/config/waybar/configs/Top & Left b/config/waybar/configs/NorthWest [TL]
index 6fc84642..6fc84642 100644
--- a/config/waybar/configs/Top & Left
+++ b/config/waybar/configs/NorthWest [TL]
diff --git a/config/waybar/configs/Bottom & Left b/config/waybar/configs/SouthEast [BR]
index 27bec456..27bec456 100644
--- a/config/waybar/configs/Bottom & Left
+++ b/config/waybar/configs/SouthEast [BR]
diff --git a/config/waybar/configs/Bottom & Right b/config/waybar/configs/SouthWest [BR]
index 68629cbc..68629cbc 100644
--- a/config/waybar/configs/Bottom & Right
+++ b/config/waybar/configs/SouthWest [BR]
diff --git a/config/waybar/configs/Top & Bottom b/config/waybar/configs/SummitSplit [Top & Bot]
index 5ea91ad7..5ea91ad7 100644
--- a/config/waybar/configs/Top & Bottom
+++ b/config/waybar/configs/SummitSplit [Top & Bot]
diff --git a/config/waybar/configs/Left b/config/waybar/configs/WestWing [Left]
index 1458b43c..1458b43c 100644
--- a/config/waybar/configs/Left
+++ b/config/waybar/configs/WestWing [Left]
diff --git a/config/waybar/modules b/config/waybar/modules
index 417a6912..1ff46ba5 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -344,7 +344,7 @@
},
"mpris": {
- "format": "{player_icon}",
+ "format": "{player_icon} ",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"on-click-middle": "playerctl play-pause",
"on-click": "playerctl previous",
@@ -355,17 +355,18 @@
"smooth-scrolling-threshold": 1,
"player-icons": {
"chromium": "",
- "default": "▶",
+ "default": "",
"firefox": "",
"kdeconnect": "",
"mopidy": "",
- "mpv": "📻",
- "spotify": ""
+ "mpv": "󰐹",
+ "spotify": "",
+ "vlc": "󰕼",
},
"status-icons": {
"paused": "󰐎",
"playing": "",
- "stopped": ""
+ "stopped": "",
},
// "ignored-players": ["firefox"]
"max-length": 30,
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index 1f12b545..8b8b090b 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -56,7 +56,7 @@ window#waybar.hidden {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css
index 93f5fda3..5efb9437 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -62,7 +62,7 @@ window#waybar.hidden {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css
index 797d0d68..897619d5 100644
--- a/config/waybar/style/Chroma Edge.css
+++ b/config/waybar/style/Chroma Edge.css
@@ -98,7 +98,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Chroma Fusion Edge.css b/config/waybar/style/Chroma Fusion Edge.css
new file mode 100644
index 00000000..1c8a6454
--- /dev/null
+++ b/config/waybar/style/Chroma Fusion Edge.css
@@ -0,0 +1,303 @@
+/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+/* ....Chroma Fusion Edge .... */
+
+@define-color white #F2F2F2;
+@define-color black #000000;
+@define-color text #FFFFFF;
+@define-color lightgray #686868;
+@define-color darkgray #353535;
+
+@define-color transparent rgba(0, 0, 0, 0.25);
+@define-color teal-trans rgba(1, 117, 84, 0.5);
+@define-color cyan rgba(53, 140, 169, 1);
+
+@define-color background-module @transparent;
+@define-color border-color @color2;
+@define-color button-color @color11;
+@define-color button-hover @color12;
+
+@import '../../.cache/wal/colors-waybar.css';
+@import "../waybar/style/catppuccin-themes/latte.css";
+
+* {
+ 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: 97%;
+ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+
+}
+
+window#waybar {
+ background: linear-gradient(0deg, @border-color, black);
+ /*background: rgba(1, 117, 84, 0.5);*/
+ /*background: @transparent;*/
+ border-bottom-right-radius: 20px;
+ border-bottom-left-radius: 20px;
+ border-top-left-radius: 20px;
+ border-top-right-radius: 20px;
+ border:2px solid black;
+}
+
+window#waybar.empty #window {
+ background-color: transparent;
+ border: 0px;
+
+}
+
+#backlight,
+#backlight-slider,
+#battery,
+#bluetooth,
+#cava,
+#clock,
+#cpu,
+#disk,
+#idle_inhibitor,
+#keyboard-state,
+#memory,
+#mode,
+#network,
+#pulseaudio,
+#pulseaudio-slider,
+#taskbar button,
+#taskbar,
+#temperature,
+#tray,
+#window,
+#wireplumber,
+#workspaces,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-keybinds,
+#custom-keyboard,
+#custom-light_dark,
+#custom-lock,
+#custom-menu,
+#custom-power_vertical,
+#custom-power,
+#custom-speaker,
+#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 {
+ background-color: @background-module;
+ border-radius: 25px;
+ padding: 0px 10px 0px 10px;
+ margin: 3px 3px 3px 3px;
+ opacity:0.8;
+ border:2px solid @border-color;
+
+}
+#custom-power {
+ color: @red;
+ padding: 0px 4px 0px 8px;
+ opacity:1.0;
+}
+
+#custom-menu{
+ color: @flamingo;
+ padding: 0px 8px 0px 4px;
+ opacity:1.0;
+}
+
+#custom-weather,
+#custom-updates {
+ color: @yellow;
+}
+
+#keyboard-state,
+#clock {
+ color: @sapphire;
+}
+#network,
+#temperature {
+ color: @rosewater;
+}
+
+#custom-keybinds,
+#tray {
+ color: aliceblue;
+}
+
+#taskbar,
+#window {
+ color:#FFFFFF;
+}
+
+#bluetooth,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-keyboard,
+#custom-light_dark {
+ color: @lavender;
+}
+
+#custom-lock,
+#idle_inhibitor {
+ color: @teal;
+}
+
+#workspaces {
+ margin: 3px 3px 3px 3px;
+ padding: 0px 1px;
+ border-radius: 25px;
+ border:2px solid @border-color;
+ font-weight: bold;
+ font-style: normal;
+ opacity:0.8;
+ color:#FFFFFF;
+
+}
+
+#workspaces button {
+ margin: 1px 1px;
+ border-radius: 15px;
+ border:0px;
+ color: @color13;
+ padding-left: 4px;
+ padding-right: 4px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
+ opacity:0.8;
+}
+
+#workspaces button.active,
+#workspaces button.visible {
+ color: #FFFFFF;
+ background: @button-color;
+ border-radius: 15px;
+ border: 1px solid @border-color;
+ padding-left: 8px;
+ padding-right: 8px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ opacity:1.0;
+}
+
+#workspaces button.empty {
+ color: #FFFFFF;
+ opacity:1.0;
+}
+
+#workspaces button:hover {
+ color: #FFFFFF;
+ background: @button-hover;
+ border: 1px solid @border-color;
+ border-radius: 15px;
+ opacity:1.0;
+ padding-left: 2px;
+ padding-right: 2px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#pulseaudio-slider,
+#pulseaudio {
+ color: @color13;
+}
+
+#pulseaudio.muted {
+ color: red;
+}
+
+#memory {
+ color: @sapphire;
+}
+
+#cpu {
+ color: @mauve;
+}
+
+#battery {
+ color: @rosewater;
+}
+
+#disk {
+ color: @sky;
+}
+
+#temperature.critical {
+ background-color: @red;
+}
+
+@keyframes blink {
+ to {
+ color: #000000;
+ }
+}
+
+#taskbar button.active {
+ background-color: rgb(47, 46, 46);
+ border-radius: 30px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#taskbar button:hover {
+ padding-left: 3px;
+ padding-right: 3px;
+ border-radius: 15px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#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;
+}
+
+#pulseaudio-slider highlight {
+ min-height: 10px;
+ border-radius: 5px;
+}
+
+#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;
+}
+
+#backlight-slider highlight {
+ min-width: 10px;
+ border-radius: 5px;
+}
+
+
diff --git a/config/waybar/style/Chroma Fusion.css b/config/waybar/style/Chroma Fusion.css
new file mode 100644
index 00000000..4551251a
--- /dev/null
+++ b/config/waybar/style/Chroma Fusion.css
@@ -0,0 +1,297 @@
+/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+/* ....Chroma Fusion Edge .... */
+
+@define-color white #F2F2F2;
+@define-color black #000000;
+@define-color text #FFFFFF;
+@define-color lightgray #686868;
+@define-color darkgray #353535;
+
+@define-color transparent rgba(0, 0, 0, 0.25);
+@define-color teal-trans rgba(1, 117, 84, 0.5);
+@define-color cyan rgba(53, 140, 169, 1);
+
+@define-color background-module @transparent;
+@define-color border-color @color2;
+@define-color button-color @color11;
+@define-color button-hover @color12;
+
+@import '../../.cache/wal/colors-waybar.css';
+@import "../waybar/style/catppuccin-themes/latte.css";
+
+* {
+ 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: 97%;
+ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+
+}
+
+window#waybar {
+ background: linear-gradient(0deg, @border-color, black);
+ /*background: rgba(1, 117, 84, 0.5);*/
+ /*background: @transparent;*/
+ border-bottom-right-radius: 20px;
+ border-bottom-left-radius: 20px;
+ border-top-left-radius: 20px;
+ border-top-right-radius: 20px;
+}
+
+window#waybar.empty #window {
+ background-color: transparent;
+ border: 0px;
+
+}
+
+#backlight,
+#backlight-slider,
+#battery,
+#bluetooth,
+#cava,
+#clock,
+#cpu,
+#disk,
+#idle_inhibitor,
+#keyboard-state,
+#memory,
+#mode,
+#network,
+#pulseaudio,
+#pulseaudio-slider,
+#taskbar button,
+#taskbar,
+#temperature,
+#tray,
+#window,
+#wireplumber,
+#workspaces,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-keybinds,
+#custom-keyboard,
+#custom-light_dark,
+#custom-lock,
+#custom-menu,
+#custom-power_vertical,
+#custom-power,
+#custom-speaker,
+#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 {
+ background-color: @background-module;
+ border-radius: 25px;
+ padding: 0px 10px 0px 10px;
+ margin: 3px 3px 3px 3px;
+ opacity:0.8;
+}
+#custom-power {
+ color: @red;
+ padding: 0px 4px 0px 8px;
+ opacity:1.0;
+}
+
+#custom-menu{
+ color: @flamingo;
+ padding: 0px 8px 0px 4px;
+ opacity:1.0;
+}
+
+#custom-weather,
+#custom-updates {
+ color: @yellow;
+}
+
+#keyboard-state,
+#clock {
+ color: @sapphire;
+}
+#network,
+#temperature {
+ color: @rosewater;
+}
+
+#custom-keybinds,
+#tray {
+ color: aliceblue;
+}
+
+#taskbar,
+#window {
+ color:#FFFFFF;
+}
+
+#bluetooth,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-keyboard,
+#custom-light_dark {
+ color: @lavender;
+}
+
+#custom-lock,
+#idle_inhibitor {
+ color: @teal;
+}
+
+#workspaces {
+ margin: 3px 3px 3px 3px;
+ padding: 0px 1px;
+ border-radius: 25px;
+ font-weight: bold;
+ font-style: normal;
+ opacity:0.8;
+ color:#FFFFFF;
+
+}
+
+#workspaces button {
+ margin: 1px 1px;
+ border-radius: 15px;
+ border:0px;
+ color: @color13;
+ padding-left: 4px;
+ padding-right: 4px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
+ opacity:0.8;
+}
+
+#workspaces button.active,
+#workspaces button.visible {
+ color: #FFFFFF;
+ background: @button-color;
+ border-radius: 15px;
+ padding-left: 8px;
+ padding-right: 8px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ opacity:1.0;
+}
+
+#workspaces button.empty {
+ color: #FFFFFF;
+ opacity:1.0;
+}
+
+#workspaces button:hover {
+ color: #FFFFFF;
+ background: @button-hover;
+ border-radius: 15px;
+ opacity:1.0;
+ padding-left: 2px;
+ padding-right: 2px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#pulseaudio-slider,
+#pulseaudio {
+ color: @color13;
+}
+
+#pulseaudio.muted {
+ color: red;
+}
+
+#memory {
+ color: @sapphire;
+}
+
+#cpu {
+ color: @mauve;
+}
+
+#battery {
+ color: @rosewater;
+}
+
+#disk {
+ color: @sky;
+}
+
+#temperature.critical {
+ background-color: @red;
+}
+
+@keyframes blink {
+ to {
+ color: #000000;
+ }
+}
+
+#taskbar button.active {
+ background-color: rgb(47, 46, 46);
+ border-radius: 30px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#taskbar button:hover {
+ padding-left: 3px;
+ padding-right: 3px;
+ border-radius: 15px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#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;
+}
+
+#pulseaudio-slider highlight {
+ min-height: 10px;
+ border-radius: 5px;
+}
+
+#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;
+}
+
+#backlight-slider highlight {
+ min-width: 10px;
+ border-radius: 5px;
+}
+
+
diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/Chroma Glow.css
index 90a2677a..7d41e5cd 100644
--- a/config/waybar/style/Chroma Glow.css
+++ b/config/waybar/style/Chroma Glow.css
@@ -106,7 +106,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css
index 3302a662..12aaf470 100644
--- a/config/waybar/style/Chroma Tally.css
+++ b/config/waybar/style/Chroma Tally.css
@@ -63,7 +63,7 @@ window#waybar {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css
index 8d139d1a..b7a5bb4c 100644
--- a/config/waybar/style/Crimson.css
+++ b/config/waybar/style/Crimson.css
@@ -119,7 +119,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/Crystal Clear.css
index 566b1961..0eea7bb3 100644
--- a/config/waybar/style/Crystal Clear.css
+++ b/config/waybar/style/Crystal Clear.css
@@ -105,7 +105,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#taskbar button,
diff --git a/config/waybar/style/Golden Noir.css b/config/waybar/style/Golden Noir.css
index 42ae216b..19e7379e 100644
--- a/config/waybar/style/Golden Noir.css
+++ b/config/waybar/style/Golden Noir.css
@@ -131,7 +131,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css
index 33d85bff..8c44538d 100644
--- a/config/waybar/style/Monochrome Contrast.css
+++ b/config/waybar/style/Monochrome Contrast.css
@@ -118,7 +118,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css
index 073f7271..d586459a 100644
--- a/config/waybar/style/Monochrome Manifest.css
+++ b/config/waybar/style/Monochrome Manifest.css
@@ -117,7 +117,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/Obsidian Edge.css
index 53aa79ba..cbeb8f9d 100644
--- a/config/waybar/style/Obsidian Edge.css
+++ b/config/waybar/style/Obsidian Edge.css
@@ -124,7 +124,7 @@ tooltip label {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css
index df6a9681..fe797836 100644
--- a/config/waybar/style/Obsidian Glow.css
+++ b/config/waybar/style/Obsidian Glow.css
@@ -93,7 +93,7 @@ tooltip label {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css
index 7d89f329..067de9b1 100644
--- a/config/waybar/style/Purpl.css
+++ b/config/waybar/style/Purpl.css
@@ -128,7 +128,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywallete Chroma.css
index 74e71a69..3c375942 100644
--- a/config/waybar/style/Pywal.css
+++ b/config/waybar/style/Pywallete Chroma.css
@@ -125,7 +125,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Pywal Simple.css b/config/waybar/style/Pywallete.css
index 321f6e86..bf529e29 100644
--- a/config/waybar/style/Pywal Simple.css
+++ b/config/waybar/style/Pywallete.css
@@ -109,7 +109,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css
index aa140f0c..ba91af44 100644
--- a/config/waybar/style/Rainbow Spectrum.css
+++ b/config/waybar/style/Rainbow Spectrum.css
@@ -60,7 +60,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css
index 856edc0a..2093c329 100644
--- a/config/waybar/style/Rose Pine.css
+++ b/config/waybar/style/Rose Pine.css
@@ -110,7 +110,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css
index 32831fe3..b36162f5 100644
--- a/config/waybar/style/Simple Pink.css
+++ b/config/waybar/style/Simple Pink.css
@@ -132,7 +132,7 @@ tooltip {
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css
index afe0c10e..7ac3dc02 100644
--- a/config/waybar/style/Translucent Chromatic.css
+++ b/config/waybar/style/Translucent Chromatic.css
@@ -119,7 +119,7 @@ tooltip label{
#keyboard-state,
#memory,
#mode,
-#mpd,
+#mpris,
#network,
#pulseaudio,
#pulseaudio-slider,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage