Compare commits

..

No commits in common. "a7dd41eb2ce02d189aa1b886b31cfdbde7aa9cfe" and "e76a49fd30773b544b216c8e313ec064cfa27cc9" have entirely different histories.

10 changed files with 30 additions and 47 deletions

View file

@ -466,11 +466,11 @@
]
},
"locked": {
"lastModified": 1708591310,
"narHash": "sha256-8mQGVs8JccWTnORgoLOTh9zvf6Np+x2JzhIc+LDcJ9s=",
"lastModified": 1708031129,
"narHash": "sha256-EH20hJfNnc1/ODdDVat9B7aKm0B95L3YtkIRwKLvQG8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0e0e9669547e45ea6cca2de4044c1a384fd0fe55",
"rev": "3d6791b3897b526c82920a2ab5f61d71985b3cf8",
"type": "github"
},
"original": {
@ -504,11 +504,11 @@
"hyprland-plugins": {
"flake": false,
"locked": {
"lastModified": 1708270226,
"narHash": "sha256-PCsEiFKBDZ1VKw8rlo8D/J+22gic7ls5zDWcU3AAxGQ=",
"lastModified": 1707235940,
"narHash": "sha256-oUFgOgZqbWjvU+cHoOVs/oZA5oNMPdhM0rjfHH58vwQ=",
"owner": "hyprwm",
"repo": "hyprland-plugins",
"rev": "f99822818ec8276cfd6ec99ab60c4708c9884e3d",
"rev": "d7ee47381bdfd345cf46c8918d86ed49b12c9df0",
"type": "github"
},
"original": {
@ -582,11 +582,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1708655239,
"narHash": "sha256-ZrP/yACUvDB+zbqYJsln4iwotbH6CTZiTkANJ0AgDv4=",
"lastModified": 1708118438,
"narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cbc4211f0afffe6dfd2478a62615dd5175a13f9a",
"rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80",
"type": "github"
},
"original": {
@ -597,11 +597,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1708566995,
"narHash": "sha256-e/THimsoxxMAHSbwMKov5f5Yg+utTj6XVGEo24Lhx+0=",
"lastModified": 1708161998,
"narHash": "sha256-6KnemmUorCvlcAvGziFosAVkrlWZGIc6UNT9GUYr0jQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3cb4ae6689d2aa3f363516234572613b31212b78",
"rev": "84d981bae8b5e783b3b548de505b22880559515f",
"type": "github"
},
"original": {
@ -876,11 +876,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1708654230,
"narHash": "sha256-f8B3nm0DIsWBmaLHvFvjJnqvFsEEoHxTjE9or5w4nIo=",
"lastModified": 1708241671,
"narHash": "sha256-zSulX9tP4R35Y8A842dGSzaHMVP91W2Ry0SXvQKD2BQ=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "67853eda5dfe64922b9deb0ebc246a846fe177c7",
"rev": "d500e370b26f9b14303cb39bf1509df0a920c8b0",
"type": "github"
},
"original": {
@ -922,11 +922,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1708699241,
"narHash": "sha256-HpRE7W000QQmII9Tt/BBEEL6Io1mzUL6rl82QoRQP3A=",
"lastModified": 1707757489,
"narHash": "sha256-YyqHbxtDGB3OIITPQ3XtkM20fh9/t4CXkYXKzg9DuP8=",
"owner": "danth",
"repo": "stylix",
"rev": "6c447e8761018fa75dfdc20df6232d67a8cc93f2",
"rev": "50cae37cfe23e5ad202ed53f48529139dfa0d008",
"type": "github"
},
"original": {

View file

@ -64,11 +64,3 @@ This loads in my convenience script =phoenix= (still a WIP), which replaces freq
- If no argument is given, it cleans anything older than 30 days
- If a time argument is supplied (i.e. 10d), it cleans stuff older than that (10 days in this example)
- If the argument =full= is given, it deletes /all/ previous generations
** FAQ
*** =home-manager switch --flake .#user= Command Fails
If it fails with something to the effect of "could not download {some image file}" then that just means that one of my themes is having trouble downloading the background image. To conserve on space in the repo, my themes download the relevant wallpapers directly from their source, but that also means that if the link is broken, =home-manager switch= fails.
I have included a script in the [[./themes][themes directory]] named [[./themes/background-test.sh][background-test.sh]] which performs a rough test on every theme background url, reporting which are broken.
If you're having this error, navigate to the [[./flake.nix][flake.nix]] and select any theme with a good background wallpaper link. As long as it is able to download the new wallpaper, it should be able to build.

View file

@ -1,9 +0,0 @@
#!/bin/sh
for i in $(ls -d */);
do
if curl --output /dev/null --silent --head --fail $(cat $i/backgroundurl.txt); then
echo "$i background successfully downloads";
else
echo -e "\033[0;31m$i background download fails\033[0m"
fi
done

View file

@ -1 +1 @@
sha256-C+gURQ6K+OSnw4GNqLe+q/1sNRDbUj4WG5WY5yAhM5s=
sha256-S+bwNBUR91VkH8rOAEcRVj43gJ6idLO9LjzV4E90Sb0=

View file

@ -1 +1 @@
https://images5.alphacoders.com/134/1344471.png
https://downloadscdn6.freepik.com/23/2150919/2150918875.jpg?filename=digital-art-moon-wallpaper.jpg&token=exp=1698602553~hmac=75964126e06ddac19e988a88b03ca0a2

View file

@ -42,8 +42,8 @@
))
;; On Linux I can enable blur, however
(funcall (lambda ()
(set-frame-parameter nil 'alpha-background 75)
(add-to-list 'default-frame-alist '(alpha-background . 75))
(set-frame-parameter nil 'alpha-background 65)
(add-to-list 'default-frame-alist '(alpha-background . 65))
))
)
@ -1206,7 +1206,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
:desc "Generate hledger balancesheet"
"b" 'hledger-balancesheet*
:desc "Generate hledger daily report"
:desc "Exec hledger command"
"d" 'hledger-daily-report*)
(map! :localleader

View file

@ -105,8 +105,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
))
;; On Linux I can enable blur, however
(funcall (lambda ()
(set-frame-parameter nil 'alpha-background 75)
(add-to-list 'default-frame-alist '(alpha-background . 75))
(set-frame-parameter nil 'alpha-background 65)
(add-to-list 'default-frame-alist '(alpha-background . 65))
))
)
@ -1399,7 +1399,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
:desc "Generate hledger balancesheet"
"b" 'hledger-balancesheet*
:desc "Generate hledger daily report"
:desc "Exec hledger command"
"d" 'hledger-daily-report*)
(map! :localleader

View file

@ -6,6 +6,6 @@
];
programs.alacritty.enable = true;
programs.alacritty.settings = {
window.opacity = lib.mkForce 0.75;
window.opacity = lib.mkForce 0.65;
};
}

View file

@ -6,6 +6,6 @@
];
programs.kitty.enable = true;
programs.kitty.settings = {
background_opacity = lib.mkForce "0.75";
background_opacity = lib.mkForce "0.65";
};
}

View file

@ -201,8 +201,8 @@
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
windowrulev2 = opacity 0.75,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
windowrulev2 = opacity 0.75,title:\[.*\] - My Local Dashboard Awesome Homepage
windowrulev2 = opacity 0.65,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
windowrulev2 = opacity 0.65,title:\[.*\] - My Local Dashboard Awesome Homepage
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$