aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-22 15:55:57 +0900
commitc222e1bad2ba5e779c3af5b956906c82ead43271 (patch)
treea5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/waybar
parentbb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff)
Initial upload
Diffstat (limited to 'config/waybar')
l---------config/waybar/config1
-rw-r--r--config/waybar/configs/config-all127
-rw-r--r--config/waybar/configs/config-default45
-rw-r--r--config/waybar/configs/config-dual76
-rw-r--r--config/waybar/configs/config-dual-BL71
-rw-r--r--config/waybar/configs/config-dual-BR72
-rw-r--r--config/waybar/configs/config-dual-TL72
-rw-r--r--config/waybar/configs/config-dual-TR72
-rw-r--r--config/waybar/configs/config-gnome46
-rw-r--r--config/waybar/configs/config-left33
-rw-r--r--config/waybar/configs/config-plasma45
-rw-r--r--config/waybar/configs/config-right32
-rw-r--r--config/waybar/configs/config-simple35
-rw-r--r--config/waybar/modules427
l---------config/waybar/style.css1
-rw-r--r--config/waybar/style/style-b&w.css181
-rw-r--r--config/waybar/style/style-dark.css156
-rw-r--r--config/waybar/style/style-default.css320
-rw-r--r--config/waybar/style/style-default_alter.css322
-rw-r--r--config/waybar/style/style-light.css157
-rw-r--r--config/waybar/style/style-mauve.css161
-rw-r--r--config/waybar/style/style-rgb.css246
-rw-r--r--config/waybar/style/style-simple.css83
23 files changed, 2781 insertions, 0 deletions
diff --git a/config/waybar/config b/config/waybar/config
new file mode 120000
index 00000000..a123131b
--- /dev/null
+++ b/config/waybar/config
@@ -0,0 +1 @@
+/home/ja/00-Shared-Drives/Common-nvme/git-packages - nvme/01-Published/Hyprland-Dots/config/waybar/configs/config-default \ No newline at end of file
diff --git a/config/waybar/configs/config-all b/config/waybar/configs/config-all
new file mode 100644
index 00000000..61c2c7d7
--- /dev/null
+++ b/config/waybar/configs/config-all
@@ -0,0 +1,127 @@
+// ### 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-left": 6,
+"margin-right": 10,
+"margin-top": 10,
+
+"modules-left": [
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "custom/weather",
+ "custom/light_dark",
+ ],
+
+"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": [
+ "hyprland/workspaces",
+ ],
+
+"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",
+ ],
+},
+
+// ### 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": 10,
+"margin-bottom": 6,
+
+"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
new file mode 100644
index 00000000..09c254f6
--- /dev/null
+++ b/config/waybar/configs/config-default
@@ -0,0 +1,45 @@
+// ### 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",
+ "cpu",
+ "temperature",
+ "memory",
+ "custom/weather",
+ ],
+
+"modules-center": [
+ "custom/menu",
+ "idle_inhibitor",
+ "clock",
+ "custom/light_dark",
+ "custom/lock",
+ ],
+
+"modules-right": [
+ "hyprland/window",
+ "tray",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+}
diff --git a/config/waybar/configs/config-dual b/config/waybar/configs/config-dual
new file mode 100644
index 00000000..fec652a9
--- /dev/null
+++ b/config/waybar/configs/config-dual
@@ -0,0 +1,76 @@
+// ### 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-left": 6,
+"margin-right": 10,
+"margin-top": 10,
+
+"modules-left": [
+ "hyprland/workspaces",
+ "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-dual-BL b/config/waybar/configs/config-dual-BL
new file mode 100644
index 00000000..9540e26a
--- /dev/null
+++ b/config/waybar/configs/config-dual-BL
@@ -0,0 +1,71 @@
+// ### 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-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "cpu",
+ "temperature",
+ "memory",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+"position": "left",
+"margin-top": 8,
+"margin-bottom": 8,
+"margin-left": 8,
+"margin-right": 1,
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"gtk-layer-shell": true,
+
+"modules-left": [
+ "custom/light_dark",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "idle_inhibitor",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR
new file mode 100644
index 00000000..285c2355
--- /dev/null
+++ b/config/waybar/configs/config-dual-BR
@@ -0,0 +1,72 @@
+// ### 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-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "custom/menu",
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"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": [
+ "idle_inhibitor",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "custom/light_dark",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL
new file mode 100644
index 00000000..f7d418d2
--- /dev/null
+++ b/config/waybar/configs/config-dual-TL
@@ -0,0 +1,72 @@
+// ### TOP and LEFT PANEL ## //
+
+[{
+"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",
+ "cpu",
+ "temperature",
+ "memory",
+ "disk",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"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": [
+ "idle_inhibitor",
+
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "tray",
+ "clock#vertical",
+ "custom/light_dark",
+ "custom/lock",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR
new file mode 100644
index 00000000..fa0cbeee
--- /dev/null
+++ b/config/waybar/configs/config-dual-TR
@@ -0,0 +1,72 @@
+// ### TOP and RIGHT PANEL ## //
+
+[{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 3,
+"fixed-center": true,
+"ipc": true,
+"padding": 2,
+"margin-top": 6,
+"margin-left": 8,
+"margin-right": 8,
+
+"modules-left": [
+ "cpu",
+ "temperature",
+ "memory",
+ ],
+
+"modules-center": [
+ "hyprland/window",
+ "custom/weather",
+ ],
+
+"modules-right": [
+ "network",
+ "bluetooth",
+ //"cava",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
+},
+
+{
+"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/menu",
+ "custom/light_dark",
+ ],
+
+"modules-center": [
+ "hyprland/workspaces",
+ ],
+
+"modules-right": [
+ "idle_inhibitor",
+ "custom/lock",
+ "tray",
+ "clock#vertical",
+ ],
+
+}] \ No newline at end of file
diff --git a/config/waybar/configs/config-gnome b/config/waybar/configs/config-gnome
new file mode 100644
index 00000000..4f4affcb
--- /dev/null
+++ b/config/waybar/configs/config-gnome
@@ -0,0 +1,46 @@
+// ### "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-left": 10,
+"margin-right": 10,
+"margin-top": 6,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/workspaces",
+ //"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-left b/config/waybar/configs/config-left
new file mode 100644
index 00000000..01a18661
--- /dev/null
+++ b/config/waybar/configs/config-left
@@ -0,0 +1,33 @@
+// ### 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",
+ "backlight",
+ "pulseaudio#microphone_vertical",
+ "pulseaudio#vertical",
+ "custom/power",
+ "custom/menu",
+],
+}
diff --git a/config/waybar/configs/config-plasma b/config/waybar/configs/config-plasma
new file mode 100644
index 00000000..e7125d13
--- /dev/null
+++ b/config/waybar/configs/config-plasma
@@ -0,0 +1,45 @@
+// ### "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": 10,
+"margin-right": 10,
+"margin-bottom": 6,
+
+"modules-left": [
+ "custom/menu",
+ "hyprland/workspaces",
+ "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-right b/config/waybar/configs/config-right
new file mode 100644
index 00000000..ce41782a
--- /dev/null
+++ b/config/waybar/configs/config-right
@@ -0,0 +1,32 @@
+// ### 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",
+ "backlight",
+ "pulseaudio#microphone_vertical",
+ "pulseaudio#vertical",
+ "custom/power",
+],
+}
diff --git a/config/waybar/configs/config-simple b/config/waybar/configs/config-simple
new file mode 100644
index 00000000..da59099e
--- /dev/null
+++ b/config/waybar/configs/config-simple
@@ -0,0 +1,35 @@
+// ### 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/modules b/config/waybar/modules
new file mode 100644
index 00000000..5ff07cef
--- /dev/null
+++ b/config/waybar/modules
@@ -0,0 +1,427 @@
+{
+"backlight": {
+ "interval": 2,
+ "align": 0,
+ "rotate": 0,
+ "format": "{icon} {percent}%",
+ "format-icons": ["󰃞", "󰃟", "󰃠"],
+ "icon-size": 10,
+ "on-click": "",
+ "on-click-middle": "",
+ "on-click-right": "",
+ "on-update": "",
+ "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc",
+ "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
+ "smooth-scrolling-threshold": 1,
+},
+
+"battery": {
+ "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": "$HOME/.config/hypr/scripts/WofiPower.sh",
+},
+
+"bluetooth": {
+ "format": "",
+ "format-disabled": "", // an empty format will hide the module
+ "format-connected": " {num_connections}",
+ "tooltip-format": " {device_alias}",
+ "tooltip-format-connected": "{device_enumerate}",
+ "tooltip-format-enumerate-connected": " {device_alias} 󰂄{device_battery_percentage}%",
+ "tooltip": true
+},
+
+"cava": {
+ //"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
+ "framerate": 30,
+ "autosens": 1,
+ "sensitivity": 100,
+ "bars": 14,
+ "lower_cutoff_freq": 50,
+ "higher_cutoff_freq": 10000,
+ "method": "pulse",
+ "source": "auto",
+ "stereo": true,
+ "reverse": false,
+ "bar_delimiter": 0,
+ "monstercat": false,
+ "waves": false,
+ "noise_reduction": 0.77,
+ "input_delay": 2,
+ "format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
+ "actions": {
+ "on-click-right": "mode"
+ }
+},
+
+"clock": {
+ //"format": " {:%I:%M %p}",
+ "format": " {:%H:%M}",
+ "format-alt": " {:%H:%M  %Y, %d %B, %A}",
+ "tooltip-format": "<tt><small>{calendar}</small></tt>",
+ "calendar": {
+ "mode" : "year",
+ "mode-mon-col" : 3,
+ "weeks-pos" : "right",
+ "on-scroll" : 1,
+ "format": {
+ "months": "<span color='#ffead3'><b>{}</b></span>",
+ "days": "<span color='#ecc6d9'><b>{}</b></span>",
+ "weeks": "<span color='#99ffdd'><b>W{}</b></span>",
+ "weekdays": "<span color='#ffcc66'><b>{}</b></span>",
+ "today": "<span color='#ff6699'><b><u>{}</u></b></span>"
+ }
+ }
+ },
+ "actions": {
+ "on-click-right": "mode",
+ "on-click-forward": "tz_up",
+ "on-click-backward": "tz_down",
+ "on-scroll-up": "shift_up",
+ "on-scroll-down": "shift_down"
+},
+
+"cpu": {
+ "format": "{usage}% 󰍛",
+ "interval": 1,
+ "format-alt-click": "click",
+ "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛",
+ "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
+ "on-click-right": "gnome-system-monitor",
+},
+
+"disk": {
+ "interval": 30,
+ //"format": "󰋊",
+ "path": "/",
+ //"format-alt-click": "click",
+ "format": "{percentage_used}% 󰋊",
+ //"tooltip": true,
+ "tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
+},
+
+"hyprland/language": {
+ "format": "Lang: {}",
+ "format-en": "US",
+ "format-tr": "Korea",
+ "keyboard-name": "at-translated-set-2-keyboard",
+ "on-click": "hyprctl switchxkblayout $SET_KB next"
+},
+
+"hyprland/submap": {
+ "format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt
+ "tooltip": false,
+},
+
+"hyprland/window": {
+ "format": "{}",
+ "max-length": 360,
+ "separate-outputs": true,
+},
+
+"hyprland/workspaces": {
+ "format": "{name}",
+ //"format": "{name}: {icon}",
+ //"format": "{icon}",
+ "show-special": false,
+ "on-click": "activate",
+ "all-outputs": true,
+ "sort-by-number": true,
+ "format-icons": {
+ "1": "main  ",
+ "2": "2  ",
+ "3": "3  ",
+ "4": "4  ",
+ "5": "5  ",
+ "6": "6  ",
+ "7": "7  ",
+ "8": "8  ",
+ "9": "9  ",
+ "10": " 10 ",
+ "focused": "",
+ "default": "",
+ },
+ "on-scroll-up": "hyprctl dispatch workspace e+1",
+ "on-scroll-down": "hyprctl dispatch workspace e-1",
+},
+
+"idle_inhibitor": {
+ "format": "{icon}",
+ "format-icons": {
+ "activated": " ",
+ "deactivated": " ",
+ }
+},
+
+"keyboard-state": {
+ //"numlock": true,
+ "capslock": true,
+ "format": {
+ "numlock": "N {icon}",
+ "capslock": "󰪛 {icon}"
+ },
+ "format-icons": {
+ "locked": "",
+ "unlocked": ""
+ }
+},
+
+"memory": {
+ "interval": 10,
+ "format": "{used:0.1f}G 󰾆",
+ "format-alt": "{percentage}% 󰾆",
+ "format-alt-click": "click",
+ "tooltip": true,
+ "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
+ "on-click-right": "foot --title btop sh -c 'btop'"
+},
+
+"network": {
+ "format": "{ifname}",
+ "format-wifi": " {signalStrength}%",
+ "format-ethernet": "󰈁 Wired",
+ "format-disconnected": "", //An empty format will hide the module.
+ "tooltip-format": "{ipaddr}  {bandwidthUpBytes}  {bandwidthDownBytes}",
+ "format-linked": "󰈁 {ifname} (No IP)",
+ "tooltip-format-wifi": "{essid}  ({signalStrength}%)",
+ "tooltip-format-ethernet": "{ifname} 󰈁",
+ "tooltip-format-disconnected": "󰈂 Disconnected",
+ "max-length": 50,
+},
+
+"pulseaudio": {
+ "format": "{icon} {volume} %",
+ "format-bluetooth": "{icon}  {volume} %",
+ "format-muted": "",
+ "format-icons": {
+ "headphone": "",
+ "hands-free": "",
+ "headset": "",
+ "phone": "",
+ "portable": "",
+ "car": "",
+ "default": ["", "", "󰕾", ""],
+ "ignored-sinks": ["Easy Effects Sink"],
+ },
+ "scroll-step": 5.0,
+ "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",
+ "smooth-scrolling-threshold": 1,
+},
+
+"pulseaudio#microphone": {
+ "format": "{format_source}",
+ "format-source": " {volume} %",
+ "format-source-muted": "",
+ "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic",
+ "on-click-right": "pavucontrol -t 4",
+ "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc",
+ "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec",
+ "scroll-step": 5,
+},
+
+"temperature": {
+ "interval": 10,
+ "tooltip": false,
+ "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
+ //"thermal-zone": 1,
+ "critical-threshold": 82,
+ "format-critical": "{temperatureC}°C {icon}",
+ "format": "{temperatureC}°C {icon}",
+ "format-icons": [""],
+ "on-click-right": "foot --title nvtop sh -c 'nvtop'"
+},
+
+"tray": {
+ "icon-size": 17,
+ "spacing": 8,
+},
+
+"wireplumber": {
+ "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": ["", "", "󰕾", ""],
+},
+
+"wlr/taskbar": {
+ "format": "{icon} {name} ",
+ "icon-size": 16,
+ "all-outputs": false,
+ "tooltip-format": "{title}",
+ "on-click": "activate",
+ "on-click-middle": "close",
+ "ignore-list": [
+ "wofi"
+ ]
+},
+
+"custom/cycle_wall":{
+ "format":" ",
+ "on-click": "~/.config/hypr/scripts/WallpaperSelect.sh",
+ "on-click-right": "~/.config/hypr/scripts/Wallpaper.sh swww",
+ "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh",
+ "tooltip": true,
+ "tooltip-format": "Change wallpaper or style"
+},
+
+"custom/keybindings": {
+ "format":"",
+ "tooltip": false,
+ "on-click": "~/.config/hypr/scripts/Help.sh",
+},
+
+"custom/light_dark": {
+ "format": "",
+ "on-click": "~/.config/hypr/scripts/DarkLight.sh",
+ "tooltip": false,
+},
+
+"custom/lock": {
+ "format": "",
+ "on-click": "~/.config/hypr/scripts/LockScreen.sh",
+ "tooltip": false,
+},
+
+"custom/menu": {
+ "format": "",
+ "tooltip": false,
+ "on-click": "$HOME/.config/hypr/scripts/Wofi.sh",
+ "on-click-right": "$HOME/.config/hypr/scripts/ChangeLayoutMenu.sh",
+ "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swaybg",
+},
+
+"custom/power": {
+ "format": "  ",
+ "tooltip": false,
+ //"on-click": "sh -c '(sleep 0.5s; wlogout --protocol layer-shell)' & disown",
+ "on-click": "$HOME/.config/hypr/scripts/WofiPower.sh",
+ "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
+},
+
+"custom/updater":{
+ "format": " {}",
+ "exec": "checkupdates | wc -l",
+ "exec-if": "[[ $(checkupdates | wc -l) ]]",
+ "interval": 15,
+ "on-click": "foot -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'",
+ "on-click-right": "~/.config/hypr/scripts/WallpaperSwitch.sh",
+},
+
+"custom/weather": {
+ "format": "{}",
+ "format-alt": "{alt}: {}",
+ "format-alt-click": "click",
+ "interval": 3600,
+ "return-type": "json",
+ "exec": "~/.config/hypr/scripts/Weather.sh",
+ //"exec": "~/.config/hypr/scripts/Weather.py",
+ "exec-if": "ping wttr.in -c1",
+ "tooltip" : true,
+},
+
+// Modules below are for vertical layout
+
+"clock#vertical": {
+ "format": "{:\n%H\n%M\n\n \n%d\n%m\n%y}",
+ "interval": 1,
+ //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}",
+ "tooltip": true,
+ "tooltip-format": "{calendar}",
+ "calendar": {
+ "mode": "year",
+ "mode-mon-col": 3,
+ "format": {
+ "today": "<span color='#0dbc79'>{}</span>",
+ }
+ }
+},
+
+"pulseaudio#vertical": {
+ "format": "{icon}",
+ "format-bluetooth": "\n{icon}",
+ "format-bluetooth-muted": "\n󰖁",
+ "format-muted": "󰖁",
+ "format-icons": {
+ "headphone": "󰋋",
+ "hands-free": "󰋋",
+ "headset": "󰋋",
+ "phone": "",
+ "portable": "",
+ "car": "",
+ "default": ["", "", "󰕾", ""],
+ },
+ "on-click-right": "pavucontrol",
+ "on-click": "~/.config/hypr/scripts/Volume.sh --toggle",
+ "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
+ "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
+ "tooltip": true,
+},
+
+"pulseaudio#microphone_vertical": {
+ "format": "{format_source}",
+ "format-source": "󰍬",
+ "format-source-muted": "󰍭",
+ "on-click-right": "pavucontrol",
+ "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic",
+ "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc",
+ "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec",
+ "max-volume": 100,
+ "tooltip": true,
+ "tooltip-format": "{icon} {desc} {volume}%",
+},
+
+"cpu#vertical": {
+ "format": "󰍛\n{usage}%",
+ "interval": 1,
+ "on-click-right": "gnome-system-monitor",
+},
+
+"memory#vertical": {
+ "interval": 10,
+ "format": "󰾆\n{percentage}%",
+ "format-alt": "󰾆\n{used:0.1f}G",
+ "format-alt-click": "click",
+ "tooltip": true,
+ "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
+ "on-click-right": "foot --title btop sh -c 'btop'",
+},
+
+"temperature#vertical": {
+ "interval": 10,
+ "tooltip": true,
+ "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
+ //"thermal-zone": 0,
+ "critical-threshold": 80,
+ "format-critical": "{icon}\n{temperatureC}°C",
+ "format": " {icon}",
+ "format-icons": [""],
+ "on-click-right": "foot --title nvtop sh -c 'nvtop'"
+},
+}
+
diff --git a/config/waybar/style.css b/config/waybar/style.css
new file mode 120000
index 00000000..71201863
--- /dev/null
+++ b/config/waybar/style.css
@@ -0,0 +1 @@
+/home/ja/00-Shared-Drives/Common-nvme/git-packages - nvme/01-Published/Hyprland-Dots/config/waybar/style/style-dark.css \ No newline at end of file
diff --git a/config/waybar/style/style-b&w.css b/config/waybar/style/style-b&w.css
new file mode 100644
index 00000000..610b247d
--- /dev/null
+++ b/config/waybar/style/style-b&w.css
@@ -0,0 +1,181 @@
+*{
+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 {
+ background: #1e1e2e;
+ opacity: 0.8;
+ border-radius: 10px;
+ border-width: 2px;
+ border-style: solid;
+ border-color: #11111b;
+}
+
+tooltip label{
+ color: #cdd6f4;
+}
+/*-----module groups----*/
+.modules-right {
+ background-color: rgba(0,43,51,0.3);
+ /*margin: 2px 10px 0 0;*/
+ border: 1px solid #cba6f7;
+ border-radius: 8px;
+}
+.modules-center {
+ background-color: rgba(0,43,51,0.3);
+ /*margin: 2px 0 0 0;*/
+ border: 1px solid #cba6f7;
+ border-radius: 8px;
+}
+.modules-left {
+ /*margin: 2px 0 0 5px;*/
+ background-color: rgba(0,43,51,0.3);
+ border: 1px solid #cba6f7;
+ border-radius: 8px;
+}
+/*-----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 {
+ background-color: rgba(191, 191, 191,0.1);
+ /*box-shadow:inherit;*/
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#wireplumber,
+#mode,
+#tray,
+#cava,
+#idle_inhibitor,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#mpd,
+#window,
+#workspaces,
+#taskbar,
+#bluetooth,
+#taskbar,
+#taskbar button,
+#custom-light_dark,
+#custom-cycle_wall,
+#custom-updater,
+#custom-menu,
+#custom-power,
+#custom-spotify,
+#custom-weather,
+#custom-power,
+#custom-lock,
+#custom-weather.severe,
+#custom-weather.sunnyDay,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.default
+#idle_inhibitor {
+ padding: 0px 4px;
+}
+#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-dark.css b/config/waybar/style/style-dark.css
new file mode 100644
index 00000000..1de23554
--- /dev/null
+++ b/config/waybar/style/style-dark.css
@@ -0,0 +1,156 @@
+*{
+ 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.6);
+ border: 0px solid #b4befe;
+ border-radius: 10px;
+ }
+
+ .modules-center {
+ background-color: rgba(0, 0, 0, 0.6);
+ border: 0px solid #b4befe;
+ border-radius: 10px;
+ }
+
+ .modules-left {
+ background-color: rgba(0, 0, 0, 0.6);
+ 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;
+ }
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#network,
+#pulseaudio,
+#wireplumber,
+#mode,
+#tray,
+#cava,
+#backlight,
+#window,
+#idle_inhibitor,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#mpd,
+#bluetooth,
+#taskbar,
+#taskbar button,
+#workspaces,
+#custom-light_dark,
+#custom-updater,
+#custom-menu,
+#custom-cycle_wall,
+#custom-power,
+#custom-spotify,
+#custom-weather,
+#custom-power,
+#custom-lock,
+#custom-weather.severe,
+#custom-weather.sunnyDay,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.default,
+#idle_inhibitor {
+ color: #cba7f7;
+ padding: 0px 6px;
+ border-radius: 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;
+ } \ No newline at end of file
diff --git a/config/waybar/style/style-default.css b/config/waybar/style/style-default.css
new file mode 100644
index 00000000..d3c0c93a
--- /dev/null
+++ b/config/waybar/style/style-default.css
@@ -0,0 +1,320 @@
+*{
+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: 0px;
+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;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#wireplumber,
+#mode,
+#tray,
+#idle_inhibitor,
+#keyboard-state,
+#mpd,
+#cava,
+#bluetooth,
+#taskbar,
+#workspaces,
+#custom-light_dark,
+#custom-updater,
+#custom-power,
+#custom-lock,
+#custom-weather,
+#window,
+#custom-weather.severe,
+#custom-weather.sunnyDay,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.default {
+ 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 10px;
+ 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: 10px;
+ 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-default_alter.css b/config/waybar/style/style-default_alter.css
new file mode 100644
index 00000000..80c984fc
--- /dev/null
+++ b/config/waybar/style/style-default_alter.css
@@ -0,0 +1,322 @@
+@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;
+
+*{
+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: 0px;
+margin-top: 1px;
+margin-bottom: 1px;
+}
+
+/* icons start at U+E900 in Jetbrains mono in gucharmap */
+
+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;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#wireplumber,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#tray,
+#cava,
+#mode,
+#custom-light_dark,
+#taskbar,
+#taskbar button,
+#idle_inhibitor,
+#custom-updater,
+#window,
+#custom-cycle_wall,
+#custom-screen_locker,
+#custom-weather {
+ padding: 1px 6px 0px 6px;
+ 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 {
+ /*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-light.css b/config/waybar/style/style-light.css
new file mode 100644
index 00000000..9cb493c2
--- /dev/null
+++ b/config/waybar/style/style-light.css
@@ -0,0 +1,157 @@
+*{
+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;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#network,
+#pulseaudio,
+#wireplumber,
+#mode,
+#tray,
+#cava,
+#backlight,
+#window,
+#idle_inhibitor,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#mpd,
+#bluetooth,
+#taskbar,
+#taskbar button,
+#workspaces,
+#custom-light_dark,
+#custom-updater,
+#custom-menu,
+#custom-cycle_wall,
+#custom-power,
+#custom-spotify,
+#custom-weather,
+#custom-power,
+#custom-lock,
+#custom-weather.severe,
+#custom-weather.sunnyDay,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.default,
+#idle_inhibitor {
+ color: #000000;
+ padding: 0px 6px;
+ border-radius: 10px;
+}
+
+#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-mauve.css b/config/waybar/style/style-mauve.css
new file mode 100644
index 00000000..e4cd8e92
--- /dev/null
+++ b/config/waybar/style/style-mauve.css
@@ -0,0 +1,161 @@
+*{
+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: 0px;
+margin-top: 1px;
+margin-bottom: 1px;
+}
+
+window#waybar {
+ background: transparent;
+ border-radius: 10px;
+ color: #cba6f7;
+ border-style: solid;
+ border-width: 2px;
+ border-color: #cba6f7;
+}
+
+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 {
+ /*background-color: #1e1e2e;*/
+ border: 0px solid #b4befe;
+ border-radius: 10px;
+}
+
+.modules-center {
+ /*background-color: #1e1e2e;*/
+ border: 0px solid #b4befe;
+ border-radius: 10px;
+}
+
+.modules-left {
+ /*background-color: #1e1e2e;*/
+ border: 0px solid #b4befe;
+ border-radius: 10px;
+
+}
+
+#workspaces button {
+ padding: 2px;
+ color: #6E6A86;
+ margin-right: 5px;
+}
+
+#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;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#network,
+#pulseaudio,
+#wireplumber,
+#mode,
+#tray,
+#cava,
+#backlight,
+#window,
+#idle_inhibitor,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#mpd,
+#bluetooth,
+#taskbar,
+#taskbar button,
+#workspaces,
+#custom-light_dark,
+#custom-updater,
+#custom-menu,
+#custom-cycle_wall,
+#custom-power,
+#custom-spotify,
+#custom-weather,
+#custom-power,
+#custom-lock,
+#custom-weather.severe,
+#custom-weather.sunnyDay,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.default
+#idle_inhibitor {
+ color: #cba7f7;
+ padding: 0px 10px;
+ border-radius: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;
+}
+ \ No newline at end of file
diff --git a/config/waybar/style/style-rgb.css b/config/waybar/style/style-rgb.css
new file mode 100644
index 00000000..7cc496da
--- /dev/null
+++ b/config/waybar/style/style-rgb.css
@@ -0,0 +1,246 @@
+*{
+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: 0px;
+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;
+}
+
+#clock,
+#battery,
+#cpu,
+#memory,
+#disk,
+#temperature,
+#backlight,
+#network,
+#pulseaudio,
+#bluetooth,
+#wireplumber,
+#mode,
+#tray,
+#cava,
+#window,
+#idle_inhibitor,
+#keyboard-state,
+#keyboard-state label,
+#keyboard-state label.locked,
+#mpd,
+#custom-light_dark,
+#workspaces,
+#taskbar,
+#taskbar button,
+#bluetooth,
+#workspaces,
+#custom-menu,
+#custom-power,
+#custom-cycle_wall,
+#custom-media,
+#custom-updater,
+#custom-lock,
+#custom-weather,
+#idle_inhibitor {
+ 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-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-simple.css b/config/waybar/style/style-simple.css
new file mode 100644
index 00000000..e40f0b95
--- /dev/null
+++ b/config/waybar/style/style-simple.css
@@ -0,0 +1,83 @@
+*{
+ 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: 0px;
+ margin-top: 1px;
+ margin-bottom: 1px;
+ }
+
+ window#waybar {
+ background: rgba(0, 0, 0, 0.7);
+ border-radius: 10px;
+ }
+ 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;
+}
+
+ #custom-menu, #workspaces {
+ border-radius: 10px;
+ /*background-color: #11111b;*/
+ color: #b4befe;
+ margin-right: 15px;
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+ #workspaces button {
+ /*background: #11111b;*/
+ color: #b4befe;
+ }
+
+
+ #clock, #backlight, #pulseaudio, #bluetooth, #network, #battery {
+ border-radius: 10px;
+ /*background-color: #11111b;*/
+ color: #cdd6f4;
+ padding-left: 10px;
+ padding-right: 10px;
+ margin-right: 15px;
+ }
+
+ #backlight, #bluetooth {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ padding-right: 5px;
+ margin-right: 0
+ }
+
+ #pulseaudio, #network {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+ padding-left: 5px;
+ }
+
+ #clock, #custom-light_dark {
+ margin-right: 0;
+ }
+
+ @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;
+ } \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage