Switch to nix-rice 0.3.1
This commit is contained in:
parent
740dceeb6a
commit
412d7cc283
15 changed files with 63 additions and 59 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
with pkgs.lib.nix-rice;
|
||||
let
|
||||
xsetroot = "${pkgs.xorg.xsetroot}/bin/xsetroot";
|
||||
monitorPages = [ "Ⅰ" "Ⅱ" "Ⅲ" "Ⅳ" "Ⅴ" "Ⅵ" "Ⅶ" "Ⅷ" "Ⅸ" "Ⅹ" ];
|
||||
|
|
@ -10,7 +10,7 @@ let
|
|||
bspc monitor $monitor -d ${monitorPagesString}
|
||||
done
|
||||
'';
|
||||
strPalette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette;
|
||||
strPalette = palette.toRGBHex pkgs.rice.colorPalette;
|
||||
in
|
||||
{
|
||||
xsession.windowManager.bspwm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue