From d3c3e268b9986584aad2cf286a27143b0babb5fe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 00:13:10 +0900 Subject: waybar module update --- config/waybar/modules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/waybar/modules b/config/waybar/modules index 0cd22468..aa92494e 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -164,7 +164,7 @@ //"format": "{icon} {percent}%", //"format-icons": ["󰃞", "󰃟", "󰃠"], "format": "{icon}", - "format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], + "format-icons": ["","","","","","","","","","","","","","",""], "tooltip-format": "backlight {percent}%", "icon-size": 10, "on-click": "", @@ -313,8 +313,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": " ", - "deactivated": " ", + "activated": " ", + "deactivated": " ", } }, @@ -416,7 +416,7 @@ }, "tray": { - "icon-size": 12, + "icon-size": 14, "spacing": 8, }, @@ -473,7 +473,7 @@ }, "custom/menu": { - "format": "", + "format": "", "tooltip": false, "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", -- cgit v1.2.3 From a416fe90405aed1803c302aaaa5dfb6eb9bd5363 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 08:39:41 +0900 Subject: rofi width and hieght changed to px --- config/rofi/config-compact.rasi | 6 +++--- config/rofi/config-long.rasi | 15 ++++++++------- config/rofi/config-powermenu.rasi | 8 ++++---- config/rofi/config-rofi-Beats.rasi | 11 ++++++----- config/rofi/config-wallpaper.rasi | 9 +++++---- config/rofi/config-waybar-layout.rasi | 11 ++++++----- config/rofi/config-waybar-style.rasi | 7 ++++--- config/rofi/config.rasi | 11 ++++++----- config/rofi/resolution/1080p/config-compact.rasi | 4 ++-- config/rofi/resolution/1080p/config-long.rasi | 13 +++++++------ config/rofi/resolution/1080p/config-powermenu.rasi | 8 ++++---- config/rofi/resolution/1080p/config-rofi-Beats.rasi | 9 +++++---- config/rofi/resolution/1080p/config-wallpaper.rasi | 11 ++++++----- config/rofi/resolution/1080p/config-waybar-layout.rasi | 9 +++++---- config/rofi/resolution/1080p/config-waybar-style.rasi | 5 +++-- config/rofi/resolution/1080p/config.rasi | 9 +++++---- config/rofi/resolution/1440p/config-compact.rasi | 2 +- config/rofi/resolution/1440p/config-long.rasi | 9 +++++---- config/rofi/resolution/1440p/config-powermenu.rasi | 8 ++++---- config/rofi/resolution/1440p/config-rofi-Beats.rasi | 7 ++++--- config/rofi/resolution/1440p/config-wallpaper.rasi | 3 ++- config/rofi/resolution/1440p/config-waybar-layout.rasi | 9 +++++---- config/rofi/resolution/1440p/config-waybar-style.rasi | 3 ++- config/rofi/resolution/1440p/config.rasi | 7 ++++--- 24 files changed, 106 insertions(+), 88 deletions(-) (limited to 'config') diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 15300a74..122536e4 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +50,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index a1f33e66..55fb2261 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 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -45,10 +46,10 @@ mainbox { enabled: true; orientation: vertical; padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index ae1ee00a..409bbb04 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 17bf54a3..4d688185 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 5b17e066..d73ee64f 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 08ab350e..40059b8b 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 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index fb012136..53e08708 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 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -80,7 +81,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 32014415..5293bec0 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 15300a74..aa5dc2b4 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +50,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index a1f33e66..5b749e8e 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -45,10 +46,10 @@ mainbox { enabled: true; orientation: vertical; padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index ae1ee00a..409bbb04 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index 17bf54a3..5d3ad846 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 5b17e066..a981980d 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,7 +120,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: truev; background-color: transparent; border-radius: 10px; } @@ -130,7 +131,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 08ab350e..57e65d35 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index fb012136..95ba5286 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -80,7 +81,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 32014415..f8943943 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 8ec0cf77..122536e4 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index a6373e8f..55fb2261 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index ae1ee00a..409bbb04 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 5c6e31b2..4d688185 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index b95e46d2..d73ee64f 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 1b9a759e..40059b8b 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index e419ab15..53e08708 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 86492df6..5293bec0 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } -- cgit v1.2.3 From 724f86af37c5005983a1bdeb26838ca090fb272a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 09:14:37 +0900 Subject: added waybar pywal-simple --- config/waybar/style/Pywal Simple.css | 244 +++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 config/waybar/style/Pywal Simple.css (limited to 'config') diff --git a/config/waybar/style/Pywal Simple.css b/config/waybar/style/Pywal Simple.css new file mode 100644 index 00000000..83d73cde --- /dev/null +++ b/config/waybar/style/Pywal Simple.css @@ -0,0 +1,244 @@ +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 97%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding-top: 1px; +padding-bottom: 1px; +} + +@import '../../.cache/wal/colors-waybar.css'; + +window#waybar { + background: transparent; +} + +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} + +tooltip { + color: @color2; + background: @color0; + opacity: 0.8; + border-radius: 10px; + border-width: 1px; + border-style: solid; + border-color: @color15; +} + +/*-----module groups----*/ +.modules-right { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +.modules-center { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +.modules-left { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +/*-----modules indv----*/ + +#workspaces button { + color: @color2; + box-shadow: none; + text-shadow: none; + padding: 0px; + border-radius: 9px; + padding-left: 4px; + padding-right: 4px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.active { + color: @foreground; + background-color: @color2; + padding-left: 8px; + padding-right: 8px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.focused { + color: @color4; +} + +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} + +#workspaces button:hover { + color: @color4; + padding-left: 2px; + padding-right: 2px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#pulseaudio-slider, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-backlight, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-speaker, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + color: @color2; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 6px; + padding-left: 6px; +} + +#mode { + color: #cc3436; + font-weight: bold; +} +#custom-power { + /*background-color: rgba(0,119,179,0.6);*/ + /*border-radius: 50px;*/ + padding: 1px 3px; +} +/*-----Indicators----*/ +#idle_inhibitor.activated { + color: #2dcc36; +} +#pulseaudio.muted { + color: #cc3436; +} +#pulseaudio-microphone.muted { + color: #cc3436; +} +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: @color2; + border-radius: 30px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#taskbar button:hover { + padding-left: 3px; + padding-right: 3px; + border-radius: 15px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; +} \ No newline at end of file -- cgit v1.2.3 From 26817ca76887d6e40786386a3521a81de9cbe459 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 09:29:15 +0900 Subject: bump 2.1.13 --- config/hypr/v2.1.12 | 5 ----- config/hypr/v2.1.13 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 config/hypr/v2.1.12 create mode 100644 config/hypr/v2.1.13 (limited to 'config') diff --git a/config/hypr/v2.1.12 b/config/hypr/v2.1.12 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.1.12 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.1.13 b/config/hypr/v2.1.13 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.1.13 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3 From 9dab3c204048bc2285c723222fdcf86e2f7e6e21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 11:07:18 +0900 Subject: updated for Debian-hyprland rofi --- config/rofi/config-powermenu.rasi | 2 ++ config/rofi/resolution/1080p/config-powermenu.rasi | 2 ++ config/rofi/resolution/1440p/config-powermenu.rasi | 2 ++ 3 files changed, 6 insertions(+) (limited to 'config') diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; -- cgit v1.2.3 From 5004a2b8cf65e524d5d9b3b4fe8f1dce95554696 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 18:30:47 +0900 Subject: small adjustment on dunst --- config/dunst/dunstrc | 14 +++++++------- config/hypr/scripts/DarkLight.sh | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'config') diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 58734275..e20c4cc8 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -70,7 +70,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#7F8153" + frame_color = "#3C27C7" # Define a color for the separator. # possible values are: @@ -282,24 +282,24 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 2 # Icon for notifications with low urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_normal] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_critical] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index fc75bf74..2072e1be 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -47,10 +47,10 @@ notify_user "$next_mode" # Change background for dunst if [ "$next_mode" = "dark" ]; then sed -i '/background = /s/.*/ background = "#00000080"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#FFFFFF90"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#fafafa"/' "${dunst_config}/dunstrc" else sed -i '/background = /s/.*/ background = "#FFFFFF80"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#00000090"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#00000095"/' "${dunst_config}/dunstrc" fi # Symlink for rofi theme -- cgit v1.2.3 From e02b2b39e757233eddd6c4ef127c4c9a01d9ab9a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 21:22:57 +0900 Subject: updated swaylock config --- config/swaylock/config | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/swaylock/config b/config/swaylock/config index 985bd1a9..804a1f77 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,30 +1,35 @@ ## Swaylock-effects config -ignore-empty-password +daemonize + font="Fira Sans Semibold" # clock choose between AM/PM or 24H clock # AM/PM formats (American Format) -#datestr=%a, %B %e -#timestr=%I:%M %p +# datestr=%a, %B %e +# timestr=%I:%M %p #24 HRS clock format and standard Europe Date Format timestr=%H:%M:%S datestr=%d %B, %a # Add current display as background -# screenshots +#screenshots # Add an image as a background. You need to disable screenshots above image=$HOME/.config/rofi/.current_wallpaper # Effect for background # NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -# effect-blur=5x4 +#effect-blur=9x5 +#effect-vignette=0.5:0.5 # effect-greyscale # effect-pixelate=5 -# effect-vignette 0:1 + +show-failed-attempts +ignore-empty-password +grace=1 # Fade in time (secs) fade-in=0.5 -- cgit v1.2.3 From 7998d73b091fb294e8d380f6a5326a0829082c21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 23:52:00 +0900 Subject: updated swaylock configs --- config/swaylock/config | 66 +++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 41 deletions(-) (limited to 'config') diff --git a/config/swaylock/config b/config/swaylock/config index 804a1f77..03f5f819 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,14 +1,10 @@ -## Swaylock-effects config - daemonize - -font="Fira Sans Semibold" - -# clock choose between AM/PM or 24H +show-failed-attempts clock + # AM/PM formats (American Format) -# datestr=%a, %B %e -# timestr=%I:%M %p +#datestr=%a, %B %e +#timestr=%I:%M %p #24 HRS clock format and standard Europe Date Format timestr=%H:%M:%S @@ -22,52 +18,40 @@ image=$HOME/.config/rofi/.current_wallpaper # Effect for background # NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -#effect-blur=9x5 -#effect-vignette=0.5:0.5 -# effect-greyscale +# effect-blur=9x5 +# effect-vignette=0.5:0.5 +effect-greyscale # effect-pixelate=5 -show-failed-attempts -ignore-empty-password -grace=1 - -# Fade in time (secs) -fade-in=0.5 - -# Show/Hide indicator circle +color=1f1d2e80 +font="Inter" indicator - -# indicator (higher number means bigger clock) indicator-radius=200 - indicator-thickness=20 -indicator-caps-lock - -# colors -bs-hl-color=31748f -inside-color=323232 +line-color=1f1d2e +ring-color=191724 +inside-color=1f1d2e key-hl-color=eb6f92 -line-color=4f4f4f -ring-color=4f4f4f separator-color=00000000 text-color=e0def4 - -inside-ver-color=1f1d2e +text-caps-lock-color="" line-ver-color=eb6f92 ring-ver-color=eb6f92 +inside-ver-color=1f1d2e text-ver-color=e0def4 - -inside-wrong-color=1f1d2e -line-wrong-color=1f1d2e ring-wrong-color=31748f text-wrong-color=31748f - +inside-wrong-color=1f1d2e inside-clear-color=1f1d2e -line-clear-color=1f1d2e -ring-clear-color=9ccfd8 text-clear-color=e0def4 +ring-clear-color=9ccfd8 +line-clear-color=1f1d2e +line-wrong-color=1f1d2e +bs-hl-color=31748f +grace=1 +grace-no-mouse +grace-no-touch +fade-in=0.2 +ignore-empty-password + -caps-lock-bs-hl-color=ffffff -caps-lock-key-hl-color=ffffff -text-caps-lock-color=ffffff -#disable-caps-lock-text -- cgit v1.2.3 From 64fcb6cf3cc2a37576007369b43e9b987ff9903a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 2 Dec 2023 13:07:51 +0900 Subject: enabled numlock by default. tnx Jack --- config/hypr/configs/Settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index fe3ad2a6..b40eba67 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -97,7 +97,7 @@ input { kb_rules= repeat_rate=50 repeat_delay=300 - numlock_by_default=0 + numlock_by_default=1 left_handed=0 follow_mouse=1 float_switch_override_focus=0 -- cgit v1.2.3 From b51428618c7ca7880baa3edbb5370bf777cded5b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 2 Dec 2023 15:03:36 +0900 Subject: Change rofi themes --- config/rofi/config-compact.rasi | 10 ++-- config/rofi/config-long.rasi | 15 +++--- config/rofi/config-powermenu.rasi | 20 ++++---- config/rofi/config-rofi-Beats.rasi | 12 ++--- config/rofi/config-wallpaper.rasi | 16 +++---- config/rofi/config-waybar-layout.rasi | 30 ++++++------ config/rofi/config-waybar-style.rasi | 50 +++++++++---------- config/rofi/config.rasi | 56 ++++++++++++---------- config/rofi/resolution/1080p/config-compact.rasi | 8 ++-- config/rofi/resolution/1080p/config-long.rasi | 13 ++--- config/rofi/resolution/1080p/config-powermenu.rasi | 20 ++++---- .../rofi/resolution/1080p/config-rofi-Beats.rasi | 10 ++-- config/rofi/resolution/1080p/config-wallpaper.rasi | 18 +++---- .../resolution/1080p/config-waybar-layout.rasi | 28 ++++++----- .../rofi/resolution/1080p/config-waybar-style.rasi | 48 ++++++++++--------- config/rofi/resolution/1080p/config.rasi | 54 +++++++++++---------- config/rofi/resolution/1440p/config-compact.rasi | 8 ++-- config/rofi/resolution/1440p/config-long.rasi | 13 ++--- config/rofi/resolution/1440p/config-powermenu.rasi | 20 ++++---- .../rofi/resolution/1440p/config-rofi-Beats.rasi | 10 ++-- config/rofi/resolution/1440p/config-wallpaper.rasi | 14 +++--- .../resolution/1440p/config-waybar-layout.rasi | 28 ++++++----- .../rofi/resolution/1440p/config-waybar-style.rasi | 48 ++++++++++--------- config/rofi/resolution/1440p/config.rasi | 54 +++++++++++---------- 24 files changed, 315 insertions(+), 288 deletions(-) (limited to 'config') diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 122536e4..308ff85b 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -4,11 +4,11 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 600px; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +46,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 55fb2261..28f6786a 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,13 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 900px; - height: 500px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -45,7 +46,7 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; @@ -75,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index 3a84a306..520c09d3 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,15 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 250px; - height: 500px; + width: 280px; + /*height: 500px;*/ x-offset: -10px; /* Debian/Ubuntu users use this offset */ /* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -49,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -58,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -89,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 16"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 4d688185..8619b670 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -4,11 +4,11 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index d73ee64f..da47e90d 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -4,11 +4,11 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; @@ -82,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 40059b8b..5d94a268 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -1,13 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -107,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 15; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,6 +120,7 @@ listview { fixed-columns: true; background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 53e08708..d35d3a11 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,13 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -55,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -107,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 5293bec0..8430cc80 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,14 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; + orientation: vertical; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -64,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -80,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -115,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -135,18 +137,20 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 8; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: true; + fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -156,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -217,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index aa5dc2b4..308ff85b 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 600px; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +46,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index 5b749e8e..28f6786a 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 900px; - height: 500px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -45,7 +46,7 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; @@ -75,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index 3a84a306..520c09d3 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -18,15 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 250px; - height: 500px; + width: 280px; + /*height: 500px;*/ x-offset: -10px; /* Debian/Ubuntu users use this offset */ /* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -49,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -58,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -89,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 16"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index 5d3ad846..8619b670 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index a981980d..da47e90d 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; @@ -82,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -120,7 +120,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: truev; + fixed-columns: false; background-color: transparent; border-radius: 10px; } @@ -131,7 +131,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 57e65d35..5d94a268 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -107,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 15; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,6 +120,7 @@ listview { fixed-columns: true; background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index 95ba5286..d35d3a11 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -55,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -107,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index f8943943..8430cc80 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; + orientation: vertical; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -64,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -80,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -115,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -135,18 +137,20 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 8; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: true; + fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -156,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -217,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; 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 122536e4..0dd5fe5d 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 600px; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +46,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index 55fb2261..5453cebe 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 900px; - height: 500px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -45,7 +46,7 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; @@ -75,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index 3a84a306..b032dc5b 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -18,15 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 250px; - height: 500px; + width: 300px; + /*height: 500px;*/ x-offset: -10px; /* Debian/Ubuntu users use this offset */ /* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -49,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -58,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -89,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 18"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 4d688185..521875f2 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index d73ee64f..ef28039c 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -47,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; @@ -82,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 40059b8b..8c51c0c9 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -107,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 15; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,6 +120,7 @@ listview { fixed-columns: true; background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index 53e08708..cd73cfe0 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -55,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -78,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -107,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 5293bec0..dca52fde 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; + orientation: vertical; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -64,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -80,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -115,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -135,18 +137,20 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 8; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: true; + fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -156,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -217,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } -- cgit v1.2.3