This commit is contained in:
Stephan Raabe
2023-08-30 14:45:03 +02:00
parent 726b9ab296
commit b5c936e484
12 changed files with 157 additions and 126 deletions
+76 -55
View File
@@ -21,61 +21,76 @@
* {
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
border-radius: 20px;
border: none;
border-radius: 0px;
}
window#waybar {
background-color: rgba(0,0,0,0.8);
/* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
border-bottom: 0px solid #ffffff;
/* color: #FFFFFF; */
background: transparent;
transition-property: background-color;
transition-duration: .5s;
border-radius: 20;
}
/*
button {
box-shadow: inset 0 -3px transparent;
border: none;
border-radius: 0;
}
*/
/* -----------------------------------------------------
* Workspaces
* ----------------------------------------------------- */
#workspaces {
background: #FFFFFF;
margin: 5px 5px 5px 5px;
padding: 4px 1px;
border-radius: 12px;
font-weight: normal;
font-style: normal;
opacity:0.8;
}
#workspaces button {
padding: 0px 10px;
border-radius: 10px;
border:0;
margin:0;
font-weight:bold;
margin: 0px 3px;
border-radius: 12px;
color: @color11;
background-color: @color11;
transition: all 0.3s ease-in-out;
opacity:0.4;
font-size:13px;
}
#workspaces button.active {
color: #FFFFFF;
border-radius: 15px;
font-weight:bold;
border:0;
color: #cdd6f4;
background-color: @color11;
border-radius: 10px;
min-width: 30px;
background-size: 400% 400%;
transition: all 0.3s ease-in-out;
opacity:1.0;
}
#workspaces button:hover {
color: @color11;
border-radius: 15px;
border:0;
}
#workspaces button.focused {
color: @color11;
border-radius: 15px;
font-weight:bold;
background-color: @color1;
color: #cdd6f4;
border-radius: 10px;
min-width: 30px;
background-size: 400% 400%;
}
#workspaces button.urgent {
background-color: #eb4d4b;
/* -----------------------------------------------------
* Tooltips
* ----------------------------------------------------- */
tooltip {
border-radius: 10px;
background-color: #FFFFFF;
opacity:0.8;
padding:20px;
margin:0px;
}
tooltip label {
color: @color11;
}
#mode {
@@ -99,21 +114,13 @@ button {
#idle_inhibitor,
#scratchpad,
#language,
#custom-youtube,
#user,
#window,
#mpd {
margin: 6px 10px 6px 0px;
margin: 0px 20px 0px 10px;
padding: 0 0px;
color: #FFFFFF;
font-size:16;
}
#window,
#workspaces {
margin: 4 10px 5 10px;
background-color:#000000;
opacity:0.5;
padding:0;
font-size:16px;
}
.modules-left > widget:first-child > #workspaces {
@@ -125,24 +132,44 @@ button {
}
#custom-appmenu {
margin-left:16;
font-size:16;
font-weight:bold;
background-color: #FFFFFF;
font-size: 18px;
color: @background;
border-radius: 12px;
padding: 2px 10px 0px 10px;
margin: 5px 10px 5px 20px;
opacity:0.8;
}
#custom-appmenu, #custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-lookingglass {
#disk,#memory,#cpu {
margin:0px;
padding:0px;
}
#custom-youtube, #custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-lookingglass {
margin-right:10px;
font-size:16px;
}
#user {
margin-right:10px;
font-size:20px;
}
#custom-exit {
margin-right: 10px;
font-size:14px;
margin: 0px 10px 0px 10px;
font-size:20px;
}
#clock {
background-color: transparent;
font-size:16;
background-color: #FFFFFF;
font-size: 18px;
color: @background;
border-radius: 12px;
padding: 2px 10px 0px 10px;
margin: 5px 20px 5px 10px;
opacity:0.8;
}
#battery {
@@ -311,10 +338,4 @@ label:focus {
margin:0;
}
#scratchpad {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad.empty {
background-color: transparent;
}