Moving wofi-launcher.sh

This commit is contained in:
2026-04-29 09:56:39 +02:00
parent 8e82977bc9
commit f8bf8f54f1
2 changed files with 395 additions and 394 deletions
+388 -388
View File
File diff suppressed because it is too large Load Diff
+7 -6
View File
@@ -1337,7 +1337,7 @@ This file installs and configures waybar
{ lib, config, pkgs, flakeRoot, ... }: { lib, config, pkgs, flakeRoot, ... }:
let let
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
waybarPath = "${flakeRoot}/generated/.config/waybar"; assetPath = "${flakeRoot}/generated/.config/waybar";
in in
{ {
environment.systemPackages = [ pkgs.waybar ]; environment.systemPackages = [ pkgs.waybar ];
@@ -1348,8 +1348,9 @@ in
before = []; before = [];
data = '' data = ''
rm -f $HOME/.config/waybar/* rm -f $HOME/.config/waybar/*
cp ${waybarPath}/* $HOME/.config/waybar/ cp ${assetPath}/* $HOME/.config/waybar/
chmod u+w $HOME/.config/waybar/* chmod u+w $HOME/.config/waybar/*
find $HOME/.config/waybar/ -name "*.sh" -exec chmod +x {} \;
''; '';
}; };
}; };
@@ -2635,8 +2636,8 @@ $mainMod = SUPER
# launcher / kill / reload # launcher / kill / reload
bind = $mainMod, Space, exec, ~/.config/scripts/wofi-launcher.sh bind = $mainMod, Space, exec, ~/.config/wofi/scripts/wofi-launcher.sh
bind = ALT, Space, exec, ~/.config/scripts/wofi-launcher.sh bind = ALT, Space, exec, ~/.config/wofi/scripts/wofi-launcher.sh
bind = $mainMod, Q, killactive, bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit, bind = $mainMod SHIFT, Q, exit,
bind = $mainMod SHIFT, R, exec, hyprctl reload bind = $mainMod SHIFT, R, exec, hyprctl reload
@@ -3939,9 +3940,9 @@ echo "📦 Updating Flatpaks..."
flatpak update -y flatpak update -y
#+END_SRC #+END_SRC
** =generated/.config/scripts/wofi-launcher.sh= ** =generated/.config/wofi/scripts/wofi-launcher.sh=
Providing an media Providing an media
#+BEGIN_SRC sh :tangle generated/.config/scripts/wofi-launcher.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never #+BEGIN_SRC sh :tangle generated/.config/wofi/scripts/wofi-launcher.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
wofi --show drun \ wofi --show drun \
--style ~/.config/wofi/style.css \ --style ~/.config/wofi/style.css \
--no-actions \ --no-actions \