gpt4all 3.9.0 and cleanup

This commit is contained in:
2025-02-05 21:56:54 -05:00
parent 69297e60af
commit 934a0dc51f
2 changed files with 17 additions and 5 deletions

View File

@@ -35,13 +35,12 @@
:onchange command)
(label :text "${value}%" :class color)))
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
(defwidget window-title []
(label
:text "${windowtitle == "" ? "" : "(${windowtitle})"}"))
(defpoll windowtitle :interval "1s" `scripts/currentWindow.fish`)
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)
(defwidget brightness-ctl []
(box :visible brightnessctl-open
(cmd-slider :symbol "󰃠" :value brightness
@@ -135,3 +134,5 @@
(label :text "${volumevalue.count}%" :class "${volumevalue.color}")))
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)