Skip to content

Commit

Permalink
actually fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Feb 5, 2023
1 parent 67c8c97 commit ade1fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_cpufreq/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
sys.path.append("../")
from auto_cpufreq.gui.objects import RadioButtonView, SystemStatsLabel, CPUFreqStatsLabel, CurrentGovernorBox

CSS_FILE = "styles.css"
CSS_FILE = "/usr/local/share/auto-cpufreq/scripts/style.css"

HBOX_PADDING = 20

Expand All @@ -20,7 +20,7 @@ def __init__(self):
self.set_default_size(640, 480)
self.set_border_width(10)

#self.load_css()
self.load_css()

settings = Gtk.Settings.get_default()
# Theme
Expand Down

0 comments on commit ade1fed

Please sign in to comment.