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