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
parentea795e932b3edf04ef74b1566dbbf6aa0efc5853 (diff)
downloaddotfiles-8ff7a22d01bbdb74e452b0ccc4900446878e356a.tar.gz
i3: update power profile menu
-rw-r--r--dot_config/i3/config1
-rw-r--r--dot_config/i3/scripts/executable_power-profiles9
-rw-r--r--dot_config/rofi/power-profiles.rasi9
-rw-r--r--dot_config/rofi/worldclock.rasi2
-rw-r--r--dot_zshrc2
5 files changed, 11 insertions, 12 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index e06b562..88b796c 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -499,7 +499,6 @@ bar {
499 } 499 }
500} 500}
501 501
502
503bar { 502bar {
504 font pango: Noto Sans Regular 11 503 font pango: Noto Sans Regular 11
505 status_command i3blocks -c ~/.config/i3/i3blocks.conf 504 status_command i3blocks -c ~/.config/i3/i3blocks.conf
diff --git a/dot_config/i3/scripts/executable_power-profiles b/dot_config/i3/scripts/executable_power-profiles
index feb63dc..cdee0f5 100644
--- a/dot_config/i3/scripts/executable_power-profiles
+++ b/dot_config/i3/scripts/executable_power-profiles
@@ -121,16 +121,15 @@ typeset -A menu
121# Menu with keys/commands 121# Menu with keys/commands
122 122
123menu=( 123menu=(
124 [ Performance]="powerprofilesctl set performance" 124 [Performance]="powerprofilesctl set performance"
125 [ Balanced]="powerprofilesctl set balanced" 125 [Balanced]="powerprofilesctl set balanced"
126 [ Power Saver]="powerprofilesctl set power-saver" 126 [Power Saver]="powerprofilesctl set power-saver"
127 [ Cancel]=""
128) 127)
129 128
130menu_nrows=${#menu[@]} 129menu_nrows=${#menu[@]}
131 130
132# Menu entries that may trigger a confirmation message 131# Menu entries that may trigger a confirmation message
133menu_confirm="Shutdown Reboot Hibernate Suspend Halt Logout" 132menu_confirm=""
134 133
135launcher_exe="" 134launcher_exe=""
136launcher_options="" 135launcher_options=""
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}
diff --git a/dot_zshrc b/dot_zshrc
index 502e9e0..9f9b3a3 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -134,5 +134,5 @@ alias m="make -j`nproc --all`"
134alias t="xfce4-terminal" 134alias t="xfce4-terminal"
135alias nas="sudo mount -t cifs -o user=clarkzjw //192.168.1.201/pool1 /mnt/truenas" 135alias nas="sudo mount -t cifs -o user=clarkzjw //192.168.1.201/pool1 /mnt/truenas"
136alias chez="/usr/bin/chezmoi" 136alias chez="/usr/bin/chezmoi"
137 137alias xc="xclip -selection clip"
138alias log="/home/clarkzjw/Documents/sync/UVic/PanLab/Code/picoquic/picoquic/picolog_t -f qlog" 138alias log="/home/clarkzjw/Documents/sync/UVic/PanLab/Code/picoquic/picoquic/picolog_t -f qlog"
Powered by cgit v1.2.3 (git 2.41.0)