waaa
This commit is contained in:
parent
46c552076e
commit
d00f06890e
3 changed files with 6 additions and 8 deletions
|
|
@ -16,6 +16,7 @@ let
|
|||
name,
|
||||
horizontal-resolution,
|
||||
vertical-resolution,
|
||||
...
|
||||
}:
|
||||
let
|
||||
display-shader = pkgs.substituteAll {
|
||||
|
|
@ -38,10 +39,10 @@ let
|
|||
init-shader
|
||||
state-shader
|
||||
display-shader
|
||||
name
|
||||
tps
|
||||
cycles
|
||||
;
|
||||
display = name;
|
||||
horizontal = builtins.div horizontal-resolution horizontal-dot-size;
|
||||
vertical = builtins.div vertical-resolution vertical-dot-size;
|
||||
})
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ layout {
|
|||
// spawn-at-startup "alacritty" "-e" "fish"
|
||||
@wallpapers@
|
||||
|
||||
@extra@
|
||||
@autostart@
|
||||
|
||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||
// If the client will specifically ask for CSD, the request will be honored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue