lots of shenanigans
This commit is contained in:
parent
7b40c2a507
commit
8c1c70df2b
334 changed files with 5328 additions and 7370 deletions
|
@ -284,6 +284,7 @@ tooltip label {
|
|||
.disk_label {
|
||||
color: $base09;
|
||||
padding-top: 3px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.icondisk {
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
:class "bat_module"
|
||||
:vexpand "false"
|
||||
:hexpand "false"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
:spacing 0
|
||||
:visible {HOST == "kaladin" ? "false" : "true"}
|
||||
(button
|
||||
|
@ -135,7 +135,7 @@
|
|||
:class "disk_module"
|
||||
:vexpand "false"
|
||||
:hexpand "false"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
:spacing 0
|
||||
(button
|
||||
:onclick "scripts/pop system"
|
||||
|
@ -151,7 +151,7 @@
|
|||
:class "bright_module"
|
||||
:vexpand "false"
|
||||
:hexpand "false"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
:visible {HOST == "kaladin" ? "false" : "true"}
|
||||
(button
|
||||
:class "iconbright"
|
||||
|
@ -168,7 +168,7 @@
|
|||
:class "vol_module"
|
||||
:vexpand "false"
|
||||
:hexpand "false"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
(button
|
||||
:class "iconvol"
|
||||
:onclick "scripts/pop audio"
|
||||
|
@ -183,7 +183,7 @@
|
|||
:class "cpu_module"
|
||||
:vexpand "false"
|
||||
:hexpand "false"
|
||||
;; :space-evenly true
|
||||
:space-evenly false
|
||||
(button
|
||||
:onclick "scripts/pop system"
|
||||
:class "iconcpu"
|
||||
|
@ -196,7 +196,7 @@
|
|||
(defwidget mem []
|
||||
(box
|
||||
:class "mem_module"
|
||||
:space-evenly true
|
||||
:space-evenly false
|
||||
:vexpand "true"
|
||||
:hexpand "false"
|
||||
(button
|
||||
|
|
|
@ -34,7 +34,7 @@ echo "(box \
|
|||
:tooltip \"$title\"))"
|
||||
}
|
||||
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/"$HYPRLAND_INSTANCE_SIGNATURE"/.socket2.sock - | while read -r event; do
|
||||
socat -u UNIX-CONNECT:"$XDG_RUNTIME_DIR"/hypr/"$HYPRLAND_INSTANCE_SIGNATURE"/.socket2.sock - | while read -r event; do
|
||||
workspaces "$event"
|
||||
module
|
||||
done
|
||||
|
|
|
@ -3,7 +3,7 @@ active (){
|
|||
hyprctl monitors -j | jq '.[] | select(.focused) | .activeWorkspace.id'
|
||||
}
|
||||
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
socat -u UNIX-CONNECT:"$XDG_RUNTIME_DIR"/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
active
|
||||
done
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ spaces (){
|
|||
}
|
||||
|
||||
spaces
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
socat -u UNIX-CONNECT:"$XDG_RUNTIME_DIR"/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
hyprctl workspaces -j
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue