diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
| commit | 30ae3cfa42e485a00a268c332a76ae322cf32246 (patch) | |
| tree | 87bf3a0e1e590b6a94eb8fc44432a61e83a10cfd /eww | |
| parent | fab17beaccb37ffcd0cb5ece3bfd98f8e9dd4131 (diff) | |
| download | dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.tar.gz dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.zip | |
added ags and removed eww
Diffstat (limited to '')
| -rw-r--r-- | eww/eww-bar.png | bin | 6286 -> 0 bytes | |||
| -rw-r--r-- | eww/eww.scss | 1 | ||||
| -rw-r--r-- | eww/eww.yuck | 27 | ||||
| -rwxr-xr-x | eww/scripts/getvol | 12 | ||||
| -rw-r--r-- | eww/wallpaper | bin | 19754 -> 0 bytes |
5 files changed, 0 insertions, 40 deletions
diff --git a/eww/eww-bar.png b/eww/eww-bar.png Binary files differdeleted file mode 100644 index e6de6a8..0000000 --- a/eww/eww-bar.png +++ /dev/null diff --git a/eww/eww.scss b/eww/eww.scss deleted file mode 100644 index 8b13789..0000000 --- a/eww/eww.scss +++ /dev/null @@ -1 +0,0 @@ - diff --git a/eww/eww.yuck b/eww/eww.yuck deleted file mode 100644 index 4435928..0000000 --- a/eww/eww.yuck +++ /dev/null @@ -1,27 +0,0 @@ -(defwidget labeled-circular-progress [text value] - (overlay - (circular-progress :start-at 75 :thickness 5 - :value value) - text)) - -(defwidget stats [] - (box :orientation "vertical" - (box :orientation "horizontal" - (labeled-circular-progress :text "CPU" :value {EWW_CPU.avg}) - (labeled-circular-progress :text "RAM" :value {EWW_RAM.used_mem_perc})) - (box :orientation "horizontal" - (labeled-circular-progress :text "TMP" :value {EWW_TEMPS.THERMAL_ZONE0.temperature}) - (labeled-circular-progress :text "BAT" :value {EWW_BATTERY.BAT0.capacity})) - (box :orientation "horizontal" - (labeled-circular-progress :text "SDD" :value {EWW_DISK["/"].used_perc}) - (labeled-circular-progress :text "NET" :value {EWW_NET.WLO1.up})))) - -(defwindow test - :monitor 0 - :geometry (geometry :width "25%" :height "25%" - :anchor "center") - :stacking "fg" - :windowtype "normal" - :wm-ignore false - (stats)) - diff --git a/eww/scripts/getvol b/eww/scripts/getvol deleted file mode 100755 index 4e4275d..0000000 --- a/eww/scripts/getvol +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if command -v pamixer &>/dev/null; then - if [ true == $(pamixer --get-mute) ]; then - echo 0 - exit - else - pamixer --get-volume - fi -else - amixer -D pulse sget Master | awk -F '[^0-9]+' '/Left:/{print $3}' -fi diff --git a/eww/wallpaper b/eww/wallpaper Binary files differdeleted file mode 100644 index edb31e2..0000000 --- a/eww/wallpaper +++ /dev/null |
