@@ -1,4 +1,4 @@
-@import "scss/themes/catppuccin.scss";
+@import "scss/themes/onedark.scss";
// header
@import "scss/header/statusBtns.scss";
@@ -1,6 +1,5 @@
.fetchContent {
- padding: 2rem;
- padding-left: 0;
+ padding: 2rem 0;
font-family: 'JetBrainsMono Nerd Font';
color: $white;
border-right: 2px solid $grey;
@@ -42,6 +42,6 @@
:class 'battery'
)
; package count
- (label :text ' ${pkgs} pkgs' :class 'pkgs')
+ (label :text ' ${pkgs} pkgs' :class 'pkgs')
))
@@ -8,9 +8,8 @@
(txt :label 'sh')
-; dummy details for now!
(defwidget details[]
- (box :class 'fetchDetails' :orientation 'v'
+ (box :orientation 'v'
(txt :label os)
(txt :label wm)
(txt :label shell)