3rd commit : edit of waybar now top + edit of fastfetch
This commit is contained in:
parent
89be70159a
commit
2a3dfa3cf6
11 changed files with 547 additions and 40 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"reload_style_on_change": true,
|
||||
"ipc": true,
|
||||
"layer": "overlay",
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"output": "eDP-1",
|
||||
"margin-top": 1,
|
||||
"margin-left": 41,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
min-height: 0px;
|
||||
border-radius: 10px;
|
||||
border-radius: 13px;
|
||||
}
|
||||
|
||||
/* --- Waybar ---*/
|
||||
|
|
@ -23,28 +23,26 @@
|
|||
background-color: transparent;
|
||||
border: 0px solid alpha(@highlightMed, 0.3);
|
||||
box-shadow:
|
||||
inset 3px 0 0 0px @iris,
|
||||
inset -3px 0 0 0px @iris,
|
||||
inset 0px 0 0 0px @iris,
|
||||
inset 0px 0 0 0px @iris,
|
||||
0px 1px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
/* --- Single Module Config's ---*/
|
||||
#left0, #left1, #left2, #left3, #left4,
|
||||
#right1, #right2,
|
||||
.modules-center {
|
||||
margin: 0px 3px;
|
||||
padding: 0 4px;
|
||||
#right1, #right2 {
|
||||
margin: 0px 2px;
|
||||
padding: 0 7px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
#left0 {
|
||||
background-color: @base;
|
||||
border-radius: 7px;
|
||||
box-shadow: inset 0px -3px 0px 0px @gold;
|
||||
}
|
||||
|
||||
#left1 {
|
||||
background-color: @base;
|
||||
border-radius: 5px;
|
||||
box-shadow: inset 0px -3px 0px 0px @pine;
|
||||
}
|
||||
|
||||
|
|
@ -55,11 +53,10 @@
|
|||
}
|
||||
|
||||
.modules-center {
|
||||
color: @plum;
|
||||
color: @pine;
|
||||
background-color: @surface;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -3px 0 0 @foam;
|
||||
padding: 0px;
|
||||
box-shadow: inset 0 -3px 0 0 @plum;
|
||||
padding: 0px 7px;
|
||||
}
|
||||
|
||||
#right1 {
|
||||
|
|
@ -70,6 +67,8 @@
|
|||
|
||||
#right2 {
|
||||
background-color: @overlay;
|
||||
box-shadow: inset 0 -3px 0 0 @pine;
|
||||
margin-left: 2;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -77,7 +76,7 @@ window#waybar.empty #window {
|
|||
background: transparent;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: 0px;
|
||||
color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
|
@ -86,12 +85,6 @@ window#waybar.empty #window {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
background-color: @surface;
|
||||
box-shadow: inset 0 -3px 0 0 @rose;
|
||||
color: @rose;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
|
|
@ -200,7 +193,6 @@ window#waybar.empty #window {
|
|||
tooltip * {
|
||||
background-color: @purple;
|
||||
border: 0px solid @highlightHigh;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue