ricing tweaks

This commit is contained in:
Rouven Seifert 2023-02-04 20:55:07 +01:00
parent be7903cf01
commit 429240f437
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 19 additions and 22 deletions

View file

@ -24,11 +24,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1675371293,
"narHash": "sha256-LrCjtrAXj/WJphhGEMnHgZs7oTsfOlvPfOjFTIvg39k=",
"lastModified": 1675462931,
"narHash": "sha256-JiOUSERBtA1lN/s9YTKGZoZ3XUicHDwr+C8swaPSh3M=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d1c7730bb707bf8124d997952f7babd2a281ae68",
"rev": "e2c1756e3ae001ca8696912016dd31cb1503ccf3",
"type": "github"
},
"original": {
@ -47,11 +47,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1675285561,
"narHash": "sha256-0l239rdKHmtCf8xckssOk3bXf+gTXZa6gOEVVVeIfb0=",
"lastModified": 1675524123,
"narHash": "sha256-PcC5DqF2+P2kOewPCg9KM1S/+aS2msrs8ofeJWB68GU=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "32d56fec977b109aeecb06288a1b45cfe6b83117",
"rev": "760b37f71d200643d3e267472e5cc290d38d1a53",
"type": "github"
},
"original": {
@ -122,11 +122,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1675273418,
"narHash": "sha256-tpYc4TEGvDzh9uRf44QemyQ4TpVuUbxb07b2P99XDbM=",
"lastModified": 1675454231,
"narHash": "sha256-5rgcWq1nFWlbR3NsLqY7i/7358uhkSeMQJ/LEHk3BWA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4d7c2644dbac9cf8282c0afe68fca8f0f3e7b2db",
"rev": "06999209d7a0043d4372e38f57cffae00223d592",
"type": "github"
},
"original": {
@ -217,11 +217,11 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
"lastModified": 1672824257,
"narHash": "sha256-SbYoZj57VlopTzI+OSW9jlgYxN1gI1KLg/s/HV+87eE=",
"lastModified": 1675374853,
"narHash": "sha256-BSrjNcddYWhFUMtjGwxiEXw67MYRaIHGvLn19Mvm1NE=",
"owner": "wlroots",
"repo": "wlroots",
"rev": "5f264a7d6c8af27d41ff440c05262b022c055593",
"rev": "677a3f2f8847ed2de49dd60868f9d9487a546f58",
"type": "gitlab"
},
"original": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 29 B

1
images/wallpaper.png Symbolic link
View file

@ -0,0 +1 @@
wallpapers/dark-pixel-art.png

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 29 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -10,7 +10,7 @@
size = 10;
};
shell.program = "${pkgs.zsh}/bin/zsh";
window.opacity = 0.7;
window.opacity = 0.0;
colors = {
primary = {

View file

@ -40,8 +40,8 @@ decoration {
rounding = 10
blur = yes
blur_size = 3
blur_passes = 1
blur_size = 4
blur_passes = 2
blur_new_optimizations = on
drop_shadow = yes
@ -85,13 +85,10 @@ misc {
swallow_regex = ^Alacritty$
}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = opacity 0.8 0.5, class:^.*$
windowrulev2 = opacity 1.0 0.5, class:^Alacritty$
windowrulev2 = opacity 1.0 0.5, class:^google-chrome$
windowrulev2 = opacity 1.0 1.0, fullscreen:1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER