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 sort='sort -n'
|
||||||
alias ssh='kitten ssh'
|
alias ssh='kitten ssh'
|
||||||
alias sudo='sudo '
|
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 trc='trash-empty'
|
||||||
alias trl='trash-list'
|
alias trl='trash-list'
|
||||||
alias trm='trash-rm'
|
alias trm='trash-rm'
|
||||||
|
@ -49,11 +49,10 @@ Config { overrideRedirect = True
|
|||||||
, Run Uptime
|
, Run Uptime
|
||||||
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
|
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
|
||||||
] 600
|
] 600
|
||||||
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
|
||||||
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
|
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
|
||||||
, Run XMonadLog
|
, Run XMonadLog
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, 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
|
, Run Uptime
|
||||||
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
|
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
|
||||||
] 600
|
] 600
|
||||||
|
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
||||||
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
|
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
|
||||||
, Run XMonadLog
|
, Run XMonadLog
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, 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 \
|
spawnOnce "trayer -l --edge top --align right --SetDockType true \
|
||||||
\--SetPartialStrut true --expand true --widthtype request \
|
\--SetPartialStrut true --expand true --widthtype request \
|
||||||
\--transparent true --tint 0x232634 --height 18 \
|
\--transparent true --tint 0x232634 --height 18 \
|
||||||
\--monitor 0"
|
\--monitor 1"
|
||||||
spawnOnce "redshift-gtk"
|
spawnOnce "redshift-gtk"
|
||||||
spawnOnce "udiskie"
|
spawnOnce "udiskie"
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce "arch-audit-gtk"
|
spawnOnce "arch-audit-gtk"
|
||||||
spawnOnce "calcurse --daemon"
|
spawnOnce "calcurse --daemon"
|
||||||
spawnOnce "dunst"
|
spawnOnce "dunst"
|
||||||
spawnOnce "mousemove"
|
|
||||||
spawnOnce "lxpolkit"
|
spawnOnce "lxpolkit"
|
||||||
spawnOnce "numlockx"
|
spawnOnce "numlockx"
|
||||||
|
spawnOnce "blueman-applet"
|
||||||
|
spawnOnce "mousemove"
|
||||||
|
|
||||||
-- Manage hook
|
-- Manage hook
|
||||||
myManageHook :: ManageHook
|
myManageHook :: ManageHook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user