nixos/pkgs/eww-hyprland/modules/net.yuck

9 lines
262 B
Plaintext

(defwidget net []
(button
:class "module icon"
; forcefully open gnome-control-center in a non-GNOME environment
:onclick "XDG_CURRENT_DESKTOP=GNOME gnome-control-center &"
:tooltip {net.name}
:style "color: ${net.color};"
{net.icon}))