update hyprland config
This commit is contained in:
parent
5a1d24ae0d
commit
19cbbb9fa8
17 changed files with 432 additions and 64 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"modules-right": [
|
||||
"tray",
|
||||
"idle_inhibitor",
|
||||
"network",
|
||||
// "network",
|
||||
"bluetooth",
|
||||
"backlight",
|
||||
"wireplumber",
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue