mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Some things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"position": "top",
|
||||
"height": 0,
|
||||
"position": "top",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
"modules-center": ["custom/webdav","clock", "custom/status"],
|
||||
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: 'NotoFont';
|
||||
font-size: 9px;
|
||||
font-size: 8px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -36,13 +36,13 @@ button:hover {
|
||||
#workspaces button.active {
|
||||
background-color: #9a5263;
|
||||
color: #ebdbb2;
|
||||
box-shadow: inset 0 -2px #ebdbb2;
|
||||
box-shadow: inset 0 -1px #ebdbb2;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #d395a7;
|
||||
color: #282828;
|
||||
box-shadow: inset 0 -2px #ebdbb2;
|
||||
box-shadow: inset 0 -1px #ebdbb2;
|
||||
}
|
||||
|
||||
#window {
|
||||
@@ -50,27 +50,27 @@ button:hover {
|
||||
padding: 0 8px;
|
||||
background-color: rgba(100, 50, 50, 0.75);
|
||||
margin: 2px 0;
|
||||
border-radius: 5px;
|
||||
box-shadow: inset 0 -3px #ca9d1f;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -2px #ca9d1f;
|
||||
}
|
||||
|
||||
|
||||
#backlight {
|
||||
background-color: #282828;
|
||||
color: #ebdbb2;
|
||||
margin: 2px 3px;
|
||||
margin: 1px 2px;
|
||||
padding: 0 7px;
|
||||
border-radius: 5px;
|
||||
box-shadow: inset 0 -3px #ebdbb2;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -2px #ebdbb2;
|
||||
}
|
||||
|
||||
#battery {
|
||||
background-color: #282828;
|
||||
color: #b8bb26;
|
||||
padding: 0 7px;
|
||||
border-radius: 5px;
|
||||
margin: 2px 3px;
|
||||
box-shadow: inset 0 -3px #b8bb26;
|
||||
border-radius: 3px;
|
||||
margin: 1px 2px;
|
||||
box-shadow: inset 0 -2px #b8bb26;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
@@ -99,13 +99,13 @@ button:hover {
|
||||
padding: 0 7px;
|
||||
border-radius: 5px;
|
||||
margin: 2px 3px;
|
||||
box-shadow: inset 0 -3px #fabd2f;
|
||||
box-shadow: inset 0 -2px #fabd2f;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background-color: #282828;
|
||||
color: #a89984;
|
||||
box-shadow: inset 0 -3px #a89984;
|
||||
box-shadow: inset 0 -2px #a89984;
|
||||
}
|
||||
|
||||
#tray {
|
||||
|
||||
Reference in New Issue
Block a user