From 988ac8f9cced74176695ab7ea04b0f6105c5d492 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 25 Jan 2023 23:37:30 -0800 Subject: i3: update powermenu --- dot_config/i3/config | 1 + dot_config/i3/scripts/executable_powermenu | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'dot_config/i3') diff --git a/dot_config/i3/config b/dot_config/i3/config index 4175611..f1d3a04 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -536,6 +536,7 @@ bar { urgent_workspace $urgentred $urgentred $white $purple } } + # you can add different bars for multidisplay setups on each display: # set output HDMI-0 to the display you want the bar, --transparency can be set. # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: diff --git a/dot_config/i3/scripts/executable_powermenu b/dot_config/i3/scripts/executable_powermenu index 989ab2c..1ea1caf 100644 --- a/dot_config/i3/scripts/executable_powermenu +++ b/dot_config/i3/scripts/executable_powermenu @@ -114,13 +114,13 @@ typeset -A menu # Menu with keys/commands menu=( - [ Shutdown]="systemctl poweroff" - [ Reboot]="systemctl reboot" - [ Suspend]="systemctl suspend" - [ Hibernate]="systemctl hibernate" - [ Lock]="~/.config/i3/scripts/blur-lock" - [ Logout]="i3-msg exit" - [ Cancel]="" + [Shutdown]="systemctl poweroff" + [Reboot]="systemctl reboot" + [Suspend]="systemctl suspend" + [Hibernate]="systemctl hibernate" + [Lock]="~/.config/i3/scripts/blur-lock" + [Logout]="i3-msg exit" + [Cancel]="" ) menu_nrows=${#menu[@]} -- cgit v1.2.3