diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 1a8a56b..7af1275 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -15,11 +15,13 @@ $screenshot = $scriptsDir/ScreenShot.sh $volume = $scriptsDir/Volume.sh # see https://wiki.hyprland.org/Configuring/Binds/ for more +# rofi launcher +bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser +bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser +#bind = CTRL, D, exec, pkill rofi || rofi -dmenu + bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = $mainMod SHIFT, C, exec, hyprctl reload -bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser -bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser -#bind = CTRL, D, exec, pkill rofi || rofi -dmenu bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, F, togglefloating, bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index cf18dbe..c6d41ab 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; @@ -23,14 +23,15 @@ configuration { /* ---- Window ---- */ window { width: 40%; + /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; padding: 0px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -46,8 +47,8 @@ mainbox { orientation: horizontal; spacing: 0px; margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -79,6 +80,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } @@ -87,6 +89,7 @@ textbox-prompt-colon { expand: false; str: "๐Ÿ”Ž "; text-color: inherit; + background-color: transparent; } entry { @@ -94,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "View / Edit Hyprland Settings"; placeholder-color: inherit; } @@ -109,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -137,7 +140,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -146,7 +149,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -225,7 +228,7 @@ textbox { padding: 15px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index aed3d78..58d7731 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 30%; + width: 45%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,7 +126,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 20; + lines: 15; cycle: true; dynamic: true; scrollbar: true; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index d7656e5..c361950 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 1b99abb..b86ebe6 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,9 +1,10 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* Main Config */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} ยท {c} ยท {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,15 +24,15 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -43,28 +45,25 @@ window { /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: vertical; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "listbox" ]; + orientation: horizontal; + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "imagebox", "listbox" ]; } /* ---- Imagebox ---- */ imagebox { - padding: 6px; - background-color: transparent; + background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; } /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "inputbar", "message", "listview" ]; + children: [ "listview" ]; } /* ---- Dummy ---- */ dummy { @@ -76,19 +75,19 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "๐Ÿ”Ž "; + str: "๓ฐธ‰ "; text-color: inherit; - background-color: transparent; + background-color: transparent; } entry { @@ -96,7 +95,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Wallpaper"; + placeholder: "Choose Desired wallpaper"; placeholder-color: inherit; } @@ -109,47 +108,44 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; - background-color: @background; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: transparent; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 10; - cycle: true; - dynamic: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 2px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 10; + spacing: 4px; + dynamic: true; + enabled: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: false; + fixed-columns: false; + background-color: transparent; } /* ---- Element ---- */ element { enabled: true; - padding: 2px; + padding: 5px; margin: 2px; cursor: pointer; background-color: transparent; border-radius: 10px; + border: 0px; } element normal.normal { @@ -215,26 +211,19 @@ element-text { /*****----- Message -----*****/ message { background-color: transparent; - border: 0px; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { - padding: 6px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + padding: 15px; + background-color: transparent; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { - padding: 6px; - border-radius: 20px; - background-color: @background; + padding: 15px; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 3c3b6a7..1c31227 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 3c3b6a7..1c31227 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 11a9670..6a06eae 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "๎ฏ†"; display-run: "๏„ "; diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 9e97306..c6d41ab 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -23,14 +23,15 @@ configuration { /* ---- Window ---- */ window { width: 40%; + /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; padding: 0px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -46,8 +47,8 @@ mainbox { orientation: horizontal; spacing: 0px; margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -79,6 +80,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } @@ -87,6 +89,7 @@ textbox-prompt-colon { expand: false; str: "๐Ÿ”Ž "; text-color: inherit; + background-color: transparent; } entry { @@ -94,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "View / Edit Hyprland Settings"; placeholder-color: inherit; } @@ -109,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -137,7 +140,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -146,7 +149,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -225,7 +228,7 @@ textbox { padding: 15px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index a3d683a..58d7731 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 30%; + width: 45%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,7 +126,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 20; + lines: 15; cycle: true; dynamic: true; scrollbar: true; diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 0ae66e2..b86ebe6 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -1,4 +1,5 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* Main Config */ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} ยท {c} ยท {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,15 +24,15 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -43,28 +45,25 @@ window { /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: vertical; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "listbox" ]; + orientation: horizontal; + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "imagebox", "listbox" ]; } /* ---- Imagebox ---- */ imagebox { - padding: 6px; - background-color: transparent; + background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; } /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "inputbar", "message", "listview" ]; + children: [ "listview" ]; } /* ---- Dummy ---- */ dummy { @@ -76,19 +75,19 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "๐Ÿ”Ž "; + str: "๓ฐธ‰ "; text-color: inherit; - background-color: transparent; + background-color: transparent; } entry { @@ -96,7 +95,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Wallpaper"; + placeholder: "Choose Desired wallpaper"; placeholder-color: inherit; } @@ -109,47 +108,44 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; - background-color: @background; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: transparent; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 10; - cycle: true; - dynamic: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 2px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 10; + spacing: 4px; + dynamic: true; + enabled: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: false; + fixed-columns: false; + background-color: transparent; } /* ---- Element ---- */ element { enabled: true; - padding: 2px; + padding: 5px; margin: 2px; cursor: pointer; background-color: transparent; border-radius: 10px; + border: 0px; } element normal.normal { @@ -215,26 +211,19 @@ element-text { /*****----- Message -----*****/ message { background-color: transparent; - border: 0px; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { - padding: 6px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + padding: 15px; + background-color: transparent; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { - padding: 6px; - border-radius: 20px; - background-color: @background; + padding: 15px; + border-radius: 20px; + background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index cf18dbe..d7a0750 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -23,14 +23,15 @@ configuration { /* ---- Window ---- */ window { width: 40%; + /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; padding: 0px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -46,8 +47,8 @@ mainbox { orientation: horizontal; spacing: 0px; margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -79,6 +80,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } @@ -87,6 +89,7 @@ textbox-prompt-colon { expand: false; str: "๐Ÿ”Ž "; text-color: inherit; + background-color: transparent; } entry { @@ -94,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "View / Edit Hyprland Settings"; placeholder-color: inherit; } @@ -109,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -137,7 +140,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -146,7 +149,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -225,7 +228,7 @@ textbox { padding: 15px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index aed3d78..bfe8778 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 30%; + width: 45%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,7 +126,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 20; + lines: 15; cycle: true; dynamic: true; scrollbar: true; diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index 1b99abb..e83e8aa 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -1,4 +1,5 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* Main Config */ /* ---- Configuration ---- */ configuration { @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} ยท {c} ยท {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,15 +24,15 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; - padding: 0px; + padding: 2px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -43,28 +45,25 @@ window { /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: vertical; - spacing: 0px; - margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "listbox" ]; + orientation: horizontal; + padding: 20px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "imagebox", "listbox" ]; } /* ---- Imagebox ---- */ imagebox { - padding: 6px; - background-color: transparent; + background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; } /* ---- Listbox ---- */ listbox { - spacing: 20px; + spacing: 4px; background-color: transparent; orientation: vertical; - children: [ "inputbar", "message", "listview" ]; + children: [ "listview" ]; } /* ---- Dummy ---- */ dummy { @@ -76,19 +75,19 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 20px; + padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: transparent; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "๐Ÿ”Ž "; + str: "๓ฐธ‰ "; text-color: inherit; - background-color: transparent; + background-color: transparent; } entry { @@ -96,7 +95,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose Wallpaper"; + placeholder: "Choose Desired wallpaper"; placeholder-color: inherit; } @@ -109,47 +108,44 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; - background-color: @background; - text-color: inherit; - cursor: pointer; - border: 0px; + padding: 10px; + border-radius: 10px; + background-color: transparent; + text-color: inherit; + cursor: pointer; } button selected { - background-color: @selected-normal-background; - text-color: @foreground; + background-color: @selected-normal-background; + text-color: @foreground; } /* ---- Listview ---- */ listview { - enabled: true; - columns: 1; - lines: 10; - cycle: true; - dynamic: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - spacing: 0px; - padding: 2px; - margin: 0px; - border-radius: 10px; - border: 0px; - background-color: transparent; + enabled: true; + columns: 1; + lines: 10; + spacing: 4px; + dynamic: true; + enabled: true; + cycle: true; + scrollbar: false; + layout: vertical; + reverse: true; + fixed-height: false; + fixed-columns: false; + background-color: transparent; } /* ---- Element ---- */ element { enabled: true; - padding: 2px; + padding: 5px; margin: 2px; cursor: pointer; background-color: transparent; border-radius: 10px; + border: 0px; } element normal.normal { @@ -215,26 +211,19 @@ element-text { /*****----- Message -----*****/ message { background-color: transparent; - border: 0px; margin: 20px 0px 0px 0px; - padding: 0px; - spacing: 0px; border-radius: 10px; } textbox { - padding: 6px; - margin: 0px; - border-radius: 0px; - background-color: transparent; + padding: 15px; + background-color: transparent; text-color: @foreground; - vertical-align: 0.5; - horizontal-align: 0.0; } error-message { - padding: 6px; - border-radius: 20px; - background-color: @background; + padding: 15px; + border-radius: 20px; + background-color: @background; text-color: @foreground; }