Remove waybar to it's own repo

This commit is contained in:
Alex D. 2024-12-04 15:30:48 +00:00
parent b45a525777
commit bf26c2abcb
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 0 additions and 94 deletions

View File

@ -1,50 +0,0 @@
{
"layer": "top",
"position": "top",
"spacing": 1,
"reload_style_on_change": true,
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"hyprland/window"
],
"modules-right": [
"load",
"memory",
"wireplumber",
"backlight",
"battery",
"clock"
],
"hyprland/workspaces": {
"active-only": false
},
"load": {
"format": "{load1} {load5} {load15}"
},
"clock": {
"format": "{:%a %d %b %Y %T}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"locale": "C"
},
"memory": {
"format": "{}%"
},
"temperature": {
"critical-threshold": 80,
"format": "{temperatureC}°C"
},
"backlight": {
"format": "{percent}%"
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}%",
"format-alt": "{time}"
}
}

View File

@ -1,44 +0,0 @@
* {
font-family: monospace;
font-size: 10px;
color: #ffffff;
border: none;
border-radius: 0;
}
window#waybar {
background-color: rgba(0, 0, 0, 0.5);
transition-property: background-color;
transition-duration: .5s;
}
.module {
padding: 0 1em;
}
.module#workspaces {
padding: 0;
}
#workspaces button {
background-color: transparent;
}
#workspaces button.visible {
background-color: rgba(255, 255, 255, 0.2);
box-shadow: inset 0 -1px #ffffff;
}
#workspaces button:hover {
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: rgba(128, 0, 0, 0.5);
}
#load {
background-color: rgba(16, 128, 16, 0.5);
}
#memory {
background-color: rgba(255, 128, 32, 0.5);
}
#wireplumber {
background-color: rgba(255, 255, 255, 0.25);
}