Eww reformatting and fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user