From bf803d18a65ce80e4610382955faa14d6d8c50e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 12 Feb 2024 12:31:36 +0100 Subject: [PATCH] Update and restore white for music --- flake.lock | 6 +++--- hm/desktop/frobar/frobar/__init__.py | 2 +- hm/desktop/frobar/frobar/display.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) 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()