Version 0.1.0
This commit is contained in:
12
home-manager/10_hypr/14_refresh-eww.nix
Normal file
12
home-manager/10_hypr/14_refresh-eww.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/hypr/scripts/refresh-eww.sh".text = ''
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
eww update line_refresh=$(date +%s%3N)
|
||||
sleep 0.05
|
||||
done
|
||||
}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user