✨ feat(eww): a lot of stuff fixed, prettier active window and media widgets
This commit is contained in:
@@ -133,7 +133,6 @@ class PlayerManager:
|
||||
"status": player.props.status.lower(),
|
||||
"title": player.get_title(),
|
||||
"artist": player.get_artist(),
|
||||
# "art": , somehow get album art metadata
|
||||
"player": player.props.player_name.lower()
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
is_connected() {
|
||||
|
||||
}
|
||||
@@ -5,7 +5,7 @@ hyprctl -j workspaces | jq -c
|
||||
|
||||
handle() {
|
||||
case $1 in
|
||||
workspace*) hyprctl -j workspaces | jq -c ;;
|
||||
workspace* | destroyworkspace*) hyprctl -j workspaces | jq -c ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user