diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index 97e01ec2b..3cf18f6d3 100644 Binary files a/dconf/.config/dconf/user and b/dconf/.config/dconf/user differ diff --git a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini index 1b52ed6d0..274efda3e 100644 --- a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini +++ b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1692160514 +LastUsed=1692162315 Message=' Fully Updated' diff --git a/rofi/.local/bin/rofi/powermenu b/rofi/.local/bin/rofi/powermenu index ff442e1fc..9cba2586a 100755 --- a/rofi/.local/bin/rofi/powermenu +++ b/rofi/.local/bin/rofi/powermenu @@ -12,7 +12,7 @@ #Created: # Wed 07 December 2022, 11:01:52 PM [GMT] #Modified: -# Mon 14 August 2023, 12:26:30 AM [GMT+1] +# Wed 16 August 2023, 05:37:23 AM [GMT+1] # #Description: # This script defines just a mode for rofi instead of being a self-contained @@ -59,12 +59,12 @@ icons[shutdown]="󰐥" icons[cancel]="" declare -A actions -actions[lockscreen]="loginctl lock-session" +actions[lockscreen]="systemctl lock-session" actions[logout]="pkill -KILL -u ${USER}" -actions[suspend]="loginctl suspend" -actions[hibernate]="loginctl hibernate" -actions[reboot]="loginctl reboot" -actions[shutdown]="loginctl poweroff" +actions[suspend]="systemctl suspend" +actions[hibernate]="systemctl hibernate" +actions[reboot]="systemctl reboot" +actions[shutdown]="systemctl poweroff" # By default, ask for confirmation for actions that are irreversible confirmations=(reboot shutdown logout)