Compare commits

..

No commits in common. "7905caf69470bcaaf370b3962b0cd94d4888acc4" and "195e3773aced4a5db37d2abd99cfd2572ee5cb63" have entirely different histories.

5 changed files with 17 additions and 19 deletions

View file

@ -1,6 +1,6 @@
(defvar rofi-bin "~/.config/rofi/bin") (defvar rofi-bin "~/.config/rofi/bin")
(deflisten workspaces "hyprman workspaces") (deflisten workspaces "hyprman workspace")
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'") (defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh") (defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")

View file

@ -36,15 +36,10 @@
:text clocktext :text clocktext
:limit-width 40 ))) :limit-width 40 )))
(defwidget battery [] (defwidget battery []
(box :orientation "h" (box :orientation "h"
:space-evenly false (label :text '${EWW_BATTERY["BAT0"].status == "Discharging" ? "󰄌" : "󰚥"} ${EWW_BATTERY["BAT0"].capacity}%')
:spacing 5 ))
(label
:text '${EWW_BATTERY["BAT0"].status == "Discharging" ? "󰄌" : "󰚥"} ${EWW_BATTERY["BAT0"].capacity}%')
(label
:text '${EWW_BATTERY["BAT0"].capacity < 20 ? "low battery!!!": ""}')))
(defwidget ram [] (defwidget ram []
(box :orientation "h" (box :orientation "h"
@ -66,22 +61,30 @@
(button :onclick "${rofi-bin}/bluetooth.sh &" (button :onclick "${rofi-bin}/bluetooth.sh &"
bluetooth-icon))) bluetooth-icon)))
;(defwidget chord []
; (box :class "sysinfo"
; :visible "${wmstate.chord!=''}"
; (label :text " 󰌌 ${wmstate.chord}"
; ))
; )
; Composite Widgets ; Composite Widgets
(defwidget sysinfo [] (defwidget sysinfo []
(box :class "sysinfo" (box :class "sysinfo"
:orientation "h" :orientation "h"
:spacing 10
:space-evenly false :space-evenly false
(ram) (ram)
(cpu) (cpu)
(battery))) (battery)
))
(defwidget workspaces [screen] (defwidget workspaces [screen]
(box :class "workspaces panel" (box :class "workspaces panel"
:orientation "h" :orientation "h"
:halign "start" :halign "start"
(workspaces-icons :screen screen))) (workspaces-icons :screen screen)
))
(defwidget workspaces-icons [screen] (defwidget workspaces-icons [screen]

View file

@ -8,5 +8,3 @@ _TODO.md
.direnv .direnv
.envrc .envrc
daylin-local*

View file

@ -58,6 +58,3 @@ Roc
todo todo
daylinmorgan daylinmorgan
VirtualBox VirtualBox
Lua
NextFlow
webserver