This commit is contained in:
iFargle 2023-08-17 13:54:26 +09:00
parent a2e91eb37e
commit 5cb335fbb8
2 changed files with 7 additions and 43 deletions

View file

@ -3,6 +3,7 @@
".config/hypr/hyprland.conf" = { ".config/hypr/hyprland.conf" = {
enable = true; enable = true;
text = '' text = ''
layerrule = blur, waybar
# Laptop specific: # Laptop specific:
monitor=,highrr,auto,1.25 monitor=,highrr,auto,1.25

View file

@ -165,8 +165,7 @@
#workspaces button { #workspaces button {
color: #e2cca9; color: #e2cca9;
background-color: #32302f; font-size: 14px;
font-size: 13px;
} }
#workspaces button:hover, #workspaces button:hover,
@ -177,7 +176,6 @@
} }
#workspaces button.active { #workspaces button.active {
background-color: #3c3836;
box-shadow: inset 0 -3px #f28534; box-shadow: inset 0 -3px #f28534;
} }
@ -187,37 +185,6 @@
} }
#workspaces button.visible { #workspaces button.visible {
background-color: #3c3836;
}
/*
* Arrows
*/
#custom-arrow-light-on-bg-left {
font-size: 15px;
color: #3c3836;
background-color: transparent;
}
#custom-arrow-dark-on-bg-right {
font-size: 15px;
color: #32302f;
background-color: transparent;
}
#custom-arrow-light-on-dark-left,
#custom-arrow-light-on-dark-right {
font-size: 15px;
color: #3c3836;
background: #32302f;
}
#custom-arrow-dark-on-light-left,
#custom-arrow-dark-on-light-right {
font-size: 15px;
color: #32302f;
background: #3c3836;
} }
/* /*
@ -225,14 +192,12 @@
*/ */
#network, #network,
#mpris, #mpris,
#
#memory, #memory,
#backlight, #backlight,
#language, #language,
#custom-weather { #custom-weather {
color: #e2cca9; color: #e2cca9;
font-size: 13px; font-size: 14px;
background-color: #32302f;
padding: 0 3 0 3; padding: 0 3 0 3;
} }
@ -244,8 +209,7 @@
#submap, #submap,
#window { #window {
color: #e2cca9; color: #e2cca9;
font-size: 13px; font-size: 14px;
background-color: #3c3836;
padding: 0 3 0 3; padding: 0 3 0 3;
} }
@ -271,13 +235,13 @@
#mode { #mode {
color: #32302f; color: #32302f;
font-size: 13px; font-size: 14px;
background-color: #f2594b; background-color: #f2594b;
} }
#clock { #clock {
color: #e2cca9; color: #e2cca9;
font-size: 13px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
@ -295,8 +259,7 @@
tooltip { tooltip {
color: #e2cca9; color: #e2cca9;
font-size: 13px; font-size: 14px;
background-color: #32302f;
} }
''; '';
}; };