mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
rofi: Increase icon size and number of columns
This commit is contained in:
parent
6061667179
commit
80797d3b0d
@ -73,9 +73,10 @@
|
||||
};
|
||||
|
||||
listview = {
|
||||
margin = mkLiteral "48px calc( 50% - 560px )";
|
||||
margin = mkLiteral "48px calc( 50% - 720px )";
|
||||
margin-bottom = mkLiteral "0px";
|
||||
spacing = mkLiteral "48px";
|
||||
columns = 5;
|
||||
columns = 6;
|
||||
fixed-columns = true;
|
||||
};
|
||||
|
||||
@ -88,7 +89,7 @@
|
||||
spacing = mkLiteral "4px";
|
||||
|
||||
orientation = mkLiteral "vertical";
|
||||
border-radius = mkLiteral "16px";
|
||||
border-radius = mkLiteral "12px";
|
||||
};
|
||||
|
||||
"element selected" = {
|
||||
@ -96,7 +97,7 @@
|
||||
};
|
||||
|
||||
element-icon = {
|
||||
size = mkLiteral "5em";
|
||||
size = mkLiteral "5.75em";
|
||||
horizontal-align = mkLiteral "0.5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user