Ajust screenbar

This commit is contained in:
Jérémie SALVI
2025-10-07 16:29:50 +02:00
parent 9291b952e2
commit 578b8b04f6
5 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=DP-4,1920x1080@60,0x0,1
monitor=DP-5,3840x2160@60,1920x0,1.5
monitor=eDP-1,1920x1200@60,5760x0,1
monitor=eDP-1,1920x1200@60,4480x0,1
workspace = 1, monitor:DP-4
workspace = 2, monitor:DP-4

View File

@@ -0,0 +1,4 @@
#workspaces {
padding: 0 5px;
min-width: 152px;
}

View File

@@ -0,0 +1,4 @@
#workspaces {
padding: 0 5px;
min-width: 122px;
}

View File

@@ -1,4 +1,5 @@
@import "colors.css";
@import "custom.css";
* {
/*font-family: "Font Awesome 6 Free Solid", "Font Awesome 6 Free Regular", "Font Awesome 6 Brands Regular", "CaskaydiaCove Nerd Font Propo";*/
@@ -42,11 +43,6 @@
color: @green;
}
#workspaces {
padding: 0 5px;
min-width: 152px;
}
#workspaces button {
background-color: @overlay0;
margin: 5px 5px;

View File

@@ -35,6 +35,7 @@
"xdg/waybar/colors.css".source = ./config/etc/xdg/waybar/colors.css;
"xdg/waybar/config.jsonc".source = ./config/etc/xdg/waybar/config-${hostname}.jsonc;
"xdg/waybar/style.css".source = ./config/etc/xdg/waybar/style.css;
"xdg/waybar/custom.css".source = ./config/etc/xdg/waybar/custom-${hostname}.css;
"xdg/scripts/update.sh".source = ./config/etc/xdg/scripts/update.sh;
};
};