hyprbar
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
{ config, pkgs, ... }@all: with all;
|
||||
{
|
||||
home.packages = with pkgs; [ libnotify ];
|
||||
services.mako = with rice; {
|
||||
enable = true;
|
||||
enable = if config.programs.hyprpanel.enable then false else true;
|
||||
settings = {
|
||||
default-timeout = 5000; # in ms
|
||||
background-color = color.background;
|
||||
|
||||
Reference in New Issue
Block a user