merged and edited
This commit is contained in:
parent
5ea6b7f5e6
commit
44f26639dc
@ -425,8 +425,8 @@ myStartupHook = do
|
|||||||
spawnOnce "volumeicon &"
|
spawnOnce "volumeicon &"
|
||||||
spawnOnce "nm-applet &"
|
spawnOnce "nm-applet &"
|
||||||
spawnOnce "blueman-applet &"
|
spawnOnce "blueman-applet &"
|
||||||
spawnOnce "kdeconnect-indicator &"
|
|
||||||
spawnOnce "/usr/lib/kdeconnectd &"
|
spawnOnce "/usr/lib/kdeconnectd &"
|
||||||
|
spawnOnce "kdeconnect-indicator &"
|
||||||
spawnOnce "dunst &" -- notification daemon
|
spawnOnce "dunst &" -- notification daemon
|
||||||
|
|
||||||
-- Startup Applications
|
-- Startup Applications
|
||||||
@ -457,8 +457,8 @@ main = do
|
|||||||
-- xmproc0 <- spawnPipe toProc
|
-- xmproc0 <- spawnPipe toProc
|
||||||
|
|
||||||
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
xmproc0 <- spawnPipe "xmobar -x 0 /home/solomon/.config/xmobar/xmobarrc-main.hs"
|
||||||
-- xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
xmproc1 <- spawnPipe "xmobar -x 1 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
||||||
-- xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
xmproc2 <- spawnPipe "xmobar -x 2 /home/solomon/.config/xmobar/xmobarrc-sub.hs"
|
||||||
|
|
||||||
xmonad $ ewmh $ docks def
|
xmonad $ ewmh $ docks def
|
||||||
-- defaults = def
|
-- defaults = def
|
||||||
@ -484,8 +484,8 @@ main = do
|
|||||||
-- logHook = myLogHook,
|
-- logHook = myLogHook,
|
||||||
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
logHook = myLogHook <+> dynamicLogWithPP xmobarPP
|
||||||
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
{ ppOutput = \x -> hPutStrLn xmproc0 x
|
||||||
-- >> hPutStrLn xmproc1 x
|
>> hPutStrLn xmproc1 x
|
||||||
-- >> hPutStrLn xmproc2 x
|
>> hPutStrLn xmproc2 x
|
||||||
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
, ppCurrent = xmobarColor "#a8de45" "" . wrap "[" "]" -- Current workspace in xmobar
|
||||||
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
, ppVisible = xmobarColor "#88ae55" "" . clickable -- Visible but not current workspace
|
||||||
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" . clickable -- Hidden workspaces in xmobar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user