Update XMonad config
This commit is contained in:
parent
52fda9bc90
commit
432b61594b
@ -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'
|
||||
|
@ -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% "
|
||||
}
|
||||
|
@ -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% "
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user