update hyprland config

This commit is contained in:
Alexander Navarro 2025-07-30 18:49:39 -04:00
parent 5a1d24ae0d
commit 19cbbb9fa8
17 changed files with 432 additions and 64 deletions

View file

@ -14,7 +14,7 @@
"modules-right": [
"tray",
"idle_inhibitor",
"network",
// "network",
"bluetooth",
"backlight",
"wireplumber",

View file

@ -1,8 +1,9 @@
@import "./themes/catppuccin-macchiato.css";
*{
font-size: 0.9rem;
font-family: JetBrainsMono Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
font-family: Open Sans, JetBrainsMono Nerd Font;
font-weight: 500;
color: @text;
}
#waybar {
@ -89,7 +90,7 @@ box.modules-right {
}
#custom-power{
color:#c47fd5;
margin-right:10px;
padding-right:14px;
color:#c47fd5;
margin-right:10px;
padding-right:14px;
}