Add resource file for sway

This commit is contained in:
Ranieri Althoff 2017-10-05 01:08:06 -03:00
parent 4684d04083
commit e089921b36
No known key found for this signature in database
GPG Key ID: 5B5C826F4CC77499
4 changed files with 30 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def get_args(args):
help="Print \"wal\" version.")
arg.add_argument("-e", action="store_true",
help="Skip Reloading Environment gtk/xrdb/i3/polybar")
help="Skip Reloading Environment gtk/xrdb/i3/sway/polybar")
return arg.parse_args(args)

View File

@ -34,6 +34,7 @@ def get_export_type(export_type):
"putty": "colors-putty.reg",
"scss": "colors.scss",
"shell": "colors.sh",
"sway": "colors-sway",
"xresources": "colors.Xresources",
"yaml": "colors.yml",
}.get(export_type, export_type)

View File

@ -52,11 +52,18 @@ def polybar():
util.disown(["pkill", "-USR1", "polybar"])
def sway():
"""Reload sway colors."""
if shutil.which("swaymsg"):
util.disown(["swaymsg", "reload"])
def env(xrdb_file=None):
"""Reload environment."""
gtk()
xrdb(xrdb_file)
i3()
sway()
polybar()
print("reload: Reloaded environment.")

View File

@ -0,0 +1,21 @@
set $wallpaper "{wallpaper}"
set $background "{background}"
set $foreground "{foreground}"
set $color0 "{color0}"
set $color1 "{color1}"
set $color2 "{color2}"
set $color3 "{color3}"
set $color4 "{color4}"
set $color5 "{color5}"
set $color6 "{color6}"
set $color7 "{color7}"
set $color8 "{color8}"
set $color9 "{color9}"
set $color10 "{color10}"
set $color11 "{color11}"
set $color12 "{color12}"
set $color13 "{color13}"
set $color14 "{color14}"
set $color15 "{color15}"