Update XMonad config

This commit is contained in:
daniele 2024-05-31 21:57:26 +02:00
parent 52fda9bc90
commit 432b61594b
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
4 changed files with 7 additions and 6 deletions

View File

@ -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'

View File

@ -49,11 +49,10 @@ Config { overrideRedirect = True
, Run Uptime
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>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% "
}

View File

@ -49,10 +49,11 @@ Config { overrideRedirect = True
, Run Uptime
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>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% "
}

View File

@ -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