aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-23 22:01:03 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-23 22:01:03 +0900
commitfaec593ed0e095dc4f589373586e46a345d75031 (patch)
tree9fc6c6f6a516f50d329506454646d1cc04ef0bfd /config/waybar
parent564dce03af3b8abee8ce9ff2abe5d98f5e1daf0d (diff)
Updated keybinds.conf (added some notes)
Updated Laptops.conf (additional notes) updated Settings.conf (additional notes) Updated and adjusted some waybar styles
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/configs/[TOP & BOT] SummitSplit5
-rw-r--r--config/waybar/style/Catppuccin-Latte.css3
-rw-r--r--config/waybar/style/[Black & White] Monochrome.css3
-rw-r--r--config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css20
-rw-r--r--config/waybar/style/[Colorful] Rainbow Spectrum.css13
-rw-r--r--config/waybar/style/[Pywal] Chroma Edge.css3
-rw-r--r--config/waybar/style/[Pywal] Chroma Fusion.css9
-rw-r--r--config/waybar/style/[Retro] Simple Style.css11
8 files changed, 33 insertions, 34 deletions
diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit
index c98b3514..9564fe68 100644
--- a/config/waybar/configs/[TOP & BOT] SummitSplit
+++ b/config/waybar/configs/[TOP & BOT] SummitSplit
@@ -25,7 +25,7 @@
"modules-center": [
"idle_inhibitor",
- "clock",
+ "hyprland/workspaces#4",
"custom/light_dark",
],
@@ -51,6 +51,7 @@
"spacing": 5,
"fixed-center": true,
"ipc": true,
+"height": 0,
"margin-left": 8,
"margin-right": 8,
//"margin-bottom": 0,
@@ -61,7 +62,7 @@
],
"modules-center": [
- "hyprland/workspaces#4",
+ "clock",
],
"modules-right": [
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index c1a251b4..eff29a7c 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -74,9 +74,8 @@ window#waybar.hidden {
#custom-light_dark,
#custom-lock,
#custom-menu,
-#custom-power_vertical,
#custom-power,
-#custom-speaker,
+#custom-power_vertical,
#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 a9eeaa59..6574848f 100644
--- a/config/waybar/style/[Black & White] Monochrome.css
+++ b/config/waybar/style/[Black & White] Monochrome.css
@@ -154,9 +154,6 @@ tooltip label{
padding-right: 6px;
padding-left: 6px;
}
-#custom-power {
- padding: 1px 3px;
-}
/*-----Indicators----*/
#idle_inhibitor.activated {
color: #2dcc36;
diff --git a/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
index 4c10435e..ad1981ec 100644
--- a/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
+++ b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css
@@ -63,12 +63,10 @@ window#waybar.empty #window {
#pulseaudio,
#pulseaudio-slider,
#taskbar button,
-#taskbar,
#temperature,
#tray,
#window,
#wireplumber,
-#workspaces,
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
@@ -78,7 +76,6 @@ window#waybar.empty #window {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -101,10 +98,13 @@ window#waybar.empty #window {
}
#custom-power {
color: @red;
- padding: 0px 0px 0px 6px;
+ padding: 0px 0px 0px 7px;
opacity:1.0;
}
-
+#backlight {
+ padding: 0px 2px 0px 6px;
+}
+#custom-light_dark,
#custom-menu{
color: @flamingo;
padding: 0px 8px 0px 4px;
@@ -149,7 +149,7 @@ window#waybar.empty #window {
}
#workspaces {
- margin: 3px 3px 3px 3px;
+ margin: 1px 1px 1px 1px;
padding: 0px 1px;
border-radius: 25px;
border:2px solid @border-color;
@@ -165,8 +165,8 @@ window#waybar.empty #window {
border-radius: 15px;
border:0px;
color: @color13;
- padding-left: 4px;
- padding-right: 4px;
+ padding-left: 2px;
+ padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
opacity:0.8;
@@ -178,8 +178,8 @@ window#waybar.empty #window {
background: @button-color;
border-radius: 15px;
border: 1px solid @border-color;
- padding-left: 8px;
- padding-right: 8px;
+ padding-left: 4px;
+ padding-right: 4px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
opacity:1.0;
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css
index 407e226c..6515e149 100644
--- a/config/waybar/style/[Colorful] Rainbow Spectrum.css
+++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css
@@ -93,7 +93,7 @@ tooltip label{
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
- border-radius: 10px;
+ border-radius: 16px;
color: #3A3B3C;
border: 1px solid #b4befe;
padding-top: 3px;
@@ -189,8 +189,8 @@ tooltip label{
#workspaces button:hover {
background: #eb6f92;
color: #f6c177;
- padding-left: 2px;
- padding-right: 2px;
+ padding-left: 3px;
+ padding-right: 3px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
@@ -204,8 +204,8 @@ tooltip label{
#taskbar button.active {
background-color: #b4befe;
color: #3A3B3C;
- padding-left: 12px;
- padding-right: 12px;
+ 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);
}
@@ -221,13 +221,14 @@ tooltip label{
background-color: #f5c2e7;
/*padding: 1px;*/
padding-right: 10px;
- border-radius: 8px;
+ border-radius: 16px;
color: #3A3B3C;
border: 1px solid #b4befe;
}
#custom-power {
background-color: #f38ba8;
+ padding: 0px 0px 0px 6px;
}
#custom-updater {
diff --git a/config/waybar/style/[Pywal] Chroma Edge.css b/config/waybar/style/[Pywal] Chroma Edge.css
index acdfce20..0bc333a7 100644
--- a/config/waybar/style/[Pywal] Chroma Edge.css
+++ b/config/waybar/style/[Pywal] Chroma Edge.css
@@ -134,7 +134,7 @@ tooltip label{
/* color: #bf616a; */
border-radius: 12px;
background-color: rgba(50, 50, 50, 0.1);
- border: 2px solid @color2;
+ border: 1px solid @color2;
padding: 5px;
}
@@ -171,6 +171,7 @@ tooltip label{
#custom-power {
color: #cc3436;
+ padding: 0px 0px 0px 6px;
}
#custom-launcher {
diff --git a/config/waybar/style/[Pywal] Chroma Fusion.css b/config/waybar/style/[Pywal] Chroma Fusion.css
index 16d8d955..05d881f9 100644
--- a/config/waybar/style/[Pywal] Chroma Fusion.css
+++ b/config/waybar/style/[Pywal] Chroma Fusion.css
@@ -68,7 +68,6 @@ window#waybar.empty #window {
#window,
#wireplumber,
#workspaces,
-#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
#custom-keyboard,
@@ -77,7 +76,6 @@ window#waybar.empty #window {
#custom-menu,
#custom-power_vertical,
#custom-power,
-#custom-speaker,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
@@ -96,12 +94,15 @@ window#waybar.empty #window {
margin: 5px 5px 5px 5px;
opacity:0.8;
}
+#backlight {
+ padding: 0px 2px 0px 6px;
+}
#custom-power {
color: @red;
padding: 0px 0px 0px 6px;
opacity:1.0;
}
-
+#custom-light_dark,
#custom-menu{
color: @flamingo;
padding: 0px 8px 0px 4px;
@@ -109,7 +110,7 @@ window#waybar.empty #window {
}
#custom-weather,
-#custom-updates {
+#custom-updater {
color: @yellow;
}
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css
index 0d6a36fe..da5c5a22 100644
--- a/config/waybar/style/[Retro] Simple Style.css
+++ b/config/waybar/style/[Retro] Simple Style.css
@@ -24,17 +24,19 @@ window#waybar {
transition-duration: 0.5s;
}
+#taskbar button,
#workspaces button {
- padding: 0 10px;
color: @foreground;
}
+#taskbar button.active,
#workspaces button.active {
border-bottom: 1px solid @green;
}
+#taskbar button.urgent,
#workspaces button.urgent {
- border-bottom: 2px solid @yellow;
+ border-bottom: 2px solid @red;
}
#submap {
@@ -87,10 +89,7 @@ window#waybar {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: @foreground;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-right: 6px;
- padding-left: 6px;
+ padding: 5px 8px 5px 8px;
}
#battery.warning,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage