rofi brightness menu

This commit is contained in:
Noah Masur
2023-04-02 15:52:45 -04:00
parent d6611ca7a2
commit 8283480fd1
10 changed files with 74 additions and 17 deletions

View File

@ -0,0 +1,6 @@
@import "common.rasi"
#window {
width: 605px;
height: 230px;
}

View File

@ -33,11 +33,6 @@
vpn-textbox-prompt-colon-padding: @network-textbox-prompt-colon-padding;
}
#window {
width: 980px;
height: 230px;
}
/**
* Settings used in every rofi option menu:
*/

View File

@ -1 +1,6 @@
@import "common.rasi"
#window {
width: 980px;
height: 230px;
}