Moving stuff back to xprofile. Some more polybar prettying

master
Dustin Swan 6 years ago
parent 6c0ff7d2ec
commit 9d2943d443

@ -14,8 +14,9 @@ background-alt = #444444
;foreground = ${xrdb:color7:#222} ;foreground = ${xrdb:color7:#222}
foreground = #ffffff foreground = #ffffff
foreground-alt = #aaaaaa foreground-alt = #aaaaaa
primary = #ffb52a primary = #0a6cf5
secondary = #e60053 secondary = #e60053
tertiary = #ffb52a
alert = #bd2c40 alert = #bd2c40
[bar/top] [bar/top]
@ -86,22 +87,23 @@ label-unmounted-foreground = ${colors.foreground-alt}
[module/workspace] [module/workspace]
type = internal/xworkspaces type = internal/xworkspaces
label-active = %icon% %name% label-active = %name%
label-active-background = ${colors.background-alt} ; label-active-background = ${colors.background-alt}
label-active-foreground = ${colors.foreground} label-active-foreground = ${colors.foreground}
label-active-underline = ${colors.primary} label-active-underline = ${colors.primary}
label-active-padding = 2 label-active-padding = 2
label-occupied = %index% label-occupied = %name%
label-occupied-padding = 2
label-occupied-foreground = ${colors.foreground} label-occupied-foreground = ${colors.foreground}
label-occupied-underline = ${colors.secondary}
label-occupied-padding = 2
label-urgent = %index%! label-urgent = %name%!
label-urgent-background = ${colors.alert}
label-urgent-foreground = ${colors.foreground} label-urgent-foreground = ${colors.foreground}
label-urgent-background = ${colors.alert}
label-urgent-padding = 2 label-urgent-padding = 2
label-empty = %index% label-empty = %name%
label-empty-foreground = ${colors.foreground-alt} label-empty-foreground = ${colors.foreground-alt}
label-empty-padding = 2 label-empty-padding = 2
@ -176,15 +178,15 @@ format-disconnected =
type = internal/date type = internal/date
interval = 5 interval = 5
date = date = " %Y-%m-%d"
date-alt = " %Y-%m-%d" ; date-alt = " %Y-%m-%d"
time = %H:%M time = %H:%M
time-alt = %H:%M:%S ; time-alt = %H:%M:%S
format-prefix =  format-prefix = 
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5 format-underline = #ffb52a
label = %date% %time% label = %date% %time%

@ -12,22 +12,22 @@ lightBlue = "#66aaff"
main = xmonad $ docks $ ewmh $ defaultConfig main = xmonad $ docks $ ewmh $ defaultConfig
{ terminal = "urxvtc" { terminal = "urxvtc"
, modMask = mod4Mask , modMask = mod4Mask
, workspaces = [ "1", "2", "3" ] , workspaces = [ "α", "β", "γ" ]
, borderWidth = 2 , borderWidth = 2
, normalBorderColor = "#000000" , normalBorderColor = "#000000"
, focusedBorderColor = lightBlue , focusedBorderColor = lightBlue
, focusFollowsMouse = False , focusFollowsMouse = False
, layoutHook = avoidStruts $ spacingWithEdge 6 $ layoutHook defaultConfig , layoutHook = avoidStruts $ spacingWithEdge 6 $ layoutHook defaultConfig
, startupHook = do , startupHook = do
spawn "polybar top" spawn "pkill polybar; polybar top &"
spawn "compton -cGb" -- spawn "compton -cGb"
spawn "~/dotfiles/logitech_linux_mouse.sh" -- spawn "~/dotfiles/logitech_linux_mouse.sh"
spawn "xsetroot -solid black -cursor_name left_ptr" -- spawn "xsetroot -solid black -cursor_name left_ptr"
spawn "feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg" -- spawn "feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg"
spawn "setxkbmap -option ctrl:nocaps -option compose:ralt" -- spawn "setxkbmap -option ctrl:nocaps -option compose:ralt"
spawn "xcape -e 'Control_L=Escape'" -- spawn "xcape -e 'Control_L=Escape'"
spawn "qsyncthingtray" -- spawn "qsyncthingtray"
spawn "xscreensaver" -- spawn "xscreensaver"
} }
`additionalKeysP` `additionalKeysP`
[ ("M1-<Space>", spawn "rofi -show combi") [ ("M1-<Space>", spawn "rofi -show combi")

@ -1,8 +1,9 @@
# setxkbmap -option ctrl:nocaps -option compose:ralt setxkbmap -option ctrl:nocaps -option compose:ralt
# xcape -e 'Control_L=Escape' xcape -e 'Control_L=Escape'
# compton -cGb xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
# sh ~/dotfiles/logitech_linux_mouse.sh compton -cGb
# xsetroot -solid black -cursor_name left_ptr sh ~/dotfiles/logitech_linux_mouse.sh
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg xsetroot -solid black -cursor_name left_ptr
# qsyncthingtray & feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
# xscreensaver & qsyncthingtray &
xscreensaver &

Loading…
Cancel
Save