diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-13 12:43:39 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-13 12:43:39 -0500 |
commit | 9c3bb13183b926e185e8fd92af74edfc7edbaf67 (patch) | |
tree | 5065c87e61b7cf40b142037bf527d9d5e71a9526 /home | |
parent | change firefox settings (diff) | |
download | dotfiles-guix-9c3bb13183b926e185e8fd92af74edfc7edbaf67.tar.gz dotfiles-guix-9c3bb13183b926e185e8fd92af74edfc7edbaf67.tar.bz2 dotfiles-guix-9c3bb13183b926e185e8fd92af74edfc7edbaf67.zip |
fix hyprland config, remove chromeium
Diffstat (limited to '')
-rw-r--r-- | home/config/hypr/config.d/theme.conf | 5 | ||||
-rw-r--r-- | home/home.scm | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/home/config/hypr/config.d/theme.conf b/home/config/hypr/config.d/theme.conf index 3461047..6eeb878 100644 --- a/home/config/hypr/config.d/theme.conf +++ b/home/config/hypr/config.d/theme.conf @@ -36,7 +36,10 @@ plugin { decoration { rounding = $radius - drop_shadow = yes + + shadow { + enabled = true + } blur { enabled = true diff --git a/home/home.scm b/home/home.scm index a69bbf0..da3fe2e 100644 --- a/home/home.scm +++ b/home/home.scm @@ -50,7 +50,6 @@ ; desktop programs "gnome-keyring" "gimp" - "ungoogled-chromium" "steam" "nautilus" "cage" |