Changed foom -> simplistic, removed unneeded files.
@@ -4,7 +4,7 @@ usehal = true
|
||||
[looks]
|
||||
opacity = 70
|
||||
bgcolor = black
|
||||
buttontheme = foom
|
||||
buttontheme = simplistic
|
||||
buttons = cancel, logout, restart, shutdown, suspend, lock
|
||||
|
||||
[shortcuts]
|
||||
|
||||
|
Before Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 813 B After Width: | Height: | Size: 813 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
2
setup.py
@@ -27,7 +27,7 @@ setup(name = "oblogout",
|
||||
|
||||
packages = ['oblogout'],
|
||||
scripts = ["data/oblogout"],
|
||||
data_files = [('share/themes/foom/oblogout', glob.glob('data/themes/foom/oblogout/*')),
|
||||
data_files = [('share/themes/simplistic/oblogout', glob.glob('data/themes/simplistic/oblogout/*')),
|
||||
('share/themes/oxygen/oblogout', glob.glob('data/themes/oxygen/oblogout/*')),
|
||||
('/etc', glob.glob('data/oblogout.conf'))],
|
||||
|
||||
|
||||