This commit is contained in:
Lilith 2024-06-09 19:27:02 +02:00
parent aac685fe4f
commit 6a93cee251
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 23 additions and 18 deletions

View file

@ -32,6 +32,16 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
installation_mode = "force_installed";
};
"sponsorBlocker@ajay.app" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4292214/sponsorblock-5.6.xpi";
installation_mode = "force_installed";
};
"tridactyl.vim@cmcaine.co.uk" = {
install_url = "https://addons.mozilla.org/firefox/downloads/file/4261352/tridactyl_vim-1.24.1.xpi";
installation_mode = "force_installed";
};
};
};

View file

@ -54,11 +54,9 @@
};
general = {
gaps_in = 5;
gaps_out = 5;
gaps_in = 10;
gaps_out = 15;
border_size = 2;
# "col.active_border" = "rgba(5bcefaee) rgba(f5a9b8ee) 45deg";
# "col.inactive_border" = "rgba(595959aa)";
layout = "dwindle";
@ -66,7 +64,7 @@
};
decoration = {
rounding = 3;
rounding = 10;
blur = {
enabled = true;
@ -77,7 +75,6 @@
drop_shadow = true;
shadow_range = 4;
shadow_render_power = 3;
# "col.shadow" = "rgba(1a1a1aee)";
};
animations = {
@ -110,10 +107,10 @@
bind = [
"$mainMod, Q, exec, $terminal"
"$mainMod, C, killactive,"
"$mainMod, backspace, exit,"
"$mainMod, backspace, exec, hyprlock,"
"$mainMod, E, exec, $fileManager"
"$mainMod, O, togglefloating,"
"$mainMod, R, exec, pkill wofi || wofi --show=drun"
"$mainMod, R, exec, rofi -show drun"
"$mainMod, P, pseudo,"
"$mainMod, J, togglesplit,"
@ -123,8 +120,8 @@
"$mainMod, M, togglespecialworkspace, chatgpt"
"$mainMod, M, exec, [workspace special:chatgpt] pgrep firefox | xargs ps -fp | grep -- '-P ChatGPT --url chat.openai.com' || firefox -P ChatGPT --url chat.openai.com"
", print, exec, grim -g \"$(slurp)\" - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Area Captured"
"CTRL, print, exec, grim - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Screen Captured"
", print, exec, hyprshot -m region -o /home/lilith/sync/screenshots -z"
"CTRL, print, exec, hyprshot -m output -o /home/lilith/sync/screenshots -z"
"$mainMod, left, movefocus, l"
"$mainMod, right, movefocus, r"
@ -155,9 +152,6 @@
"$mainMod, S, togglespecialworkspace, magic"
"$mainMod SHIFT, S, movetoworkspace, special:magic"
"$mainMod, mouse_down, workspace, e+1"
"$mainMod, mouse_up, workspace, e-1"
];
bindm = [

View file

@ -1,7 +1,7 @@
{ conf, ... }:
{
home.file.".config/hypr/wallpaper.png" = {
source = ../../wallpapers/default.png;
source = ../../wallpapers/${conf.wallpaper};
};
services.hyprpaper = let
@ -12,10 +12,10 @@
settings = {
splash = false;
preload = [ "/home/lilith/.config/hypr/wallpaper.png" ];
preload = [ default ];
wallpaper = [
",/home/lilith/.config/hypr/wallpaper.png"
",${default}"
];
};
};

View file

@ -27,6 +27,7 @@
directories = [
".cache/nix"
".cache/spotify"
".cache/keepassxc"
".cargo"
".local/state/wireplumber"
"tmp"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 340 KiB

Before After
Before After