aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/rofi/power-profiles.rasi')
-rw-r--r--dot_config/rofi/power-profiles.rasi9
1 files changed, 5 insertions, 4 deletions
diff --git a/dot_config/rofi/power-profiles.rasi b/dot_config/rofi/power-profiles.rasi
index f81cf72..1b17b3c 100644
--- a/dot_config/rofi/power-profiles.rasi
+++ b/dot_config/rofi/power-profiles.rasi
@@ -3,7 +3,7 @@
3 * Maintainer: joekamprad <[email protected]> 3 * Maintainer: joekamprad <[email protected]>
4 *******************************************************/ 4 *******************************************************/
5configuration { 5configuration {
6 font: "Noto Sans Regular 10"; 6 font: "Noto Sans Regular 20";
7 show-icons: false; 7 show-icons: false;
8 icon-theme: "Qogir"; 8 icon-theme: "Qogir";
9 scroll-method: 0; 9 scroll-method: 0;
@@ -21,13 +21,13 @@ window {
21 border: 0; 21 border: 0;
22 padding: 10; 22 padding: 10;
23 transparency: "real"; 23 transparency: "real";
24 width: 170px; 24 width: 220px;
25 location: east; 25 location: center;
26 /*y-offset: 18;*/ 26 /*y-offset: 18;*/
27 /*x-offset: 850;*/ 27 /*x-offset: 850;*/
28} 28}
29listview { 29listview {
30 lines: 4; 30 lines: 3;
31 columns: 1; 31 columns: 1;
32} 32}
33element { 33element {
@@ -94,6 +94,7 @@ button.selected {
94 text-color: @selected-normal-foreground; 94 text-color: @selected-normal-foreground;
95} 95}
96inputbar { 96inputbar {
97 enabled: false;
97 spacing: 0; 98 spacing: 0;
98 text-color: @normal-foreground; 99 text-color: @normal-foreground;
99 padding: 1px; 100 padding: 1px;
Powered by cgit v1.2.3 (git 2.41.0)