Skip to content

Is it possible to animate glyphs/ characters? #385

Answered by druskus20
mainrs asked this question in Q&A
Discussion options

You must be logged in to vote

You could do this with some quite complicated revealer setup.
I recommend defining a generic workspace widget. You'd have 9 (one per workspace) of those.
Each one contains a revealer that reveals the contents if that particular workspace is focused.
Then you would have a workspaces script that outputs json with the information regarding each workspace

; This might not be correct code, I'm writing this from memory, haven't touched eww in a while :) 
;   waiting for that localstate pr @elkowar :D :D 
(defwidget worspaces [] 
  (workspace :icon "1" :active workspaces_script.first.active)
  (workspace :icon "2" :active workspaces_script.second.active)
   ...
   ...)

(defwideget workspace [ic…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mainrs
Comment options

Answer selected by mainrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants