From c35b1026d16cff151b763ee484d9fc773952aeb1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Feb 2025 16:14:38 +0900 Subject: pushing for monitor profiles, changed the version to dev first indicating still in dev branch. Enhance functionality of KooL Quick Settings --- config/rofi/config-Monitors.rasi | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 config/rofi/config-Monitors.rasi (limited to 'config/rofi/config-Monitors.rasi') diff --git a/config/rofi/config-Monitors.rasi b/config/rofi/config-Monitors.rasi new file mode 100644 index 00000000..4e9c2284 --- /dev/null +++ b/config/rofi/config-Monitors.rasi @@ -0,0 +1,41 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Monitor Profiles Menu */ + +@import "~/.config/rofi/config.rasi" + +/* ---- Mainbox ---- */ +mainbox { + children: + [ "inputbar", "message", "listview"]; +} + +/* ---- Window ---- */ +window { + width: 45%; + height: inherit; +} + +/* ---- Entry ---- */ +entry { + width: 43%; + placeholder: " 💻 Search / Choose which Monitor Profiles to load"; +} + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 5; + fixed-height: false; + margin: 10px; + scrollbar: true; +} + +/* ---- Elements ---- */ +element-icon { + size: 0%; +} +element-text { + horizontal-align: 0.0; + vertical-align: 0.0; + margin: 5px 30px 5px 30px; +} -- cgit v1.2.3 From ba0c526fe0bc7bdd00da5805779fb6a1bb07a7da Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 22 Feb 2025 20:29:22 +0900 Subject: updated rofi-monitor profiles --- config/rofi/config-Monitors.rasi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/rofi/config-Monitors.rasi') diff --git a/config/rofi/config-Monitors.rasi b/config/rofi/config-Monitors.rasi index 4e9c2284..dd5d762d 100644 --- a/config/rofi/config-Monitors.rasi +++ b/config/rofi/config-Monitors.rasi @@ -11,7 +11,7 @@ mainbox { /* ---- Window ---- */ window { - width: 45%; + width: inherit; height: inherit; } @@ -19,12 +19,13 @@ window { entry { width: 43%; placeholder: " 💻 Search / Choose which Monitor Profiles to load"; + horizontal-align: 0.5; } /* ---- Listview ---- */ listview { - columns: 1; - lines: 5; + columns: 2; + lines: 3; fixed-height: false; margin: 10px; scrollbar: true; @@ -35,7 +36,7 @@ element-icon { size: 0%; } element-text { - horizontal-align: 0.0; + horizontal-align: 0.5; vertical-align: 0.0; margin: 5px 30px 5px 30px; } -- cgit v1.2.3