aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Black & White.css
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-29 12:26:07 +0900
committerGitHub <noreply@github.com>2023-11-29 12:26:07 +0900
commit2a73fd775779a771f8060e22d9ed2ebe1894c8f4 (patch)
treea5175cbda99e0bb61bace7e811aee125699c7c8a /config/waybar/style/Black & White.css
parentd365d1e3238fea5408279025f2b404b0420b35de (diff)
parent9434d00294fac4b891acc793aeda9cfe561b96c2 (diff)
Merge pull request #42 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/waybar/style/Black & White.css')
-rw-r--r--config/waybar/style/Black & White.css52
1 files changed, 32 insertions, 20 deletions
diff --git a/config/waybar/style/Black & White.css b/config/waybar/style/Black & White.css
index 59760908..5e166c45 100644
--- a/config/waybar/style/Black & White.css
+++ b/config/waybar/style/Black & White.css
@@ -56,6 +56,10 @@ tooltip label{
border-style: solid;
border-color: white;
border-radius: 10px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
}
.modules-center {
background-color: black;;
@@ -63,6 +67,10 @@ tooltip label{
border-style: solid;
border-color: white;
border-radius: 10px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
}
.modules-left {
background-color: black;
@@ -70,40 +78,44 @@ tooltip label{
border-style: solid;
border-color: white;
border-radius: 10px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
}
/*-----modules indv----*/
#workspaces button {
- background-color: transparent;
box-shadow: none;
text-shadow: none;
padding: 0px;
border-radius: 9px;
- padding-left: 3px;
- padding-right: 3px;
+ padding-left: 4px;
+ padding-right: 4px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
#workspaces button:hover {
color: grey;
- background-color: rgba(0,153,153,0);
- padding-left: 3px;
- padding-right: 3px;
+ background-color: rgba(0,153,153,0.2);
+ padding-left: 2px;
+ padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
-#workspaces button.focused {
- background-color: rgba(0,85,102,0);
-}
#workspaces button.active {
color: white;
- background-color: rgba(191, 191, 191,0.1);
- padding-left: 12px;
- padding-right: 12px;
+ background: rgba(191, 191, 191,0.1);
+ 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);
}
+#workspaces button.persistent {
+ border-radius: 10px;
+}
+
#backlight,
#backlight-slider,
#battery,
@@ -150,10 +162,10 @@ tooltip label{
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 6px;
- padding-right: 6px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
}
#mode {
color: #cc3436;
@@ -195,15 +207,15 @@ tooltip label{
#taskbar button.active {
background-color: #7f849c;
- padding-left: 12px;
- padding-right: 12px;
+ padding-left: 6px;
+ padding-right: 6px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#taskbar button:hover {
- padding-left: 3px;
- padding-right: 3px;
+ padding-left: 2px;
+ padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage