diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index b246156..335486a 100755 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -5,7 +5,7 @@ shadow-offset-x = 1; shadow-offset-y = 1; shadow-opacity = 0.3; shadow-ignore-shaped = false; -shadow-exclude = [ "name = 'Notification'", "override_redirect = 1 && !WM_CLASS@:s", "class_g ?= 'Dmenu'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_GTK_FRAME_EXTENTS@:c", "class_g ?= 'i3-frame'" ]; +shadow-exclude = [ "name = 'Notification'", "override_redirect = 1 && !WM_CLASS@:s", "class_g ?= 'Dmenu'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_GTK_FRAME_EXTENTS@:c", "class_g ?= 'i3-frame', "class_g ?= 'trayer'" ]; menu-opacity = 1.0; inactive-opacity = 1.0; active-opacity = 1; diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 87bcb1f..1f115c9 100755 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -111,6 +111,7 @@ myStartupHook = do spawnOnce "urxvtd &" spawnOnce "nitrogen --restore &" spawnOnce "compton --config /home/dt/.config/compton/compton.conf &" + spawnOnce "exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 0 --tint 0x292d3e --height 19 &" setWMName "LG3D" --spawnOnce "/home/dt/.xmonad/xmonad.start" -- Sets our wallpaper @@ -193,7 +194,7 @@ myKeys = -- Main Run Apps , ("M-", spawn myTerminal) - , ("M-", spawn "dmenu_run -fn 'UbuntuMono Nerd Font:size=10' -nb '#282A36' -nf '#F8F8F2' -sb '#BD93F9' -sf '#282A36' -p 'dmenu:'") + , ("M-", spawn "dmenu_run -fn 'UbuntuMono Nerd Font:size=10' -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -p 'dmenu:'") -- Command Line Apps (MOD + KEYPAD 1-9) , ("M-", spawn (myTerminal ++ " -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss http://www.distrowatch.com")) -- Keypad 1