Compare commits

..

No commits in common. "35737cd23869f9cebd5436c8ee52b0df39a79682" and "353d3897e66efdfd7bfb2c24a54114a727520d19" have entirely different histories.

4 changed files with 8 additions and 19 deletions

View File

@ -76,7 +76,6 @@ font=IBM Plex Mono:size=9
# long-press-delay=400
[colors]
alpha=0.8
background=282828
foreground=ebdbb2
regular0=282828

View File

@ -7,7 +7,7 @@ env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
general {
# https://wiki.hyprland.org/Configuring/Variables/
gaps_in = 8
gaps_out = 16
gaps_out = 8
border_size = 4
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border = rgba(83a598ff)

View File

@ -3,10 +3,8 @@
"name": "top",
"layer": "top",
"height": 40,
"margin-top": 16,
"margin-left": 16,
"margin-right": 16,
"modules-left": ["hyprland/workspaces", "sway/mode"],
"modules-center": ["hyprland/window"],
"modules-right": ["tray"],
"hyprland/workspaces": {
"all-outputs": false,
@ -29,9 +27,6 @@
"layer": "top",
"position": "bottom",
"height": 40,
"margin-bottom": 16,
"margin-left": 16,
"margin-right": 16,
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
"modules-center": [],
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],

View File

@ -13,15 +13,13 @@
}
window#waybar {
background: transparent;
background: #282828;
}
.modules-left {
background: rgba(40, 40, 40, 0.8);
border-radius: 8px;
window#waybar.top {
background: linear-gradient(0deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
}
.modules-right {
background: rgba(40, 40, 40, 0.8);
border-radius: 8px;
window#waybar.bottom {
background: linear-gradient(180deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
}
/* swaywm stuff */
@ -32,7 +30,6 @@ window#waybar {
background: transparent;
color: #a89984;
padding: 0 0.9em;
border-radius: 8px;
}
#workspaces button.persistent {
color: #a89984
@ -70,16 +67,14 @@ window#waybar {
/* widgets */
#window {
color: #ebdbb2;
padding: 0 1em;
}
#pulseaudio {
padding: 0 1em;
color: #ebdbb2;
border-radius: 8px;
}
#pulseaudio.muted {
border-top: 4px solid #fb4934;
border-bottom: 4px solid transparent;
border-bottom: 4px solid #282828;
}
#tray {
padding: 0 1em;