Browse Source

updated name schemes

pull/45/head
JaKooLit 2 years ago
parent
commit
dde6d7db39
  1. 44
      config/waybar/style/Black & White.css
  2. 2
      config/waybar/style/Black Bar.css
  3. 2
      config/waybar/style/White Bar.css

44
config/waybar/style/Black & White.css

@ -20,22 +20,9 @@ window#waybar.empty {
} }
window#waybar.empty #window { window#waybar.empty #window {
padding: 0px;
border: 0px;
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
background-color: transparent; background-color: transparent;
} }
window > box {
background: rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
color: white;
}
window {
/*font-weight: bold;*/
}
tooltip { tooltip {
color: white; color: white;
background: #1e1e2e; background: #1e1e2e;
@ -52,7 +39,8 @@ tooltip label{
/*-----module groups----*/ /*-----module groups----*/
.modules-right { .modules-right {
background-color: black; background-color: black;
border: 1px; color: white;
border-bottom: 2px;
border-style: solid; border-style: solid;
border-color: white; border-color: white;
border-radius: 10px; border-radius: 10px;
@ -62,10 +50,11 @@ tooltip label{
padding-left: 4px; padding-left: 4px;
} }
.modules-center { .modules-center {
background-color: black;; background-color: white;
border: 1px; color: black;
border-top: 2px;
border-style: solid; border-style: solid;
border-color: white; border-color: black;
border-radius: 10px; border-radius: 10px;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
@ -74,7 +63,9 @@ tooltip label{
} }
.modules-left { .modules-left {
background-color: black; background-color: black;
border: 1px; color: white;
border-bottom: 2px;
border-bottom: 2px;
border-style: solid; border-style: solid;
border-color: white; border-color: white;
border-radius: 10px; border-radius: 10px;
@ -95,7 +86,7 @@ tooltip label{
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
} }
#workspaces button:hover { #workspaces button:hover {
color: grey; color: black;
background-color: rgba(0,153,153,0.2); background-color: rgba(0,153,153,0.2);
padding-left: 2px; padding-left: 2px;
padding-right: 2px; padding-right: 2px;
@ -104,7 +95,7 @@ tooltip label{
} }
#workspaces button.active { #workspaces button.active {
color: white; color: grey;
background: rgba(191, 191, 191,0.1); background: rgba(191, 191, 191,0.1);
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
@ -167,10 +158,6 @@ tooltip label{
padding-right: 4px; padding-right: 4px;
padding-left: 4px; padding-left: 4px;
} }
#mode {
color: #cc3436;
font-weight: bold;
}
#custom-power { #custom-power {
padding: 1px 3px; padding: 1px 3px;
} }
@ -185,11 +172,6 @@ tooltip label{
color: #cc3436; color: #cc3436;
} }
#waybar {
background-color: #282828;
color: #d8d8d8;
}
@keyframes blink { @keyframes blink {
to { to {
color: #000000; color: #000000;
@ -219,9 +201,7 @@ tooltip label{
animation: gradient_f 20s ease-in infinite; animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
} }
#waybar.empty, #waybar.tiled, #waybar.floating {
background-color: transparent;
}
#pulseaudio-slider slider { #pulseaudio-slider slider {
min-width: 0px; min-width: 0px;
min-height: 0px; min-height: 0px;

2
config/waybar/style/Black Bar.css

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Dark */ /* Black Bar */
@import '../../.cache/wal/colors-waybar.css'; @import '../../.cache/wal/colors-waybar.css';

2
config/waybar/style/White Bar.css

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Light */ /* White Bar */
* { * {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";

Loading…
Cancel
Save