update: rofi border-radius and position etc

This commit is contained in:
wyj
2024-04-05 01:33:45 -04:00
parent 77cd4cf980
commit 18bed6fbdf
10 changed files with 47 additions and 35 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ window {
anchor: northeast;
fullscreen: false;
enabled: true;
border-radius: 10px;
border-radius: @border-radius;
background-color: transparent;
}
@@ -133,7 +133,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
border-radius: @border-radius;
background-color: @background;
text-color: inherit;
cursor: pointer;
@@ -171,7 +171,7 @@ element {
margin: 5px;
cursor: pointer;
background-color: @background;
border-radius: 10px;
border-radius: @border-radius;
border: @border-width;
}