From 52992924a79bd6cf704edaa8eb1fddce04a373a7 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Sun, 8 Oct 2023 03:15:19 -0400 Subject: [PATCH] update to cross post --- hosts/katana/system-pkgs.nix | 5 ++++- modules/home-manager/hyprland.nix | 4 ++++ modules/home-manager/style.css | 4 ++-- modules/system/desktop-environments/hyprland.nix | 1 + 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/hosts/katana/system-pkgs.nix b/hosts/katana/system-pkgs.nix index f792e9b..8876600 100644 --- a/hosts/katana/system-pkgs.nix +++ b/hosts/katana/system-pkgs.nix @@ -22,7 +22,9 @@ age-plugin-yubikey #plugin for rage to manage yubi-2fa sops #file based secrets operations direnv #used for development environments - python39 + python311Packages.pip + python311 + python311Packages.pygithub gcc bottom felix-fm @@ -30,5 +32,6 @@ swww rofi prismlauncher + parallel ]; } \ No newline at end of file diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 918cff3..369a851 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -5,9 +5,11 @@ enable = true; extraConfig = '' $mainMod = SUPER + # Application Lauch Keybinds bind = $mainMod, Return, exec, alacritty bind = $mainMod, W, exec, firefox bind = $mainMod, R, exec, rofi -show drun + # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 @@ -31,6 +33,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 + + # Startup Runners exec-once=systemctl --user start waybar.service exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=mako diff --git a/modules/home-manager/style.css b/modules/home-manager/style.css index 11d06fe..1e73721 100644 --- a/modules/home-manager/style.css +++ b/modules/home-manager/style.css @@ -68,8 +68,8 @@ button:hover { #battery.charging, #battery.plugged { - color: #22c55e; - background-color: #26A65B; + color: #000000; + background-color: #22C55E; } @keyframes blink { diff --git a/modules/system/desktop-environments/hyprland.nix b/modules/system/desktop-environments/hyprland.nix index 76162ee..4c4789b 100644 --- a/modules/system/desktop-environments/hyprland.nix +++ b/modules/system/desktop-environments/hyprland.nix @@ -26,6 +26,7 @@ in { mako hyprland font-awesome + brightnessctl ]; sessionVariables = { #Enable Wayland