This commit is contained in:
Chris Cochrun 2025-11-20 10:50:53 -06:00
parent 04ff90b9a0
commit b2c421ef54
8 changed files with 428 additions and 176 deletions

View file

@ -693,7 +693,7 @@ in {
enable = true;
package = pkgs.librewolf.override {
nativeMessagingHosts =
[ pkgs.kdePackages.plasma-browser-integration pkgs.tridactyl-native ];
[ pkgs.tridactyl-native ];
};
profiles.chris = {
name = "default";
@ -721,7 +721,7 @@ in {
modules-left = [ "hyprland/workspaces" "hyprland/window" "niri/window" ];
modules-center = [ "clock" ];
modules-right =
[ "cpu" "memory" "pulseaudio" "backlight" "battery" "tray" ];
[ "cpu" "memory" "gpu" "pulseaudio" "backlight" "battery" "tray" ];
margin-top = if laptop then -5 else 5;
margin-bottom = if laptop then 4 else 0;
margin-left = 6;