diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/niri/swayosd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/swayosd.nix b/accounts/gkleen@sif/niri/swayosd.nix index 48899c10..39945ba8 100644 --- a/accounts/gkleen@sif/niri/swayosd.nix +++ b/accounts/gkleen@sif/niri/swayosd.nix | |||
@@ -3,14 +3,14 @@ | |||
3 | config = { | 3 | config = { |
4 | services.swayosd = { | 4 | services.swayosd = { |
5 | enable = true; | 5 | enable = true; |
6 | topMargin = 0.0344; | 6 | topMargin = 0.946154; |
7 | stylePath = pkgs.runCommand "style.css" { | 7 | stylePath = pkgs.runCommand "style.css" { |
8 | src = pkgs.writeText "style.scss" '' | 8 | src = pkgs.writeText "style.scss" '' |
9 | window#osd { | 9 | window#osd { |
10 | padding: 12px 20px; | 10 | padding: 12px 20px; |
11 | border-radius: 999px; | 11 | border-radius: 999px; |
12 | border: none; | 12 | border: none; |
13 | background: rgba(0, 0, 0, 0.66); | 13 | background: rgba(0, 0, 0, 0.87); |
14 | 14 | ||
15 | #container { | 15 | #container { |
16 | margin: 16px; | 16 | margin: 16px; |