fuckk claude

This commit is contained in:
Barrett Ruth 2026-02-22 11:37:47 -06:00
parent 0766b48b80
commit a8d370b9d5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 4 deletions

View file

@ -132,8 +132,7 @@ in
format = "󰌌"; format = "󰌌";
tooltip = true; tooltip = true;
tooltip-format = "Layout: {}"; tooltip-format = "Layout: {}";
on-click = "ctl keyboard next"; on-click = "ctl keyboard pick";
on-click-right = "ctl keyboard pick";
}; };
privacy = { privacy = {
@ -196,7 +195,6 @@ in
tooltip-format-ethernet = "Interface: {ifname}\nIP: {ipaddr}/{cidr}\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}"; tooltip-format-ethernet = "Interface: {ifname}\nIP: {ipaddr}/{cidr}\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}";
tooltip-format-disconnected = "Wireless LAN disconnected"; tooltip-format-disconnected = "Wireless LAN disconnected";
on-click = "pgrep iwgtk && pkill iwgtk || iwgtk"; on-click = "pgrep iwgtk && pkill iwgtk || iwgtk";
on-click-right = "rfkill toggle wlan";
}; };
battery = { battery = {

View file

@ -8,7 +8,7 @@
let let
tuigreet = lib.getExe pkgs.tuigreet; tuigreet = lib.getExe pkgs.tuigreet;
loginShell = pkgs.writeShellScript "login-shell" '' loginShell = pkgs.writeShellScript "login-shell" ''
exec $(getent passwd $(id -un) | cut -d: -f7) -lc 'exec start-hyprland' exec $(getent passwd $(id -un) | cut -d: -f7) -l
''; '';
in in
{ {