mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Merge pull request #43 from romek-codes/fix-hyprpanel-layouts
This commit is contained in:
@@ -35,19 +35,12 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
layout = {
|
|
||||||
bar.layouts = {
|
bar.layouts = {
|
||||||
"*" = {
|
"*" = {
|
||||||
"left" = [
|
left = [ "dashboard" "workspaces" "windowtitle" ];
|
||||||
"dashboard"
|
middle = [ "media" "cava" ];
|
||||||
"workspaces"
|
right = [
|
||||||
"windowtitle"
|
|
||||||
];
|
|
||||||
"middle" = [
|
|
||||||
"media"
|
|
||||||
"cava"
|
|
||||||
];
|
|
||||||
"right" = [
|
|
||||||
"systray"
|
"systray"
|
||||||
"volume"
|
"volume"
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
@@ -58,7 +51,6 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
theme.font.name = font;
|
theme.font.name = font;
|
||||||
theme.font.size = fontSizeForHyprpanel;
|
theme.font.size = fontSizeForHyprpanel;
|
||||||
|
|||||||
Reference in New Issue
Block a user