Fix Tower and waybar

This commit is contained in:
Bun 2025-05-28 23:30:55 -04:00
parent 63c42b081d
commit 7a128968c2
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgsUnstable, ... }:
{ config, lib, pkgs, ... }:
let
commonKernelParams = [
# VM/GPU passthrough
@ -13,7 +13,7 @@ let
in {
boot = {
# Latest kernel and IOMMU isolation
kernelPackages = pkgsUnstable.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
# Load into GPU before video driver

View file

@ -300,9 +300,9 @@
}
#waybar { background: #${config.look.colors.dark}; }
#network { padding: 0 8px 0 4px; }
#pulseaudio, #scratchpad, #privacy, #tray, #bluetooth { margin-left: 4px; }
#mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery { margin: 0 5px 0 2px; }
#network { padding: 0 6px 0 4px; }
#scratchpad, #privacy, #tray, #bluetooth { margin: 0 2px 0 2px; }
#pulseaudio, #mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery, #clock { margin: 0 2px 0 4px; }
#workspaces { padding: 0 6px 0 0; }
#workspaces button {