diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:51:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:51:58 +0100 |
| commit | a6049265a981107bd042701ca2097410a6eef682 (patch) | |
| tree | 42c1623848ca41510e65ae941eca52ab527fbf11 /roles/hyprland | |
| parent | f5ef39e0c36a6c360c32d0c5c0f09cc64fb7fbda (diff) | |
Add battop to waybar and hyprland
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 1 | ||||
| -rw-r--r-- | roles/hyprland/templates/rules.conf.j2 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index a657398b..47d97237 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -11,6 +11,7 @@ dependencies: - role: "font" - role: "wlctl" - role: "btop" + - role: "battop" - role: "bluetui" - role: "wiremix" - role: "waybar" diff --git a/roles/hyprland/templates/rules.conf.j2 b/roles/hyprland/templates/rules.conf.j2 index fe90ea0c..a635029a 100644 --- a/roles/hyprland/templates/rules.conf.j2 +++ b/roles/hyprland/templates/rules.conf.j2 @@ -10,7 +10,7 @@ windowrule = center on, match:tag floating-window windowrule = size 875 600, match:tag floating-window windowrule = stay_focused on, match:tag floating-window -windowrule = tag +floating-window, match:class work.kartoffln.(bluetui|btop|wiremix|wlctl|clipse) +windowrule = tag +floating-window, match:class work.kartoffln.(bluetui|btop|battop|wiremix|wlctl|clipse) windowrule = float on, match:class org.gnome.Calculator # Picture-in-picture overlays |
