RICE RICE RICE RICE RICE RICE

This commit is contained in:
Salt 2024-08-29 00:26:32 -05:00
parent 93d8f5be12
commit 35737cd238
4 changed files with 20 additions and 9 deletions

View File

@ -76,6 +76,7 @@ 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

View File

@ -6,8 +6,8 @@ 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 = 4 gaps_in = 8
gaps_out = 8 gaps_out = 16
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)

View File

@ -3,8 +3,10 @@
"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,
@ -27,6 +29,9 @@
"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"],

View File

@ -13,13 +13,15 @@
} }
window#waybar { window#waybar {
background: #282828; background: transparent;
} }
window#waybar.top { .modules-left {
background: linear-gradient(0deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%); background: rgba(40, 40, 40, 0.8);
border-radius: 8px;
} }
window#waybar.bottom { .modules-right {
background: linear-gradient(180deg, rgba(40,40,40,0) 0%, rgba(40,40,40,1) 80%); background: rgba(40, 40, 40, 0.8);
border-radius: 8px;
} }
/* swaywm stuff */ /* swaywm stuff */
@ -30,6 +32,7 @@ window#waybar.bottom {
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
@ -67,14 +70,16 @@ window#waybar.bottom {
/* 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 #282828; border-bottom: 4px solid transparent;
} }
#tray { #tray {
padding: 0 1em; padding: 0 1em;