aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/resolution/1440p/config.rasi
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-08-29 01:05:52 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-08-29 01:05:52 +0900
commite1c3050974d017ab40c607a548aeee9b7d85ed39 (patch)
treefccb55d5695ceb65c43894b3d99e9c8803bd7496 /config/rofi/resolution/1440p/config.rasi
parenta3b8dbc1df4afd76511c779a8cf85d3f260d9146 (diff)
new rofi-menu
Diffstat (limited to 'config/rofi/resolution/1440p/config.rasi')
-rwxr-xr-xconfig/rofi/resolution/1440p/config.rasi33
1 files changed, 22 insertions, 11 deletions
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index b72c1001..07809fbb 100755
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -3,13 +3,9 @@
@import "~/.config/rofi/master-config.rasi"
-/* ---- Configuration ---- */
-configuration {
- font: "Fira Code SemiBold 13";
-}
/* ---- Window ---- */
window {
- width: 40%;
+ width: 60%;
}
/* ---- Entry input ---- */
@@ -17,17 +13,32 @@ entry {
width: 18%;
}
+/* ---- Mode Switcher ---- */
+button {
+ width: 110px;
+}
+
/* ---- Listview ---- */
listview {
- lines: 8;
+ columns: 6;
+ lines: 4;
+ fixed-height: true;
}
-/* ---- Mode Switcher ---- */
-button {
- width: 110px;
+/* ---- Element ---- */
+element {
+ orientation: vertical;
+ padding: 12px;
+ spacing: 6px;
+ border-radius: 20px;
}
-element-text {
- font: "Fira Code SemiBold 16";
+element-icon {
+ size: 5%;
}
+element-text {
+ font: "Fira Code SemiBold 12";
+ vertical-align: 0.5;
+ horizontal-align: 0.5;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage