Compare commits

..

No commits in common. "d256657217f435b0eea1576e058ffd0a712fb66b" and "b01026d7077a36cf0340171c19ba1949a51adb56" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View file

@ -299,11 +299,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720188602, "lastModified": 1720045378,
"narHash": "sha256-lC3byBmhVZFzWl/dCic8+cKUEEAXAswWOYjq4paFmbo=", "narHash": "sha256-lmE7B+QXw7lWdBu5GQlUABSpzPk3YBb9VbV+IYK5djk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e3582e5151498bc4d757e8361431ace8529e7bb7", "rev": "0a30138c694ab3b048ac300794c2eb599dc40266",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -352,11 +352,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1720213509, "lastModified": 1720092067,
"narHash": "sha256-aPYf8Jnu1fMgMYMgQnH433/Fcqfky1Z5ZuzCkNKcR1U=", "narHash": "sha256-ebMlTz4wm+Md5BkCk6uGcRUvOvyjtc4bENvVSO5jrBI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "cc98594c3aed0b542e03818371a4636f549f80e1", "rev": "0a6e83005f1910b5c1ec78476fcffc05af47833a",
"revCount": 4908, "revCount": 4906,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View file

@ -117,7 +117,7 @@
(defpoll volume (defpoll volume
:interval "1s" :interval "1s"
"wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed 's/Volume: //' | tr -d '.'" "wpctl get-volume @DEFAULT_AUDIO_SINK@ | tr -dc '0-9' | sed 's/^0*//'"
) )
(defpoll time (defpoll time