RICE RICE RICE RICE RICE RICE
This commit is contained in:
parent
93d8f5be12
commit
35737cd238
@ -76,6 +76,7 @@ font=IBM Plex Mono:size=9
|
||||
# long-press-delay=400
|
||||
|
||||
[colors]
|
||||
alpha=0.8
|
||||
background=282828
|
||||
foreground=ebdbb2
|
||||
regular0=282828
|
||||
|
@ -6,8 +6,8 @@ env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
|
||||
general {
|
||||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
gaps_in = 8
|
||||
gaps_out = 16
|
||||
border_size = 4
|
||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(83a598ff)
|
||||
|
@ -3,8 +3,10 @@
|
||||
"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,
|
||||
@ -27,6 +29,9 @@
|
||||
"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"],
|
||||
|
@ -13,13 +13,15 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #282828;
|
||||
background: transparent;
|
||||
}
|
||||
window#waybar.top {
|
||||
background: linear-gradient(0deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%);
|
||||
.modules-left {
|
||||
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%);
|
||||
.modules-right {
|
||||
background: rgba(40, 40, 40, 0.8);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* swaywm stuff */
|
||||
@ -30,6 +32,7 @@ window#waybar.bottom {
|
||||
background: transparent;
|
||||
color: #a89984;
|
||||
padding: 0 0.9em;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#workspaces button.persistent {
|
||||
color: #a89984
|
||||
@ -67,14 +70,16 @@ window#waybar.bottom {
|
||||
/* 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 #282828;
|
||||
border-bottom: 4px solid transparent;
|
||||
}
|
||||
#tray {
|
||||
padding: 0 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user