summaryrefslogtreecommitdiffstats
path: root/roles/hyprland
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-22 23:02:20 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-22 23:33:26 +0100
commit60a3569f673b53f54a360340e9e57ab4caa5f391 (patch)
treecb0a805b6840512a7320a62e7d1fb12fcb7b25db /roles/hyprland
parent6c7ecc514acbab6b4ef2ef55239068a24077f21b (diff)
Configure waybar scripts for launch tui and power menus
Diffstat (limited to 'roles/hyprland')
-rwxr-xr-xroles/hyprland/files/scripts/launch-tui3
-rw-r--r--roles/hyprland/tasks/main.yml2
2 files changed, 0 insertions, 5 deletions
diff --git a/roles/hyprland/files/scripts/launch-tui b/roles/hyprland/files/scripts/launch-tui
deleted file mode 100755
index 16efba9b..00000000
--- a/roles/hyprland/files/scripts/launch-tui
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-exec setsid uwsm-app -- alacritty --class="work.kartoffln.$(basename "$1")" -e "$@"
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index e8523571..e9b4301f 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -101,8 +101,6 @@
dest: "{{ item.dest }}"
mode: "0755"
loop:
- - src: "scripts/launch-tui"
- dest: "/etc/hypr/scripts/launch-tui"
- src: "scripts/brightness.sh"
dest: "/etc/hypr/scripts/brightness.sh"
- src: "scripts/volume.sh"