mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
ironbar: Decrease translucency
This might be an ideal number for most use cases.
This commit is contained in:
parent
9ed706c2a5
commit
38d090d550
@ -1,7 +1,7 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
opacity = lib.strings.floatToString (config.stylix.opacity.terminal - 0.05);
|
opacity = lib.strings.floatToString (config.stylix.opacity.terminal - 0.025);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
xdg.configFile."ironbar/config.json".text = /* json */ ''
|
xdg.configFile."ironbar/config.json".text = /* json */ ''
|
||||||
|
Loading…
Reference in New Issue
Block a user