feat: changed some stuff

This commit is contained in:
Nick 2025-01-20 23:33:35 -06:00
parent 376c1d7b18
commit c67e864d40
145 changed files with 143 additions and 70 deletions

0
home/modules/gui/desktop/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/easyEffects/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/flameshot/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/gammastep/default.nix Normal file → Executable file
View file

View file

@ -1,5 +1,13 @@
{ pkgs, ... }:
{
pkgs,
flake,
...
}:
let
inherit (flake.config.aesthetics.themes) cursor;
in
{
name = "catppuccin-macchiato-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
size = cursor.size;
}

View file

@ -6,7 +6,7 @@ let
in
{
gtk.enable = true;
# x11.enable = true;
x11.enable = true;
name = "catppuccin-mocha-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
size = cursor.size;

View file

@ -3,6 +3,7 @@ let
configPath = ./config;
cursorThemePath = import (configPath + /cursorTheme.nix) {
inherit
flake
pkgs
;
};

View file

@ -10,7 +10,7 @@ let
superBinds = builtins.map (x: "SUPER, " + x) [
# Apps
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
"C, exec, code"
"C, exec, zed"
"A, exec, obsidian"
"D, exec, ghostty -e zellij a dotfiles"
"E, exec, ghostty -e nu -e y"

View file

@ -9,6 +9,7 @@ let
emote = "(emote)";
flameshot = "(flameshot)";
bitwarden = "(.*Bitwarden.*)";
save = "(.*Enter name of file to save to.*)";
picture = "(.*Picture-in-Picture.*)";
discord-popout = "(.*Discord Popout.*)";
signal = "(signal)";
@ -25,11 +26,13 @@ let
"maxsize 360 500, class:^${calculator}$"
"maxsize 720 400, class:^${easyeffects}$"
"maxsize 720 400, class:^${scrcpy}$"
"minsize 720 400, class:^${scrcpy}$"
"maxsize 720 400, class:^${mpv}$"
"maxsize 720 400, class:^${vlc}$"
"maxsize 640 360, class:^${nomacs}$"
"maxsize 800 450, title:^${bitwarden}$"
"maxsize 720 400, title:^${picture}$"
"maxsize 720 400, title:^${save}$"
"maxsize 720 400, title:^${discord-popout}$"
];
@ -46,6 +49,7 @@ let
"title:^(${picture})$"
"title:^(${discord-popout})$"
"title:^${bitwarden}$"
"title:^${save}$"
];
pinWindows = builtins.map (x: "pin, " + x) [

0
home/modules/gui/desktop/network/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/nwgLook/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/plasmaNm/default.nix Normal file → Executable file
View file

0
home/modules/gui/desktop/wlClipboard/default.nix Normal file → Executable file
View file

View file

@ -9,7 +9,7 @@
package = flake.inputs.wpaperd.packages.${pkgs.system}.default;
settings = {
"default" = {
path = "~/Files/Projects/dotfiles/home/modules/hypr/wpaperd/wallpaper";
path = "~/Files/Projects/dotfiles/home/modules/gui/desktop/wpaperd/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";