diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-26 21:08:50 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-26 21:08:50 -0500 |
commit | a9ce5f278243198310577165bb593a9eededad6c (patch) | |
tree | a09f4df71571d06d7e0721b9d00771674fe586bf /nixos/.flake | |
parent | 1c714dc335715deb71c254ae1251f45eaf088c1c (diff) |
new stuff
Diffstat (limited to 'nixos/.flake')
-rw-r--r-- | nixos/.flake/home/hyprland.nix | 3 | ||||
-rw-r--r-- | nixos/.flake/home/programs/core.nix | 2 | ||||
-rw-r--r-- | nixos/.flake/home/programs/waybar.nix | 1 | ||||
-rw-r--r-- | nixos/.flake/home/services/mako.nix | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/nixos/.flake/home/hyprland.nix b/nixos/.flake/home/hyprland.nix index 94fd3a6..8f2495e 100644 --- a/nixos/.flake/home/hyprland.nix +++ b/nixos/.flake/home/hyprland.nix @@ -102,7 +102,8 @@ "$mainMod, S, exec, hyprshot -m window --clipboard-only" "$mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only" "$mainMod SHIFT CONTROL, S, exec, hyprshot -m output --clipboard-only" - "$mainMod, M, exit" + "$mainMod, M, exec, ~/.local/bin/poweroptions.sh" + "$mainMod, F, fullscreen" ]; bindel = [ ",XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" diff --git a/nixos/.flake/home/programs/core.nix b/nixos/.flake/home/programs/core.nix index 7eaab26..7fb94d1 100644 --- a/nixos/.flake/home/programs/core.nix +++ b/nixos/.flake/home/programs/core.nix @@ -15,10 +15,12 @@ home.packages = with pkgs; [ discord # not FOSS fuzzel + gcc htop hyfetch hyprshot mpc-cli + mpv networkmanagerapplet obs-studio pavucontrol diff --git a/nixos/.flake/home/programs/waybar.nix b/nixos/.flake/home/programs/waybar.nix index eb0f135..5ef4b17 100644 --- a/nixos/.flake/home/programs/waybar.nix +++ b/nixos/.flake/home/programs/waybar.nix @@ -31,7 +31,6 @@ }; clock = { format = "{:%H:%M\t%Y-%m-%d}"; - tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; }; cpu = { format = "{usage}% "; diff --git a/nixos/.flake/home/services/mako.nix b/nixos/.flake/home/services/mako.nix index 94348e3..021cb8c 100644 --- a/nixos/.flake/home/services/mako.nix +++ b/nixos/.flake/home/services/mako.nix @@ -3,6 +3,6 @@ { services.mako = { enable = true; - backgroundColor = "#ece0c9ff"; + backgroundColor = "#191916ff"; }; } |