Skip to content

Commit cb3c697

Browse files
committed
fn.fb
1 parent 9d5fd96 commit cb3c697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/archlinux-tweak-tool/termite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
def get_themes(combo): # noqa
1414
if fn.path.isdir(fn.home + "/.config/termite/themes/"):
15-
themes = fn.listdir(fn.home + "/.config/termite/themes/")
1615
combo.get_model().clear()
16+
themes = fn.listdir(fn.home + "/.config/termite/themes/")
1717
with open(fn.termite_config, "r", encoding="utf-8") as f:
1818
lines = f.readlines()
1919
f.close()
@@ -33,7 +33,7 @@ def get_themes(combo): # noqa
3333

3434
coms.sort()
3535

36-
if fn.fn.path.isfile(fn.config):
36+
if fn.path.isfile(fn.config):
3737
themes = Settings.read_settings("TERMITE", "theme")
3838
if len(themes) > 1:
3939
active = themes

0 commit comments

Comments
 (0)