mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Playing with xmobar colors.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
-- you can find weather location codes here: http://weather.noaa.gov/index.html
|
-- 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"
|
Config { font = "xft:UbuntuMono Nerd Font:pixelsize=14:antialias=true:hinting=true"
|
||||||
|
, additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
|
||||||
, bgColor = "#292d3e"
|
, bgColor = "#292d3e"
|
||||||
, fgColor = "#bbc5ff"
|
, fgColor = "#bbc5ff"
|
||||||
, position = Top
|
, position = Top
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ myKeys =
|
|||||||
, ("M-C-<KP_Page_Up>", spawn (myTerminal ++ " -e wopr report.xml")) -- Keypad 9
|
, ("M-C-<KP_Page_Up>", spawn (myTerminal ++ " -e wopr report.xml")) -- Keypad 9
|
||||||
|
|
||||||
-- GUI Apps
|
-- GUI Apps
|
||||||
, ("M-w", spawn "firefox")
|
, ("M-w", spawn "surf http://www.youtube.com/c/DistroTube/")
|
||||||
, ("M-f", spawn "pcmanfm")
|
, ("M-f", spawn "pcmanfm")
|
||||||
, ("M-g", runOrRaise "geany" (resource =? "geany"))
|
, ("M-g", runOrRaise "geany" (resource =? "geany"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user