diff --git a/hyprland.lua b/hyprland.lua index 687740a..5220e4e 100644 --- a/hyprland.lua +++ b/hyprland.lua @@ -36,7 +36,7 @@ local terminal = "new-terminal" local fileManager = "dolphin" local menu = "rofi -show drun -theme ~/.config/rofi/theme.rasi" local emoji = [[rofimoji --selector-args="-theme ~/.config/rofi/theme.rasi"]] -local hyprscript = "~/.config/hypr/hyprscript" -- ne sert plus que pour `stat` +local hyprstat = "~/.config/hypr/hyprstat" local social = [[firefox "http://notes.tforgione.fr/" "https://ksuite.infomaniak.com/1220491/mail/0" "https://ksuite.infomaniak.com/1085038/mail" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.tforgione.fr/index.php/apps/calendar/" "https://gotify.tforgione.fr"]] local yuzzit = [[sh -c 'firefox -P Yuzzit "https://mail.google.com/" "https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT" "https://yip.atlassian.net/wiki/spaces/Y/overview" "https://yip.atlassian.net/"' & chromium "https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace" ]] @@ -56,7 +56,7 @@ end -- (cf. discussions upstream sur exec_cmd + rules). Si une app n'atterrit pas au bon -- endroit, bascule sur une window_rule par classe. hl.on("hyprland.start", function() - hl.exec_cmd(hyprscript .. " stat") -- daemon psutil -> waybar (reste en Python) + hl.exec_cmd(hyprstat) -- daemon psutil -> waybar (reste en Python) hl.exec_cmd("hyprpaper") hl.exec_cmd("hypridle") hl.exec_cmd("nm-applet")