Test
This commit is contained in:
parent
a2e91eb37e
commit
5cb335fbb8
2 changed files with 7 additions and 43 deletions
|
@ -3,6 +3,7 @@
|
|||
".config/hypr/hyprland.conf" = {
|
||||
enable = true;
|
||||
text = ''
|
||||
layerrule = blur, waybar
|
||||
|
||||
# Laptop specific:
|
||||
monitor=,highrr,auto,1.25
|
||||
|
|
|
@ -165,8 +165,7 @@
|
|||
|
||||
#workspaces button {
|
||||
color: #e2cca9;
|
||||
background-color: #32302f;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
|
@ -177,7 +176,6 @@
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #3c3836;
|
||||
box-shadow: inset 0 -3px #f28534;
|
||||
}
|
||||
|
||||
|
@ -187,37 +185,6 @@
|
|||
}
|
||||
|
||||
#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,
|
||||
#mpris,
|
||||
#
|
||||
#memory,
|
||||
#backlight,
|
||||
#language,
|
||||
#custom-weather {
|
||||
color: #e2cca9;
|
||||
font-size: 13px;
|
||||
background-color: #32302f;
|
||||
font-size: 14px;
|
||||
padding: 0 3 0 3;
|
||||
}
|
||||
|
||||
|
@ -244,8 +209,7 @@
|
|||
#submap,
|
||||
#window {
|
||||
color: #e2cca9;
|
||||
font-size: 13px;
|
||||
background-color: #3c3836;
|
||||
font-size: 14px;
|
||||
padding: 0 3 0 3;
|
||||
}
|
||||
|
||||
|
@ -271,13 +235,13 @@
|
|||
|
||||
#mode {
|
||||
color: #32302f;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
background-color: #f2594b;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #e2cca9;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -295,8 +259,7 @@
|
|||
|
||||
tooltip {
|
||||
color: #e2cca9;
|
||||
font-size: 13px;
|
||||
background-color: #32302f;
|
||||
font-size: 14px;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue