update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
|
@ -65,7 +65,9 @@
|
|||
},
|
||||
|
||||
"custom/arch": {
|
||||
"format": ""
|
||||
"format": "",
|
||||
"on-click": "~/Stuff/scripts/changeWallpaper.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
* {
|
||||
font-family: HackNerdFont-Regular;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
@ -46,15 +45,14 @@ window#waybar {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#workspaces {
|
||||
background: white;
|
||||
/* background: white; */
|
||||
margin: 2px 10px 3px 10px;
|
||||
padding: 0px 0px;
|
||||
border-radius: 15px;
|
||||
border: 0px;
|
||||
font-style: normal;
|
||||
opacity: 0.8;
|
||||
font-size: 10px;
|
||||
color: @textcolor1;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
@ -62,26 +60,18 @@ window#waybar {
|
|||
margin: 4px 3px;
|
||||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: #1793d1;
|
||||
background-color: #1793d1;
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #1793d1;
|
||||
background: #1793d1;
|
||||
border-radius: 15px;
|
||||
min-width: 40px;
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity:1.0;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: @textcolor1;
|
||||
background: #1793d1;
|
||||
border-radius: 15px;
|
||||
opacity:0.7;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -90,14 +80,13 @@ window#waybar {
|
|||
|
||||
tooltip {
|
||||
border-radius: 10px;
|
||||
background-color: @backgroundlight;
|
||||
opacity:0.8;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
color: @textcolor2;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -105,11 +94,9 @@ tooltip label {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#window {
|
||||
background: @backgroundlight;
|
||||
margin: 5px 15px 5px 0px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
border-radius: 12px;
|
||||
color:@textcolor2;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
opacity:0.8;
|
||||
|
@ -124,14 +111,13 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#taskbar {
|
||||
background: @backgroundlight;
|
||||
margin: 3px 15px 3px 0px;
|
||||
padding:0px;
|
||||
border-radius: 15px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
opacity:0.8;
|
||||
border: 3px solid @backgroundlight;
|
||||
border:3px solid white;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
|
@ -160,7 +146,6 @@ window#waybar.empty #window {
|
|||
margin: 0px 20px 0px 0px;
|
||||
padding:0px;
|
||||
font-size:16px;
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -168,9 +153,7 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#custom-updates {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 5px 15px 5px 0px;
|
||||
|
@ -178,7 +161,6 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#custom-updates.green {
|
||||
background-color: @backgroundlight;
|
||||
}
|
||||
|
||||
#custom-updates.yellow {
|
||||
|
@ -197,14 +179,12 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#clock {
|
||||
background-color: @backgrounddark;
|
||||
font-size: 16px;
|
||||
color: @textcolor1;
|
||||
border-radius: 15px;
|
||||
padding: 1px 10px 0px 10px;
|
||||
margin: 3px 15px 3px 0px;
|
||||
opacity:0.8;
|
||||
border:3px solid @bordercolor;
|
||||
border:3px solid white;
|
||||
}
|
||||
/* -----------------------------------------------------
|
||||
* Language
|
||||
|
@ -228,9 +208,7 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#pulseaudio {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 0px;
|
||||
margin: 0px 10px 0px 0px;
|
||||
|
@ -238,8 +216,6 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background-color: @backgrounddark;
|
||||
color: @textcolor1;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -247,9 +223,7 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#network {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 0px;
|
||||
margin: 0px 10px 0px 0px;
|
||||
|
@ -257,13 +231,9 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#network.ethernet {
|
||||
background-color: @backgroundlight;
|
||||
color: @textcolor2;
|
||||
}
|
||||
|
||||
#network.wifi {
|
||||
background-color: @backgroundlight;
|
||||
color: @textcolor2;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -271,9 +241,7 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#bluetooth, #bluetooth.on, #bluetooth.connected {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 2px 10px 0px 10px;
|
||||
margin: 5px 10px 5px 0px;
|
||||
|
@ -291,9 +259,7 @@ window#waybar.empty #window {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#battery {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 16px;
|
||||
color: @textcolor2;
|
||||
border-radius: 15px;
|
||||
padding: 0px;
|
||||
margin: 0px 10px 0px 0px;
|
||||
|
@ -301,8 +267,6 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#battery.charging, #battery.plugged {
|
||||
color: @textcolor2;
|
||||
background-color: @backgroundlight;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
|
@ -314,7 +278,6 @@ window#waybar.empty #window {
|
|||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
color: @textcolor3;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue