Compare commits
No commits in common. "35737cd23869f9cebd5436c8ee52b0df39a79682" and "353d3897e66efdfd7bfb2c24a54114a727520d19" have entirely different histories.
35737cd238
...
353d3897e6
@ -76,7 +76,6 @@ font=IBM Plex Mono:size=9
|
|||||||
# long-press-delay=400
|
# long-press-delay=400
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.8
|
|
||||||
background=282828
|
background=282828
|
||||||
foreground=ebdbb2
|
foreground=ebdbb2
|
||||||
regular0=282828
|
regular0=282828
|
||||||
|
@ -7,7 +7,7 @@ env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
|||||||
general {
|
general {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/
|
# https://wiki.hyprland.org/Configuring/Variables/
|
||||||
gaps_in = 8
|
gaps_in = 8
|
||||||
gaps_out = 16
|
gaps_out = 8
|
||||||
border_size = 4
|
border_size = 4
|
||||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.active_border = rgba(83a598ff)
|
col.active_border = rgba(83a598ff)
|
||||||
|
@ -3,10 +3,8 @@
|
|||||||
"name": "top",
|
"name": "top",
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"margin-top": 16,
|
|
||||||
"margin-left": 16,
|
|
||||||
"margin-right": 16,
|
|
||||||
"modules-left": ["hyprland/workspaces", "sway/mode"],
|
"modules-left": ["hyprland/workspaces", "sway/mode"],
|
||||||
|
"modules-center": ["hyprland/window"],
|
||||||
"modules-right": ["tray"],
|
"modules-right": ["tray"],
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
@ -29,9 +27,6 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"margin-bottom": 16,
|
|
||||||
"margin-left": 16,
|
|
||||||
"margin-right": 16,
|
|
||||||
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
|
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
||||||
|
@ -13,15 +13,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: transparent;
|
background: #282828;
|
||||||
}
|
}
|
||||||
.modules-left {
|
window#waybar.top {
|
||||||
background: rgba(40, 40, 40, 0.8);
|
background: linear-gradient(0deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
.modules-right {
|
window#waybar.bottom {
|
||||||
background: rgba(40, 40, 40, 0.8);
|
background: linear-gradient(180deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* swaywm stuff */
|
/* swaywm stuff */
|
||||||
@ -32,7 +30,6 @@ window#waybar {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: #a89984;
|
color: #a89984;
|
||||||
padding: 0 0.9em;
|
padding: 0 0.9em;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
#workspaces button.persistent {
|
#workspaces button.persistent {
|
||||||
color: #a89984
|
color: #a89984
|
||||||
@ -70,16 +67,14 @@ window#waybar {
|
|||||||
/* widgets */
|
/* widgets */
|
||||||
#window {
|
#window {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
padding: 0 1em;
|
|
||||||
}
|
}
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
border-top: 4px solid #fb4934;
|
border-top: 4px solid #fb4934;
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 4px solid #282828;
|
||||||
}
|
}
|
||||||
#tray {
|
#tray {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user