Skip to content

Commit bd4b16c

Browse files
committed
added per monitor gamma curves and persistent config using libcosmic, also restructured view logic into functions
1 parent b8d9cfd commit bd4b16c

File tree

7 files changed

+310
-87
lines changed

7 files changed

+310
-87
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ tracing = "0.1"
1717
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
1818
tracing-journald = "0.3"
1919
tokio = { version = "1", features = ["full"] }
20+
serde = "1.0.219"
2021

2122
[dependencies.libcosmic]
2223
git = "https://github.com/pop-os/libcosmic"
2324
default-features = false
2425
features = ["applet", "tokio", "wayland", "dbus-config"]
2526

2627
[patch."https://github.com/smithay/client-toolkit.git"]
27-
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }
28+
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dark-mode = Dark Mode
2+
gamma-curve = Gamma Curve

0 commit comments

Comments
 (0)