Rework powermenu sizes

This commit is contained in:
2025-02-12 00:14:04 +01:00
parent 514b731c05
commit 3aec1d9c04
2 changed files with 6 additions and 5 deletions

View File

@@ -38,7 +38,8 @@ confirm_cmd() {
-theme-str 'window {location: center; anchor: center; fullscreen: false; width: 250px;}' \ -theme-str 'window {location: center; anchor: center; fullscreen: false; width: 250px;}' \
-theme-str 'mainbox {children: [ "message", "listview" ];}' \ -theme-str 'mainbox {children: [ "message", "listview" ];}' \
-theme-str 'listview {columns: 2; lines: 1;}' \ -theme-str 'listview {columns: 2; lines: 1;}' \
-theme-str 'element-text {horizontal-align: 0.5;}' \ -theme-str 'element-text {horizontal-align: 0.5; }' \
-theme-str 'element {padding: 0px; }'\
-theme-str 'textbox {horizontal-align: 0.5;}' \ -theme-str 'textbox {horizontal-align: 0.5;}' \
-dmenu \ -dmenu \
-p 'Confirmation' \ -p 'Confirmation' \

View File

@@ -26,7 +26,7 @@ window {
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 1200px; width: 800px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
@@ -93,7 +93,7 @@ prompt {
message { message {
enabled: true; enabled: true;
margin: 0px 50px; margin: 0px 50px;
padding: 15px; padding: 10px;
border: 0px solid; border: 0px solid;
border-radius: 100%; border-radius: 100%;
border-color: @selected; border-color: @selected;
@@ -147,7 +147,7 @@ element {
enabled: true; enabled: true;
spacing: 0px; spacing: 0px;
margin: 0px; margin: 0px;
padding: 70px 10px; padding: 0px;
border: 0px solid; border: 0px solid;
border-radius: 100%; border-radius: 100%;
border-color: @selected; border-color: @selected;
@@ -157,7 +157,7 @@ element {
} }
element-text { element-text {
font: "JetBrains Mono Nerd Font 55"; font: "JetBrains Mono Nerd Font 55";
padding: 0px 0px 0px -18px; padding: 0px 0px 0px -15px;
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: inherit; cursor: inherit;