Compare commits

..

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

5 changed files with 17 additions and 19 deletions

View file

@ -70,7 +70,7 @@ $foreground: $white;
// color each tag bubble from palette
@each $color in $tag-palette {
.ws-button-#{index($tag-palette,$color)} {
color: $color;
color:$color;
}
}

View file

@ -1,6 +1,6 @@
(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 bluetooth-icon :interval "5s" "bin/bluetooth.sh")

View file

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

View file

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

View file

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