feat: display current title in waybar; other visual adjustments
This commit is contained in:
parent
5b60fa3cc8
commit
176a8844f9
2 changed files with 15 additions and 7 deletions
|
|
@ -16,7 +16,7 @@
|
|||
];
|
||||
|
||||
modules-left = ["hyprland/workspaces" "hyprland/mode"];
|
||||
modules-center = [];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = ["pulseaudio" "backlight" "network" "battery" "clock" "tray"];
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@
|
|||
border-radius: 0;
|
||||
min-height: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
/* The whole bar */
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
background: #323232;
|
||||
color: white;
|
||||
font-family: Cantarell, Noto Sans, sans-serif;
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* Each module */
|
||||
|
|
@ -166,17 +167,24 @@
|
|||
}
|
||||
|
||||
#tray {
|
||||
/* No styles */
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
#tray * {
|
||||
border-top: 3px solid transparent;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
#window {
|
||||
font-weight: bold;
|
||||
font-family: Cantarell, Noto Sans, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border-top: 2px solid transparent;
|
||||
border-top: 3px solid transparent;
|
||||
/* To compensate for the top border and still have vertical centering */
|
||||
padding-bottom: 2px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
color: #888888;
|
||||
|
|
|
|||
Loading…
Reference in a new issue