aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-01 10:30:53 -0800
committerclarkzjw <[email protected]>2022-12-01 10:30:53 -0800
commit8ff7a22d01bbdb74e452b0ccc4900446878e356a (patch)
treecca516ec3c488fb3774f599728f486b462181a9c /dot_config/rofi
parentea795e932b3edf04ef74b1566dbbf6aa0efc5853 (diff)
downloaddotfiles-8ff7a22d01bbdb74e452b0ccc4900446878e356a.tar.gz
i3: update power profile menu
Diffstat (limited to 'dot_config/rofi')
-rw-r--r--dot_config/rofi/power-profiles.rasi9
-rw-r--r--dot_config/rofi/worldclock.rasi2
2 files changed, 6 insertions, 5 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;
diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi
index c2ee964..2634a18 100644
--- a/dot_config/rofi/worldclock.rasi
+++ b/dot_config/rofi/worldclock.rasi
@@ -20,7 +20,7 @@ window {
20 /*x-offset: 850;*/ 20 /*x-offset: 850;*/
21} 21}
22listview { 22listview {
23 lines: 5; 23 lines: 3;
24 columns: 1; 24 columns: 1;
25 scrollbar: false; 25 scrollbar: false;
26} 26}
Powered by cgit v1.2.3 (git 2.41.0)