mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
unfuck helix discord-presence
This commit is contained in:
parent
ed2e8ceb8a
commit
ae099b9545
1 changed files with 10 additions and 10 deletions
|
@ -38,16 +38,16 @@
|
|||
large_text = "{language:u}";
|
||||
small_image = "logo";
|
||||
small_text = "Helix";
|
||||
# idle = {
|
||||
# timeout = 999999999999999999;
|
||||
# action = "change_activity";
|
||||
# state = "Idling";
|
||||
# details = "In Helix";
|
||||
# large_image = "logo";
|
||||
# large_text = "Helix";
|
||||
# small_image = "idle";
|
||||
# small_text = "Idle";
|
||||
# };
|
||||
idle = {
|
||||
timeout = 30;
|
||||
action = "change_activity";
|
||||
state = "Idling";
|
||||
details = "In Helix";
|
||||
large_image = "logo";
|
||||
large_text = "Helix";
|
||||
small_image = "idle";
|
||||
small_text = "Idle";
|
||||
};
|
||||
rules = {
|
||||
mode = "blacklist";
|
||||
paths = [ "absolute path" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue