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:
parent
4773b354a3
commit
2c3d634e22
2 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
name = Adam Cooper
|
||||
email = adam@theadamcooper.com
|
||||
|
||||
[core]
|
||||
pager = delta
|
||||
# [core]
|
||||
# pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
|
|
@ -5,8 +5,8 @@ Config { overrideRedirect = False
|
|||
, fgColor = "#191970"
|
||||
, position = TopW L 90
|
||||
, commands = [ Run WeatherX "KLGA"
|
||||
[ ("clear", "\x2600")
|
||||
, ("sunny", "\x1f31e")
|
||||
[ ("clear", "clear")
|
||||
, ("sunny", "sunny")
|
||||
, ("mostly clear", "🌣")
|
||||
, ("mostly sunny", "🌤")
|
||||
, ("partly sunny", "⛅")
|
||||
|
@ -14,9 +14,9 @@ Config { overrideRedirect = False
|
|||
, ("cloudy","☁")
|
||||
, ("overcast","☁")
|
||||
, ("partly cloudy", "⛅")
|
||||
, ("mostly cloudy", "\x1f325\xfe0f")
|
||||
, ("mostly cloudy", "mostly cloudy")
|
||||
, ("considerable cloudiness", "⛈")]
|
||||
[ "--template", "<fn=1><skyConditionS></fn> <tempF>°F"
|
||||
[ "--template", "<skyConditionS> <tempF>°F"
|
||||
, "-L", "0"
|
||||
, "-H", "25"
|
||||
, "--low" , "blue"
|
||||
|
|
Loading…
Reference in a new issue