add do-not-disturb
This commit is contained in:
parent
e0b6b2a909
commit
3d2fe5cc9e
10 changed files with 119 additions and 73 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
{ pkgs, inputs, config, ... }: {
|
||||
home.file.".config/hypr/hyprpaper.conf".text = ''
|
||||
ipc = off
|
||||
preload = ~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix-pink.png
|
||||
|
@ -9,7 +9,7 @@
|
|||
let
|
||||
startup-script = pkgs.writeScriptBin "startup" ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
hyprctl setcursor Catppuccin-Frappe-Pink-Cursors 32
|
||||
hyprctl setcursor Catppuccin-Frappe-Pink-Cursors ${builtins.toString config.home.pointerCursor.size}
|
||||
${pkgs.hyprpaper}/bin/hyprpaper &
|
||||
${pkgs.xsettingsd}/bin/xsettingsd &
|
||||
foot --server &
|
||||
|
@ -22,6 +22,7 @@
|
|||
in
|
||||
{
|
||||
enable = true;
|
||||
recommendedEnvironment = true;
|
||||
extraConfig = ''
|
||||
monitor=eDP-1,1920x1080@60,0x0,1
|
||||
monitor=eDP-1,addreserved,0,0,48,0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue