aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-29 00:53:36 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-29 00:53:36 +0900
commit8d9a4867bb56ad9c6de82443e7d0c76a081e00cc (patch)
tree9faad254434f7b69af2e8b3de13688bd80e5bb00
parenta0a19db484f638a37a5f458e8209a59838f32ed5 (diff)
added underlined waybar style
-rwxr-xr-xconfig/hypr/scripts/WaybarStyles.sh4
-rw-r--r--config/waybar/configs/config-dual-BL12
-rw-r--r--config/waybar/configs/config-dual-BR12
-rw-r--r--config/waybar/configs/config-dual-TL12
-rw-r--r--config/waybar/configs/config-dual-TR12
-rw-r--r--config/waybar/style/style-uline.css176
6 files changed, 203 insertions, 25 deletions
diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh
index 70032443..aa4018eb 100755
--- a/config/hypr/scripts/WaybarStyles.sh
+++ b/config/hypr/scripts/WaybarStyles.sh
@@ -15,7 +15,9 @@ elif [ "$THEMEIS" == "default_alter" ]; then
elif [ "$THEMEIS" == "mauve" ]; then
SWITCHTO="-light"
elif [ "$THEMEIS" == "light" ]; then
- SWITCHTO="-dark"
+ SWITCHTO="-dark"
+elif [ "$THEMEIS" == "dark" ]; then
+ SWITCHTO="-uline"
else
SWITCHTO="-default"
fi
diff --git a/config/waybar/configs/config-dual-BL b/config/waybar/configs/config-dual-BL
index 5b369d91..d40624d8 100644
--- a/config/waybar/configs/config-dual-BL
+++ b/config/waybar/configs/config-dual-BL
@@ -15,17 +15,16 @@
"margin-right": 8,
"modules-left": [
- "temperature",
- "cpu",
+ "custom/menu",
+ "cpu",
+ "temperature",
"memory",
"disk",
],
"modules-center": [
//"hyprland/window",
- "custom/lock",
- "custom/menu",
- "idle_inhibitor",
+ "hyprland/workspaces#2",
],
"modules-right": [
@@ -57,7 +56,8 @@
//"gtk-layer-shell": true,
"modules-left": [
- "hyprland/workspaces#2",
+ "custom/lock",
+ "idle_inhibitor",
],
"modules-center": [
diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR
index 222db817..3c5cb03b 100644
--- a/config/waybar/configs/config-dual-BR
+++ b/config/waybar/configs/config-dual-BR
@@ -15,17 +15,16 @@
"margin-right": 8,
"modules-left": [
- "temperature",
- "cpu",
+ "custom/menu",
+ "cpu",
+ "temperature",
"memory",
"disk",
],
"modules-center": [
//"hyprland/window",
- "custom/lock",
- "custom/menu",
- "idle_inhibitor",
+ "hyprland/workspaces#2",
],
"modules-right": [
@@ -57,7 +56,8 @@
//"gtk-layer-shell": true,
"modules-left": [
- "hyprland/workspaces#2",
+ "custom/lock",
+ "idle_inhibitor",
],
"modules-center": [
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL
index 9bf79fc2..4b0a7f7e 100644
--- a/config/waybar/configs/config-dual-TL
+++ b/config/waybar/configs/config-dual-TL
@@ -16,17 +16,16 @@
"margin-right": 8,
"modules-left": [
- "temperature",
- "cpu",
+ "custom/menu",
+ "cpu",
+ "temperature",
"memory",
"disk",
],
"modules-center": [
//"hyprland/window",
- "custom/lock",
- "custom/menu",
- "idle_inhibitor",
+ "hyprland/workspaces#2",
],
"modules-right": [
@@ -58,7 +57,8 @@
//"gtk-layer-shell": true,
"modules-left": [
- "hyprland/workspaces#2",
+ "custom/lock",
+ "idle_inhibitor",
],
"modules-center": [
diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR
index 70bdeac9..061731d9 100644
--- a/config/waybar/configs/config-dual-TR
+++ b/config/waybar/configs/config-dual-TR
@@ -16,17 +16,16 @@
"margin-right": 8,
"modules-left": [
- "temperature",
- "cpu",
+ "custom/menu",
+ "cpu",
+ "temperature",
"memory",
"disk",
],
"modules-center": [
//"hyprland/window",
- "custom/lock",
- "custom/menu",
- "idle_inhibitor",
+ "hyprland/workspaces#2",
],
"modules-right": [
@@ -58,7 +57,8 @@
//"gtk-layer-shell": true,
"modules-left": [
- "hyprland/workspaces#2",
+ "custom/lock",
+ "idle_inhibitor",
],
"modules-center": [
diff --git a/config/waybar/style/style-uline.css b/config/waybar/style/style-uline.css
new file mode 100644
index 00000000..08ad7508
--- /dev/null
+++ b/config/waybar/style/style-uline.css
@@ -0,0 +1,176 @@
+* {
+font-family: "JetBrainsMono Nerd Font";
+font-weight: bold;
+min-height: 0;
+/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
+font-size: 98%;
+font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+padding: 1px;
+margin-top: 1px;
+margin-bottom: 1px;
+}
+
+window#waybar {
+ background:rgba (0, 0, 0, 0.5);
+ border-radius: 20px 20px 20px 20px;
+}
+
+#workspaces button {
+ /*padding: 2px 0px;*/
+ border-bottom: 1px;
+ color: #eceff4;
+ border-color: #d8dee9;
+ border-style: solid;
+ margin-top:2px;
+}
+
+#workspaces button.active {
+ border-color: #81a1c1;
+}
+
+#backlight,
+#battery,
+#bluetooth,
+#cava,
+#clock,
+#cpu,
+#disk,
+#idle_inhibitor,
+#keyboard-state label,
+#keyboard-state label.locked,
+#keyboard-state,
+#memory,
+#mode,
+#mpd,
+#network,
+#pulseaudio,
+#taskbar button,
+#taskbar,
+#temperature,
+#tray,
+#window,
+#wireplumber,
+#workspaces,
+#custom-cycle_wall,
+#custom-light_dark,
+#custom-lock,
+#custom-menu,
+#custom-power_vertical,
+#custom-power,
+#custom-spotify,
+#custom-updater,
+#custom-weather,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.default
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.severe,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.sunnyDay {
+ padding: 1px 4px;
+ border-bottom: 1px;
+ border-style: solid;
+}
+
+/* -----------------------------------------------------------------------------
+ * Module styles
+ * -------------------------------------------------------------------------- */
+
+
+#clock {
+ color:#a3be8c;
+}
+
+#backlight {
+ color: #ebcb8b;
+}
+
+#battery {
+ color: #d8dee9;
+}
+
+#battery.charging {
+ color: #81a1c1;
+}
+
+@keyframes blink {
+ to {
+ color: #4c566a;
+ background-color: #eceff4;
+ }
+}
+
+#battery.critical:not(.charging) {
+ background: #bf616a;
+ color: #eceff4;
+ animation-name: blink;
+ animation-duration: 0.5s;
+ animation-timing-function: linear;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+
+#cpu {
+ color:#a3be8c ;
+}
+
+#memory {
+ color: #d3869b;
+}
+
+#network.disabled {
+ color:#bf616a;
+}
+
+#network{
+ color:#a3be8c;
+}
+
+#network.disconnected {
+ color: #bf616a;
+}
+
+#pulseaudio {
+ color: #b48ead;
+}
+
+#pulseaudio.muted {
+ color: #3b4252;
+}
+
+#temperature {
+ color: #8fbcbb;
+}
+
+#temperature.critical {
+ color: #bf616a;
+}
+
+#idle_inhibitor {
+ color: #ebcb8b;
+}
+
+#tray {
+}
+
+#custom-menu,
+#custom-power{
+ color: #cba6f7;
+ margin-top:2px;
+}
+
+#window{
+ border-style: hidden;
+ margin-top:1px;
+}
+#bluetooth{
+ color:#d08770;
+}
+#custom-weather{
+ color:#d08770;
+}
+
+
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage