Fix Dunst Sizing & Placement and Update dwl waybar config
- Reduce dunst notification width - Reduce dunst notification offset - Update session script logout icon - Remove hibernate option from session script since I don't use it at all and it is buggy even when setup properly - Update dwl waybar configuration
This commit is contained in:
11
README.org
11
README.org
@@ -375,9 +375,9 @@ See ~man dunst.5~ for available options.
|
||||
[global]
|
||||
monitor = 0
|
||||
follow = keyboard
|
||||
width = 700
|
||||
width = 400
|
||||
height = 120
|
||||
offset = 10x35
|
||||
offset = 10x10
|
||||
origin = top-right
|
||||
notification_limit = 50
|
||||
indicate_hidden = true
|
||||
@@ -9816,12 +9816,11 @@ help_menu() {
|
||||
|
||||
rofi_menu() {
|
||||
declare -a options=(
|
||||
" Logout - logout"
|
||||
" Logout - logout"
|
||||
" Lock - lock"
|
||||
"⏾ Sleep - sleep"
|
||||
" Reboot - reboot"
|
||||
" Shutdown - shutdown"
|
||||
" Hibernate - hibernate"
|
||||
" Back - back"
|
||||
" Quit - quit"
|
||||
)
|
||||
@@ -9865,10 +9864,6 @@ main() {
|
||||
notify-send "Session Control" "Shutting Down System" &
|
||||
systemctl poweroff
|
||||
;;
|
||||
--hibernate)
|
||||
notify-send "Session Control" "Hibernating System" &
|
||||
systemctl hibernate
|
||||
;;
|
||||
--rofi)
|
||||
rofi_menu
|
||||
;;
|
||||
|
@@ -1,9 +1,9 @@
|
||||
[global]
|
||||
monitor = 0
|
||||
follow = keyboard
|
||||
width = 700
|
||||
width = 400
|
||||
height = 120
|
||||
offset = 10x35
|
||||
offset = 10x10
|
||||
origin = top-right
|
||||
notification_limit = 50
|
||||
indicate_hidden = true
|
||||
|
Submodule dwl/.config/dwl updated: 528d96221a...661bad1870
@@ -11,12 +11,11 @@ help_menu() {
|
||||
|
||||
rofi_menu() {
|
||||
declare -a options=(
|
||||
" Logout - logout"
|
||||
" Logout - logout"
|
||||
" Lock - lock"
|
||||
"⏾ Sleep - sleep"
|
||||
" Reboot - reboot"
|
||||
" Shutdown - shutdown"
|
||||
" Hibernate - hibernate"
|
||||
" Back - back"
|
||||
" Quit - quit"
|
||||
)
|
||||
@@ -60,10 +59,6 @@ main() {
|
||||
notify-send "Session Control" "Shutting Down System" &
|
||||
systemctl poweroff
|
||||
;;
|
||||
--hibernate)
|
||||
notify-send "Session Control" "Hibernating System" &
|
||||
systemctl hibernate
|
||||
;;
|
||||
--rofi)
|
||||
rofi_menu
|
||||
;;
|
||||
|
Reference in New Issue
Block a user