mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-09 19:26:57 +02:00
ironbar: Add name to bar
This makes it possible to do things with the bar such as toggle it without killing it, however I like the advantages that restarting ironbar completely give.
This commit is contained in:
parent
3187b2efcf
commit
f445bc713b
@ -6,6 +6,7 @@ in
|
|||||||
{
|
{
|
||||||
xdg.configFile."ironbar/config.json".text = /* json */ ''
|
xdg.configFile."ironbar/config.json".text = /* json */ ''
|
||||||
{
|
{
|
||||||
|
"name": "main",
|
||||||
"icon_theme": "Fluent-dark",
|
"icon_theme": "Fluent-dark",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"anchor_to_edges": true,
|
"anchor_to_edges": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user