diff --git a/flake.lock b/flake.lock index e8dbb47..30624e7 100644 --- a/flake.lock +++ b/flake.lock @@ -398,11 +398,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707091808, - "narHash": "sha256-LahKBAfGbY836gtpVNnWwBTIzN7yf/uYM/S0g393r0Y=", + "lastModified": 1707514827, + "narHash": "sha256-Y+wqFkvikpE1epCx57PsGw+M1hX5aY5q/xgk+ebDwxI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f2ee8c91ac42da3ae6c6a1d21555f283458247e", + "rev": "20f65b86b6485decb43c5498780c223571dd56ef", "type": "github" }, "original": { diff --git a/hm/desktop/frobar/frobar/__init__.py b/hm/desktop/frobar/frobar/__init__.py index e5bff24..23764fb 100644 --- a/hm/desktop/frobar/frobar/__init__.py +++ b/hm/desktop/frobar/frobar/__init__.py @@ -30,7 +30,7 @@ def run(): ) # TODO Middle - Bar.addSectionAll(MpdProvider(theme=7), BarGroupType.LEFT) + Bar.addSectionAll(MpdProvider(theme=9), BarGroupType.LEFT) # Bar.addSectionAll(I3WindowTitleProvider(), BarGroupType.LEFT) # TODO Computer modes diff --git a/hm/desktop/frobar/frobar/display.py b/hm/desktop/frobar/frobar/display.py index 4bc14a3..76dd9cf 100644 --- a/hm/desktop/frobar/frobar/display.py +++ b/hm/desktop/frobar/frobar/display.py @@ -351,6 +351,7 @@ class Section: for t in range(8, 16): Section.THEMES.append((Section.COLORS[0], Section.COLORS[t])) Section.THEMES.append((Section.COLORS[0], Section.COLORS[3])) + Section.THEMES.append((Section.COLORS[0], Section.COLORS[6])) Section.updateThread.start()