Change background color

master3.3
Mike Hiretsky 14 years ago
parent 9d44fa719d
commit de4a0fa379

@ -43,7 +43,7 @@ if __name__ == "__main__":
window.set_border_width(0)
window.modify_bg(gtk.STATE_NORMAL,
gtk.gdk.rgb_get_colormap().alloc_color('#5F7583'))
gtk.gdk.rgb_get_colormap().alloc_color('#170b0a'))
window.show()
pid = os.fork()

@ -14,7 +14,7 @@
# limitations under the License.
# set background color
xsetroot -solid rgb:5F/75/83
xsetroot -solid rgb:17/0b/0a
if [[ "`ps axeo command | grep 'xdm/xdm --logout' | grep -v grep | \
sed -n -r 's/.* USER=([^ ]+) .*/\1/p'`" == "$USER" ]];

@ -14,4 +14,4 @@
# limitations under the License.
# set background color
xsetroot -solid rgb:5F/75/83
xsetroot -solid rgb:17/0b/0a

Loading…
Cancel
Save