We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5fd96 commit cb3c697Copy full SHA for cb3c697
usr/share/archlinux-tweak-tool/termite.py
@@ -12,8 +12,8 @@
12
13
def get_themes(combo): # noqa
14
if fn.path.isdir(fn.home + "/.config/termite/themes/"):
15
- themes = fn.listdir(fn.home + "/.config/termite/themes/")
16
combo.get_model().clear()
+ themes = fn.listdir(fn.home + "/.config/termite/themes/")
17
with open(fn.termite_config, "r", encoding="utf-8") as f:
18
lines = f.readlines()
19
f.close()
@@ -33,7 +33,7 @@ def get_themes(combo): # noqa
33
34
coms.sort()
35
36
- if fn.fn.path.isfile(fn.config):
+ if fn.path.isfile(fn.config):
37
themes = Settings.read_settings("TERMITE", "theme")
38
if len(themes) > 1:
39
active = themes
0 commit comments