aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-27 00:37:26 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-27 00:37:26 +0900
commit0bdc93e101308e6aa43438dcb0de67182a865622 (patch)
tree3f575f19ed474a10451f30d2f6ba6e031a1cafaf /config/waybar
parent453d8b3f439d022569ea0b077e7c69039d96746a (diff)
updated swaync
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/configs/[TOP] Default Laptop1
-rw-r--r--config/waybar/modules43
-rw-r--r--config/waybar/style/Catppuccin-Latte.css5
-rw-r--r--config/waybar/style/Catppuccin-Mocha.css3
-rw-r--r--config/waybar/style/Crimson.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/[Black & White] Monochrome.css2
-rw-r--r--config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css2
-rw-r--r--config/waybar/style/[Colored] Chroma Glow.css3
-rw-r--r--config/waybar/style/[Colored] Translucent.css2
-rw-r--r--config/waybar/style/[Colorful] Aurora Blossom.css2
-rw-r--r--config/waybar/style/[Colorful] Aurora.css2
-rw-r--r--config/waybar/style/[Colorful] Rainbow Spectrum.css3
-rw-r--r--config/waybar/style/[Dark] Golden Noir.css2
-rw-r--r--config/waybar/style/[Dark] Obsidian Edge.css2
-rw-r--r--config/waybar/style/[Dark] Purpl.css2
-rw-r--r--config/waybar/style/[Light] Monochrome Contrast.css2
-rw-r--r--config/waybar/style/[Light] Obsidian Glow.css2
-rw-r--r--config/waybar/style/[Pywal] Chroma Edge.css5
-rw-r--r--config/waybar/style/[Pywal] Chroma Fusion.css2
-rw-r--r--config/waybar/style/[Pywal] Chroma Tally.css3
-rw-r--r--config/waybar/style/[Pywal] Colored.css2
-rw-r--r--config/waybar/style/[Pywal] Simple.css2
-rw-r--r--config/waybar/style/[Retro] Simple Style.css4
-rw-r--r--config/waybar/style/[Transparent] Crystal Clear.css1
26 files changed, 60 insertions, 43 deletions
diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop
index 24f27552..89f6bbbd 100644
--- a/config/waybar/configs/[TOP] Default Laptop
+++ b/config/waybar/configs/[TOP] Default Laptop
@@ -45,6 +45,7 @@
"modules-right": [
"network#speed",
"custom/separator#dot-line",
+ "custom/swaync",
"tray",
"mpris",
"custom/separator#dot-line",
diff --git a/config/waybar/modules b/config/waybar/modules
index 992eeb1c..6dac507a 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -1,4 +1,4 @@
-git@github.com:SherLock707/Hyprland-Dots.git//* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
+//* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
{
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs
@@ -544,6 +544,27 @@ git@github.com:SherLock707/Hyprland-Dots.git//* ---- 💫 https://github.com/JaK
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1,
},
+
+"custom/swaync": {
+ "tooltip": false,
+ "format": "{icon} {}",
+ "format-icons": {
+ "notification": "<span foreground='red'><sup></sup></span>",
+ "none": "",
+ "dnd-notification": "<span foreground='red'><sup></sup></span>",
+ "dnd-none": "",
+ "inhibited-notification": "<span foreground='red'><sup></sup></span>",
+ "inhibited-none": "",
+ "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
+ "dnd-inhibited-none": ""
+ },
+ "return-type": "json",
+ "exec-if": "which swaync-client",
+ "exec": "swaync-client -swb",
+ "on-click": "sleep 0.1 && swaync-client -t -sw",
+ "on-click-right": "swaync-client -d -sw",
+ "escape": true,
+},
"custom/power": {
"format": "⏻ ",
@@ -714,26 +735,6 @@ git@github.com:SherLock707/Hyprland-Dots.git//* ---- 💫 https://github.com/JaK
"interval" : 86400, // once every day
"tooltip": true,
},
-"custom/swaync": {
- "tooltip": false,
- "format": "{icon} {}",
- "format-icons": {
- "notification": "<span foreground='red'><sup></sup></span>",
- "none": "",
- "dnd-notification": "<span foreground='red'><sup></sup></span>",
- "dnd-none": "",
- "inhibited-notification": "<span foreground='red'><sup></sup></span>",
- "inhibited-none": "",
- "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
- "dnd-inhibited-none": ""
- },
- "return-type": "json",
- "exec-if": "which swaync-client",
- "exec": "swaync-client -swb",
- "on-click": "sleep 0.1 && swaync-client -t -sw",
- "on-click-right": "swaync-client -d -sw",
- "escape": true,
- },
}
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index eff29a7c..18b16633 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -75,6 +75,7 @@ window#waybar.hidden {
#custom-lock,
#custom-menu,
#custom-power,
+#custom-speaker,
#custom-power_vertical,
#custom-updater,
#custom-weather,
@@ -123,6 +124,10 @@ window#waybar.hidden {
box-shadow: inset 0 -3px transparent;
}
+#bluetooth {
+ color: @blue;
+}
+
#clock {
color: @yellow;
}
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css
index 63075eff..061106c5 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -82,7 +82,7 @@ window#waybar.hidden {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -105,6 +105,7 @@ window#waybar.hidden {
color: @blue;
}
+#bluetooth,
#backlight {
color: @blue;
}
diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css
index acf8048d..fcac5dc1 100644
--- a/config/waybar/style/Crimson.css
+++ b/config/waybar/style/Crimson.css
@@ -137,7 +137,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css
index a585a20d..4a15422b 100644
--- a/config/waybar/style/Rose Pine.css
+++ b/config/waybar/style/Rose Pine.css
@@ -126,7 +126,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-swaync,
#custom-weather,
diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css
index f449e7ad..d306dd84 100644
--- a/config/waybar/style/Simple Pink.css
+++ b/config/waybar/style/Simple Pink.css
@@ -152,7 +152,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Black & White] Monochrome.css b/config/waybar/style/[Black & White] Monochrome.css
index 6574848f..143e887b 100644
--- a/config/waybar/style/[Black & White] Monochrome.css
+++ b/config/waybar/style/[Black & White] Monochrome.css
@@ -136,7 +136,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
index ad1981ec..1a29c409 100644
--- a/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
+++ b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
@@ -76,6 +76,7 @@ window#waybar.empty #window {
#custom-menu,
#custom-power_vertical,
#custom-power,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -125,6 +126,7 @@ window#waybar.empty #window {
color: @rosewater;
}
+#custom-swaync,
#custom-keybinds,
#tray {
color: aliceblue;
diff --git a/config/waybar/style/[Colored] Chroma Glow.css b/config/waybar/style/[Colored] Chroma Glow.css
index e28973a3..f324bf3a 100644
--- a/config/waybar/style/[Colored] Chroma Glow.css
+++ b/config/waybar/style/[Colored] Chroma Glow.css
@@ -124,7 +124,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -223,6 +223,7 @@ label:focus {
color: #df3320;
}
+#custom-swaync,
#custom-keybinds {
color: #1e66f5;
}
diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css
index 9a096c35..0e3cbaf5 100644
--- a/config/waybar/style/[Colored] Translucent.css
+++ b/config/waybar/style/[Colored] Translucent.css
@@ -138,7 +138,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css
index 369300a7..8a0f8522 100644
--- a/config/waybar/style/[Colorful] Aurora Blossom.css
+++ b/config/waybar/style/[Colorful] Aurora Blossom.css
@@ -125,7 +125,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css
index 297be9d0..a5e57cbd 100644
--- a/config/waybar/style/[Colorful] Aurora.css
+++ b/config/waybar/style/[Colorful] Aurora.css
@@ -115,7 +115,7 @@ tooltip label{
#custom-menu,
#custom-power,
#custom-power_vertical,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css
index 6515e149..333f798a 100644
--- a/config/waybar/style/[Colorful] Rainbow Spectrum.css
+++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css
@@ -80,7 +80,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -239,6 +239,7 @@ tooltip label{
background-color: #94e2d5;
}
+#custom-swaync,
#custom-weather {
background-color: #cba6f7;
}
diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css
index 25be8e80..667b06e7 100644
--- a/config/waybar/style/[Dark] Golden Noir.css
+++ b/config/waybar/style/[Dark] Golden Noir.css
@@ -150,7 +150,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Dark] Obsidian Edge.css b/config/waybar/style/[Dark] Obsidian Edge.css
index 587c3f0d..8d21d72d 100644
--- a/config/waybar/style/[Dark] Obsidian Edge.css
+++ b/config/waybar/style/[Dark] Obsidian Edge.css
@@ -143,7 +143,7 @@ tooltip label {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css
index e3a35731..0f97470f 100644
--- a/config/waybar/style/[Dark] Purpl.css
+++ b/config/waybar/style/[Dark] Purpl.css
@@ -147,7 +147,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Light] Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css
index d70ce5eb..34b579f9 100644
--- a/config/waybar/style/[Light] Monochrome Contrast.css
+++ b/config/waybar/style/[Light] Monochrome Contrast.css
@@ -137,7 +137,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Light] Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css
index 9b4b07a8..cd939b5d 100644
--- a/config/waybar/style/[Light] Obsidian Glow.css
+++ b/config/waybar/style/[Light] Obsidian Glow.css
@@ -112,7 +112,7 @@ tooltip label {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Pywal] Chroma Edge.css b/config/waybar/style/[Pywal] Chroma Edge.css
index 0bc333a7..282057c8 100644
--- a/config/waybar/style/[Pywal] Chroma Edge.css
+++ b/config/waybar/style/[Pywal] Chroma Edge.css
@@ -117,7 +117,7 @@ tooltip label{
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -207,7 +207,8 @@ tooltip label{
color: #d6e7e5;
}
-#custom-weather.default {
+#custom-swaync,
+#custom-weather {
color: #ebecf0;
}
diff --git a/config/waybar/style/[Pywal] Chroma Fusion.css b/config/waybar/style/[Pywal] Chroma Fusion.css
index 05d881f9..3f15037f 100644
--- a/config/waybar/style/[Pywal] Chroma Fusion.css
+++ b/config/waybar/style/[Pywal] Chroma Fusion.css
@@ -76,6 +76,7 @@ window#waybar.empty #window {
#custom-menu,
#custom-power_vertical,
#custom-power,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -109,6 +110,7 @@ window#waybar.empty #window {
opacity:1.0;
}
+#custom-swaync,
#custom-weather,
#custom-updater {
color: @yellow;
diff --git a/config/waybar/style/[Pywal] Chroma Tally.css b/config/waybar/style/[Pywal] Chroma Tally.css
index 5ea40d86..c3a38fb6 100644
--- a/config/waybar/style/[Pywal] Chroma Tally.css
+++ b/config/waybar/style/[Pywal] Chroma Tally.css
@@ -82,7 +82,7 @@ window#waybar {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -189,6 +189,7 @@ window#waybar {
#tray {
}
+#custom-swaync,
#custom-menu {
color: yellow;
}
diff --git a/config/waybar/style/[Pywal] Colored.css b/config/waybar/style/[Pywal] Colored.css
index b1e2b007..afb01280 100644
--- a/config/waybar/style/[Pywal] Colored.css
+++ b/config/waybar/style/[Pywal] Colored.css
@@ -144,7 +144,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Pywal] Simple.css b/config/waybar/style/[Pywal] Simple.css
index 9d8c1c8c..6acef45e 100644
--- a/config/waybar/style/[Pywal] Simple.css
+++ b/config/waybar/style/[Pywal] Simple.css
@@ -132,7 +132,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css
index da5c5a22..aaf14d62 100644
--- a/config/waybar/style/[Retro] Simple Style.css
+++ b/config/waybar/style/[Retro] Simple Style.css
@@ -75,7 +75,7 @@ window#waybar {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-swaync,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -89,7 +89,7 @@ window#waybar {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: @foreground;
- padding: 5px 8px 5px 8px;
+ padding: 3px 6px 3px 6px;
}
#battery.warning,
diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css
index 27cd99a4..3f64235d 100644
--- a/config/waybar/style/[Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Transparent] Crystal Clear.css
@@ -122,6 +122,7 @@ tooltip {
#custom-menu,
#custom-power_vertical,
#custom-power,
+#custom-swaync,
#custom-spotify,
#custom-updater,
#custom-weather,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage