change waybar design

This commit is contained in:
Frost-Phoenix 2024-03-02 23:09:28 +01:00
parent 8a2e072d65
commit f34fd76391
3 changed files with 19 additions and 66 deletions

View file

@ -2,7 +2,7 @@
{
programs.waybar.settings.mainBar = {
position= "bottom";
layer= "bottom";
layer= "top";
height= 5;
margin-top= 0;
margin-bottom= 0;
@ -10,9 +10,10 @@
margin-right= 0;
modules-left= [
"custom/launcher"
"hyprland/workspaces"
];
modules-center= [
"hyprland/workspaces"
"clock"
];
modules-right= [
"tray"
@ -21,7 +22,6 @@
"disk"
"pulseaudio"
"network"
"clock"
];
clock= {
format = " {:%H:%M}";