mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Waybar smaller
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"position": "top",
|
||||
"height": 0,
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
"modules-center": ["custom/webdav","clock", "custom/status"],
|
||||
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: 'NotoFont';
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -21,16 +21,16 @@ button:hover {
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 1px 5px;
|
||||
border-radius: 5px;
|
||||
margin: 2px 5px;
|
||||
padding: 1px 2px;
|
||||
border-radius: 2px;
|
||||
margin: 2px 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
padding: 0 2px;
|
||||
background-color: #3e4243;
|
||||
color: #ed817d;
|
||||
margin: 1px 3px;
|
||||
margin: 0px 0px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
|
||||
Reference in New Issue
Block a user