Eww reformatting and fixes

This commit is contained in:
marc
2024-03-02 18:06:17 +01:00
parent 466ddf2cd9
commit d1b63fe326
8 changed files with 23 additions and 47 deletions

View File

@@ -1,5 +1,3 @@
@import './colour-scheme.scss'
*{
all: unset;
font-family: Iosevka;
@@ -42,7 +40,7 @@ tooltip label {
/** Wifi **/
.wifi {
color: $base0C;
color: $base0D;
}
.wifi-text {

View File

@@ -22,7 +22,6 @@
(bar-center)
(bar-right)))
(defwidget bar-left []
(box :halign "start"
:orientation "h"
@@ -32,7 +31,6 @@
(box :halign "center"
:orientation "h"))
(defwidget bar-right []
(box :halign "end"
:orientation "h"