diff --git a/home/bin/sync-pics b/home/bin/sync-pics index 9cb5cc4..1b6c974 100755 --- a/home/bin/sync-pics +++ b/home/bin/sync-pics @@ -30,7 +30,7 @@ TARGETS = OrderedDict([ path = "/run/media/kirsle/Cyro/Pictures/Organized", )), ("Obelisk", dict( - path = "/run/media/kirsle/Obelisk/Redundant/Images/Organized", + path = "/mnt/Obelisk/Redundant/Images/Organized", rsync = "rsync -avu --no-p --delete {source}/ \"{destination}/\"", )), ("Rosewill", dict( diff --git a/misc/.gtkrc-2.0 b/misc/.gtkrc-2.0 new file mode 100644 index 0000000..b5b1826 --- /dev/null +++ b/misc/.gtkrc-2.0 @@ -0,0 +1,19 @@ +# gtkrc-2.0 file to set the panel text color to white, +# for some XFCE and MATE themes. +# +# Also resets the murrine text style, for Bluebird/Ambiance/some other +# themes that want a text-shadow ugly effect. + +style "panel" +{ + fg[NORMAL] = "#FFFFFF" + fg[ACTIVE] = "#FFFFFF" + + engine "murrine" { + textstyle = 0 + } +} + +widget_class "*Panel*" style "panel" +widget "*Panel*" style "panel" +class "*Panel*" style "panel"