eww updates
This commit is contained in:
parent
44955741a4
commit
60340ca382
2 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
@use "sass:math";
|
@use "sass:math";
|
||||||
@import "scss/Catppuccin";
|
@import "scss/Catppuccin";
|
||||||
|
|
||||||
$accent: $sky;
|
$accent: $teal;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset; //Unsets everything so you can style everything from scratch
|
all: unset; //Unsets everything so you can style everything from scratch
|
||||||
|
@ -34,12 +34,12 @@ $foreground: $text;
|
||||||
color: $foreground;
|
color: $foreground;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
// font-family:"FiraCode Nerd Font Propo";
|
// font-family:"FiraCode Nerd Font Propo";
|
||||||
font-family:"FiraCode Nerd Font Propo";
|
font-family: "FiraCode Nerd Font Propo";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
margin: 5px;
|
margin: 0px 2px;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
|
@ -9,23 +9,19 @@
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "40px"
|
:height "40px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
;:reserve (struts :side "top" :distance "45px")
|
|
||||||
(bar :screen 0 :minimal false)
|
(bar :screen 0 :minimal false)
|
||||||
)
|
)
|
||||||
|
|
||||||
; todo: ADD HOME MONITOR
|
|
||||||
|
|
||||||
(defwindow bar1
|
(defwindow bar1
|
||||||
:monitor '["ASUS MX239", "Acer H236HL"]'
|
:monitor '["ASUS MX239", "Acer H236HL", "KA242Y"]'
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "40px"
|
:height "40px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
;:reserve (struts :side "top" :distance "45px")
|
|
||||||
(bar :screen 1 :minimal false)
|
(bar :screen 1 :minimal false)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -37,7 +33,6 @@
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "100%"
|
:width "100%"
|
||||||
:height "40px"
|
:height "40px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
;:reserve (struts :side "top" :distance "43px")
|
|
||||||
(bar :screen 2 :minimal true)
|
(bar :screen 2 :minimal true)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue