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 = "";
|
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 = {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue