Compare commits

...

2 Commits

Author SHA1 Message Date
7bcb061492 [nvim] Add imagemagick dep for image previews 2025-04-07 11:58:43 -07:00
889ce082f5 [eww] Set proper size on vertical statusbar 2025-04-07 11:58:43 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
(box (box
:class "statusbar" :class "statusbar"
:orientation "v" :orientation "v"
:halign "center"
:spacing 8 :spacing 8
:space-evenly false :space-evenly false
(clock-large) (clock-large)
@@ -36,7 +37,7 @@
:geometry (geometry :geometry (geometry
:x "0%" :x "0%"
:y "0%" :y "0%"
:width "60px" :width "250px"
:height "100%" :height "100%"
:anchor "center left" :anchor "center left"
) )

View File

@@ -16,6 +16,7 @@
lazygit # LazyVim dep? lazygit # LazyVim dep?
wget # LazyVim dep? wget # LazyVim dep?
sqlite # For Snacks sqlite # For Snacks
imagemagick # For image conversion/display
]; ];
}; };