From 432b61594bf5984d1171817960f22d102955d511 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Fri, 31 May 2024 21:57:26 +0200 Subject: [PATCH] Update XMonad config --- .bash_aliases | 2 +- .config/xmobar/xmobarrc_hdmi | 3 +-- .config/xmobar/xmobarrc_laptop | 3 ++- .config/xmonad/xmonad.hs | 5 +++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index eebdcf9..d7fdf76 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -8,7 +8,7 @@ alias rm='rm -I' alias sort='sort -n' alias ssh='kitten ssh' alias sudo='sudo ' -alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 0' +alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1' alias trc='trash-empty' alias trl='trash-list' alias trm='trash-rm' diff --git a/.config/xmobar/xmobarrc_hdmi b/.config/xmobar/xmobarrc_hdmi index cfc2dff..a8b3175 100644 --- a/.config/xmobar/xmobarrc_hdmi +++ b/.config/xmobar/xmobarrc_hdmi @@ -49,11 +49,10 @@ Config { overrideRedirect = True , Run Uptime [ "--template" , "\xf017 Uptime: d h m" ] 600 - , Run XPropertyLog "_XMONAD_TRAYPAD" , Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" - , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date% %pactl_volume% %_XMONAD_TRAYPAD%" + , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% " } diff --git a/.config/xmobar/xmobarrc_laptop b/.config/xmobar/xmobarrc_laptop index 6d2380a..c6238c4 100644 --- a/.config/xmobar/xmobarrc_laptop +++ b/.config/xmobar/xmobarrc_laptop @@ -49,10 +49,11 @@ Config { overrideRedirect = True , Run Uptime [ "--template" , "\xf017 Uptime: d h m" ] 600 + , Run XPropertyLog "_XMONAD_TRAYPAD" , Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" - , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date% %pactl_volume% " + , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% %_XMONAD_TRAYPAD% " } diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 03bcb40..9206a7e 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -198,16 +198,17 @@ myStartupHook = do spawnOnce "trayer -l --edge top --align right --SetDockType true \ \--SetPartialStrut true --expand true --widthtype request \ \--transparent true --tint 0x232634 --height 18 \ - \--monitor 0" + \--monitor 1" spawnOnce "redshift-gtk" spawnOnce "udiskie" spawnOnce "nm-applet" spawnOnce "arch-audit-gtk" spawnOnce "calcurse --daemon" spawnOnce "dunst" - spawnOnce "mousemove" spawnOnce "lxpolkit" spawnOnce "numlockx" + spawnOnce "blueman-applet" + spawnOnce "mousemove" -- Manage hook myManageHook :: ManageHook