summaryrefslogtreecommitdiffstats
path: root/roles/syshud/templates
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-09 19:04:42 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-09 21:43:06 +0100
commit3dfe41fd6dd5a0daf71308200b525b01eb8dae5e (patch)
tree5aaf082fd35289484a505d97726d54b87cd8e6ce /roles/syshud/templates
parent89773438b6583dd1dcaf33ad6d581eee697246f2 (diff)
Remove syshud role as it only works with volume on desktops
Diffstat (limited to 'roles/syshud/templates')
-rw-r--r--roles/syshud/templates/config.conf.j213
-rw-r--r--roles/syshud/templates/style.css.j260
2 files changed, 0 insertions, 73 deletions
diff --git a/roles/syshud/templates/config.conf.j2 b/roles/syshud/templates/config.conf.j2
deleted file mode 100644
index 19765ae1..00000000
--- a/roles/syshud/templates/config.conf.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-[main]
-position=top-right
-orientation=h
-width=300
-height=50
-icon-size=18
-show-percentage=true
-margins=0 0 0 0
-timeout=3
-transition-time=0
-listeners=audio_in,audio_out,backlight
-backlight-path=
-keyboard-path=
diff --git a/roles/syshud/templates/style.css.j2 b/roles/syshud/templates/style.css.j2
deleted file mode 100644
index cfaa6533..00000000
--- a/roles/syshud/templates/style.css.j2
+++ /dev/null
@@ -1,60 +0,0 @@
-/* vim: set filetype=css.ansible : */
-@import "{{ ansible_facts['env']['HOME'] }}/.config/hyprtheme/current/syshud.css";
-
-#syshud {
- background: transparent;
- color: @theme_fg_color;
-}
-
-#syshud .box_layout {
- background: @theme_bg_color;
- border-radius: 5px;
- border: 2px solid @borders;
- margin: 10px;
-}
-
-#syshud scale {
- margin: 0px;
- padding: 0px;
-}
-#syshud label {
- color: @theme_fg_color;
-}
-
-/* Scale */
-#syshud scale {
- padding: 0px;
- min-height: 5px;
- min-width: 5px;
-}
-#syshud scale trough {
- border-radius: 0px;
- background: alpha(currentColor, 0.1);
- min-height: 5px;
- min-width: 5px;
- padding: 0px;
-}
-#syshud scale.horizontal highlight {
- border-radius: 0px;
- min-height: 5px;
- min-width: 1px;
- background: alpha(@theme_fg_color, 0.75);
- margin: 0px;
-}
-#syshud scale slider {
- background: transparent;
- outline-color: transparent;
- border-color: transparent;
- color: transparent;
- box-shadow: none;
-}
-
-/* Levels */
-#syshud .muted {
-}
-#syshud .low {
-}
-#syshud .medium {
-}
-#syshud .high {
-}