Skip to content

Commit dbc63b8

Browse files
committed
Add COSMIC Observatory to list of system monitors, as first choice.
1 parent 9d4cba9 commit dbc63b8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmic-applet-minimon"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
edition = "2021"
55
license = "GPL-3.0"
66

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ impl Minimon {
876876
/// Check if a system monitor application exist
877877
fn get_sysmon() -> Option<(String, String)> {
878878
let system_monitors = vec![
879+
("observatory", "COSMIC Observatory"),
879880
("gnome-system-monitor", "System Monitor"),
880881
("xfce4-taskmanager", "Task Manager"),
881882
("plasma-systemmonitor", "System Monitor"),

0 commit comments

Comments
 (0)