waybar
This commit is contained in:
parent
2f62049ae5
commit
1959b3a5b9
@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
{pkgs, lib, ...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
#font.name = "JetBrainsMono Nerd Font";
|
||||
font.name = lib.mkDefault "JetBrainsMono Nerd Font";
|
||||
#themeFile = "tokyo_night_night";
|
||||
#themeFile = "Catppuccin-Mocha";
|
||||
settings = {
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 36;
|
||||
height = 31;
|
||||
exclusive = true;
|
||||
passthrough = false;
|
||||
gtk-layer-shell = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user