mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +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, ... }:
|
||||
|
||||
let
|
||||
opacity = lib.strings.floatToString (config.stylix.opacity.terminal - 0.05);
|
||||
opacity = lib.strings.floatToString (config.stylix.opacity.terminal - 0.025);
|
||||
in
|
||||
{
|
||||
xdg.configFile."ironbar/config.json".text = /* json */ ''
|
||||
|
Loading…
Reference in New Issue
Block a user