Update Hyprland
This commit is contained in:
parent
e8e987e735
commit
d209cffa65
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = with pkgs.hyprlandPlugins; [
|
||||
|
@ -26,6 +26,8 @@
|
|||
plugins = {
|
||||
hyprbars = {
|
||||
bar_height = 25;
|
||||
bar_part_of_window = true;
|
||||
bar_color = config.lib.stylix.colors.base04;
|
||||
# example buttons (R -> L)
|
||||
# hyprbars-button = color, size, on-click
|
||||
hyprbars-button = [
|
||||
|
|
Loading…
Reference in a new issue