fuckk claude
This commit is contained in:
parent
0766b48b80
commit
a8d370b9d5
2 changed files with 2 additions and 4 deletions
|
|
@ -132,8 +132,7 @@ in
|
|||
format = "";
|
||||
tooltip = true;
|
||||
tooltip-format = "Layout: {}";
|
||||
on-click = "ctl keyboard next";
|
||||
on-click-right = "ctl keyboard pick";
|
||||
on-click = "ctl keyboard pick";
|
||||
};
|
||||
|
||||
privacy = {
|
||||
|
|
@ -196,7 +195,6 @@ in
|
|||
tooltip-format-ethernet = "Interface: {ifname}\nIP: {ipaddr}/{cidr}\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}";
|
||||
tooltip-format-disconnected = "Wireless LAN disconnected";
|
||||
on-click = "pgrep iwgtk && pkill iwgtk || iwgtk";
|
||||
on-click-right = "rfkill toggle wlan";
|
||||
};
|
||||
|
||||
battery = {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
let
|
||||
tuigreet = lib.getExe pkgs.tuigreet;
|
||||
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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue