From be21909545e0efb86985f1c9e535cd593ba240c7 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 19 Jun 2025 15:04:06 +0200 Subject: [PATCH] dotfiles --- configuration.nix | 3 ++ dotfiles/hypr-desk/source/binds.conf | 2 +- dotfiles/wlogout-desk/style.css.bu | 49 ---------------------------- home.nix | 10 ++++++ 4 files changed, 14 insertions(+), 50 deletions(-) delete mode 100644 dotfiles/wlogout-desk/style.css.bu diff --git a/configuration.nix b/configuration.nix index f382caf..b6a1107 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,6 +69,9 @@ tree mako neovim + wofi + qutebrowser + wlogout ]; programs.firefox.enable = true; diff --git a/dotfiles/hypr-desk/source/binds.conf b/dotfiles/hypr-desk/source/binds.conf index eb62be7..eb142b2 100644 --- a/dotfiles/hypr-desk/source/binds.conf +++ b/dotfiles/hypr-desk/source/binds.conf @@ -11,7 +11,7 @@ $fileManager = dolphin $menu = wofi --show drun # MainMod -$mainMod = SUPER # "Windows" key +$mainMod = SUPER # exec bind = $mainMod, Q, exec, $terminal diff --git a/dotfiles/wlogout-desk/style.css.bu b/dotfiles/wlogout-desk/style.css.bu deleted file mode 100644 index 561d353..0000000 --- a/dotfiles/wlogout-desk/style.css.bu +++ /dev/null @@ -1,49 +0,0 @@ -* { - background-image: none; - box-shadow: none; -} - -window { - background-color: rgba(30, 30, 46, 0.5); - font-size: 14px; - color: #cdd6f4; -} - -button { - border-radius: 0; - border-color: black; - text-decoration-color: #FFFFFF; - color: #FFFFFF; - background-color: #1E1E1E; - border-style: solid; - border-width: 1px; - border-radius: 50% / 15%; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; - margin: 5px; - transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; -} - -button:hover{ - background-color: #cba6f7; - outline-style: none; -} - -button:focus, button:active, { - background-color: #cba6f7; - outline-style: none; - background-size: 40%; -} - - -#logout { - background-image: image(url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png")); -} -#shutdown { - background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png")); -} - -#reboot { - background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png")); -} diff --git a/home.nix b/home.nix index 38db1f3..c293482 100644 --- a/home.nix +++ b/home.nix @@ -36,6 +36,16 @@ recursive = true; force = true; }; + ".config/wofi" = { + source = ./dotfiles/wofi; + recursive = true; + force = true; + }; + ".config/wlogout" = { + source = ./dotfiles/wlogout-desk; + recursive = true; + force = true; + }; }; home.sessionVariables = {