mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-14 02:54:48 +00:00
Temporarily re-add eww
This commit is contained in:
parent
aedbfed456
commit
4dcf5244cf
49 changed files with 1731 additions and 1 deletions
11
home/.config/eww/modules/window_name.yuck
Normal file
11
home/.config/eww/modules/window_name.yuck
Normal file
|
@ -0,0 +1,11 @@
|
|||
; Consider making the window name clickable, opening up a full window that's showing
|
||||
; the selected window details (class, unformatted name, and perhaps even more, like
|
||||
; xwayland status, ...)
|
||||
(defwidget window_name_module []
|
||||
(box
|
||||
:class "module window_name"
|
||||
|
||||
(label
|
||||
:class "value"
|
||||
:text "${window_name.formatted_name}")
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue