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