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