Ajust screenbar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#workspaces {
|
||||
padding: 0 5px;
|
||||
min-width: 152px;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
#workspaces {
|
||||
padding: 0 5px;
|
||||
min-width: 122px;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user