mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 12:09:41 +00:00
ItsDrike
ac23da55c5
This configuration was simply copied from my old Arch Linux system. There are some issues that still need to be solved, namely with fonts and missing bitcoin price script, but it's mostly minor.
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
; 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}")
|
|
))
|