Various tweaks

[git] Remove delta as pager till it can be installed
[xmobar] Remove icons from weather segment to
    restore suddenly borked config.
This commit is contained in:
Adam Cooper 2022-09-07 08:31:00 -04:00
parent 4773b354a3
commit 2c3d634e22
2 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
name = Adam Cooper name = Adam Cooper
email = adam@theadamcooper.com email = adam@theadamcooper.com
[core] # [core]
pager = delta # pager = delta
[interactive] [interactive]
diffFilter = delta --color-only diffFilter = delta --color-only

View File

@ -5,8 +5,8 @@ Config { overrideRedirect = False
, fgColor = "#191970" , fgColor = "#191970"
, position = TopW L 90 , position = TopW L 90
, commands = [ Run WeatherX "KLGA" , commands = [ Run WeatherX "KLGA"
[ ("clear", "\x2600") [ ("clear", "clear")
, ("sunny", "\x1f31e") , ("sunny", "sunny")
, ("mostly clear", "🌣") , ("mostly clear", "🌣")
, ("mostly sunny", "🌤") , ("mostly sunny", "🌤")
, ("partly sunny", "⛅") , ("partly sunny", "⛅")
@ -14,9 +14,9 @@ Config { overrideRedirect = False
, ("cloudy","☁") , ("cloudy","☁")
, ("overcast","☁") , ("overcast","☁")
, ("partly cloudy", "⛅") , ("partly cloudy", "⛅")
, ("mostly cloudy", "\x1f325\xfe0f") , ("mostly cloudy", "mostly cloudy")
, ("considerable cloudiness", "⛈")] , ("considerable cloudiness", "⛈")]
[ "--template", "<fn=1><skyConditionS></fn> <tempF>°F" [ "--template", "<skyConditionS> <tempF>°F"
, "-L", "0" , "-L", "0"
, "-H", "25" , "-H", "25"
, "--low" , "blue" , "--low" , "blue"