Playing with xmobar colors.

This commit is contained in:
Derek Taylor 2019-02-13 09:21:12 -06:00
parent ab180db5b8
commit 129ba999c8
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
-- you can find weather location codes here: http://weather.noaa.gov/index.html
Config { font = "xft:UbuntuMono Nerd Font:pixelsize=14:antialias=true:hinting=true"
, additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
, bgColor = "#292d3e"
, fgColor = "#bbc5ff"
, position = Top

View File

@ -231,7 +231,7 @@ myKeys =
, ("M-C-<KP_Page_Up>", spawn (myTerminal ++ " -e wopr report.xml")) -- Keypad 9
-- GUI Apps
, ("M-w", spawn "firefox")
, ("M-w", spawn "surf http://www.youtube.com/c/DistroTube/")
, ("M-f", spawn "pcmanfm")
, ("M-g", runOrRaise "geany" (resource =? "geany"))