eww systray, cleanup
This commit is contained in:
parent
8a9c2817dd
commit
173befa616
8 changed files with 10 additions and 25 deletions
|
@ -50,6 +50,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
# udev for brillo
|
# udev for brillo
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "end"
|
:halign "end"
|
||||||
:class "container"
|
:class "container"
|
||||||
|
(systray
|
||||||
|
:spacing 5
|
||||||
|
:orientation "h"
|
||||||
|
)
|
||||||
(volume)
|
(volume)
|
||||||
(cpu)
|
(cpu)
|
||||||
(mem)
|
(mem)
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
}];
|
}];
|
||||||
|
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
env = [
|
env = [
|
||||||
"HYPRCURSOR_THEME,Bibata-Original-Classic"
|
"HYPRCURSOR_THEME,Bibata-Original-Classic"
|
||||||
"HYPRCURSOR_SIZE,24"
|
"HYPRCURSOR_SIZE,24"
|
||||||
#"XCURSOR_THEME,Catppuccin-Macchiato-Red"
|
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
"GDK_SCALE,2"
|
"GDK_SCALE,2"
|
||||||
];
|
];
|
||||||
|
@ -125,14 +124,7 @@
|
||||||
", XF86MonBrightnessDown, exec, brillo -q -U 5"
|
", XF86MonBrightnessDown, exec, brillo -q -U 5"
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
#"/home/leonv/Git/nixos/absol/hypr/killer.sh"
|
"/home/leonv/Git/nixos/absol/hypr/start.sh"
|
||||||
#"/home/leonv/Git/nixos/absol/hypr/start.sh"
|
|
||||||
#"hyprctl setcursor Bibata-Original-Classic 24"
|
|
||||||
#"systemctl --user import-environment"
|
|
||||||
#"hypridle"
|
|
||||||
#"hyprpaper"
|
|
||||||
"mako"
|
|
||||||
#"nextcloud --background"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -198,5 +190,4 @@
|
||||||
border-color=#f5a97f
|
border-color=#f5a97f
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
sleep 1
|
|
||||||
killall -e xdg-desktop-portal-hyprland
|
|
||||||
killall -e xdg-desktop-portal-wlr
|
|
||||||
killall xdg-desktop-portal
|
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
|
||||||
sleep 2
|
|
||||||
/usr/lib/xdg-desktop-portal &
|
|
|
@ -1,10 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# init nmapplet
|
# init nmapplet
|
||||||
# TODO add back once eww supports tray
|
nm-applet --indicator &
|
||||||
# nm-applet --indicator &
|
|
||||||
#swww init
|
|
||||||
#swww img /home/leonv/Git/nixos/absol/hypr/wallpaper.jpg
|
|
||||||
|
|
||||||
# notification
|
# notification
|
||||||
#mako &
|
mako &
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB |
|
@ -14,6 +14,7 @@
|
||||||
brillo
|
brillo
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
ausweisapp
|
ausweisapp
|
||||||
|
networkmanagerapplet
|
||||||
|
|
||||||
# stuff
|
# stuff
|
||||||
qemu
|
qemu
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
vlc
|
vlc
|
||||||
openvpn
|
openvpn
|
||||||
signal-desktop
|
signal-desktop
|
||||||
webcord
|
discord-canary
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
Loading…
Reference in a new issue