Colorscheme stuff

This commit is contained in:
2026-03-08 20:51:14 +00:00
parent 0918d86c6c
commit 99bcc94970
11 changed files with 2449 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
# source = ~/.config/omarchy/current/theme/hyprlock.conf
source = ~/.cache/wal/colors-hyprland.conf
general {
ignore_empty_input = true
@@ -6,8 +6,8 @@ general {
background {
monitor =
color = $color
path = ~/.config/station/current/background
color = $background
path = $wallpaper
blur_passes = 3
}
@@ -22,15 +22,15 @@ input-field {
halign = center
valign = center
inner_color = $inner_color
outer_color = $outer_color
inner_color = $background
outer_color = $color14
outline_thickness = 4
font_family = JetBrainsMono Nerd Font
font_color = $font_color
font_color = $foreground
placeholder_text = Enter Password
check_color = $check_color
check_color = $color4
fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 0

View File

@@ -1,6 +1,11 @@
# Variables
$activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
$inactiveBorderColor = rgba(595959aa)
# $activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
# $inactiveBorderColor = rgba(595959aa)
source = ~/.cache/wal/colors-hyprland.conf
$activeBorderColor = $color14
$inactiveBorderColor = $background
# https://wiki.hyprland.org/Configuring/Variables/#general
general {

28
.config/swayosd/style.css Normal file
View File

@@ -0,0 +1,28 @@
@import "../../.cache/wal/colors-waybar.css";
window {
border-radius: 0;
opacity: 0.97;
border: 2px solid @foreground;
background-color: @background;
}
label {
font-family: 'Fira Code Nerd Font';
font-size: 11pt;
color: @foreground;
}
image {
color: @foreground;
}
progressbar {
border-radius: 0;
}
progress {
background-color: @color14;
}

View File

@@ -1,6 +1,6 @@
force_keyboard_focus = true # forces keyboard focuses to stay in Walker
selection_wrap = true # wrap list if at bottom or top
# theme = "station-default" # theme to use
theme = "station-default" # theme to use
# additional_theme_location = "~/.config/walker/themes/"
hide_action_hints = true # globally hide the action hints

View File

@@ -1,31 +1,31 @@
/* @import "../../../../.config/station/walker.css"; */
@import "../../../../.cache/wal/colors-waybar.css";
* {
all: unset;
all: unset;
}
* {
font-family: monospace;
font-size: 18px;
color: @text;
font-family: monospace;
font-size: 18px;
color: @foreground;
}
scrollbar {
opacity: 0;
opacity: 0;
}
.normal-icons {
-gtk-icon-size: 16px;
-gtk-icon-size: 16px;
}
.large-icons {
-gtk-icon-size: 32px;
-gtk-icon-size: 32px;
}
.box-wrapper {
background: alpha(@base, 0.95);
padding: 20px;
border: 2px solid @border;
background: alpha(@background, 0.95);
padding: 20px;
border: 2px solid @foreground;
}
.preview-box {
@@ -35,12 +35,12 @@ scrollbar {
}
.search-container {
background: @base;
padding: 10px;
background: @background;
padding: 10px;
}
.input placeholder {
opacity: 0.5;
opacity: 0.5;
}
.input {
@@ -48,8 +48,8 @@ scrollbar {
.input:focus,
.input:active {
box-shadow: none;
outline: none;
box-shadow: none;
outline: none;
}
.content-container {
@@ -75,41 +75,41 @@ child:selected .item-box {
}
child:selected .item-box * {
color: @selected-text;
color: @color14;
}
.item-box {
padding-left: 14px;
padding-left: 14px;
}
.item-text-box {
all: unset;
padding: 14px 0;
all: unset;
padding: 14px 0;
}
.item-text {
}
.item-subtext {
font-size: 0px;
min-height: 0px;
margin: 0px;
padding: 0px;
font-size: 0px;
min-height: 0px;
margin: 0px;
padding: 0px;
}
.item-image {
margin-right: 14px;
-gtk-icon-transform: scale(0.9);
margin-right: 14px;
-gtk-icon-transform: scale(0.9);
}
.current {
font-style: italic;
font-style: italic;
}
.keybind-hints {
background: @background;
padding: 10px;
margin-top: 10px;
background: @background;
padding: 10px;
margin-top: 10px;
}
.preview {

View File

@@ -1,33 +1,33 @@
/* @import "../omarchy/current/theme/waybar.css"; */
@import "../../.cache/wal/colors-waybar.css";
* {
background-color: @background;
color: @foreground;
background-color: @background;
color: @foreground;
border: none;
border-radius: 0;
min-height: 0;
font-family: 'JetBrainsMono Nerd Font';
font-size: 12px;
border: none;
border-radius: 0;
min-height: 0;
font-family: 'Fira Code Nerd Font';
font-size: 12px;
}
.modules-left {
margin-left: 8px;
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
margin-right: 8px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 9px;
}
#workspaces button.empty {
opacity: 0.5;
opacity: 0.5;
}
#cpu,
@@ -35,66 +35,66 @@
#pulseaudio,
#custom-omarchy,
#custom-update {
min-width: 12px;
margin: 0 7.5px;
min-width: 12px;
margin: 0 7.5px;
}
#tray {
margin-right: 16px;
margin-right: 16px;
}
#bluetooth {
margin-right: 17px;
margin-right: 17px;
}
#network {
margin-right: 13px;
margin-right: 13px;
}
#custom-expand-icon {
margin-right: 18px;
margin-right: 18px;
}
tooltip {
padding: 2px;
padding: 2px;
}
#custom-update {
font-size: 10px;
font-size: 10px;
}
#clock {
margin-left: 8.75px;
margin-left: 8.75px;
}
.hidden {
opacity: 0;
opacity: 0;
}
#custom-screenrecording-indicator,
#custom-idle-indicator,
#custom-notification-silencing-indicator {
min-width: 12px;
margin-left: 5px;
margin-right: 0;
font-size: 10px;
padding-bottom: 1px;
min-width: 12px;
margin-left: 5px;
margin-right: 0;
font-size: 10px;
padding-bottom: 1px;
}
#custom-screenrecording-indicator.active {
color: #a55555;
color: #a55555;
}
#custom-idle-indicator.active,
#custom-notification-silencing-indicator.active {
color: #a55555;
color: #a55555;
}
#custom-voxtype {
min-width: 12px;
margin: 0 0 0 7.5px;
min-width: 12px;
margin: 0 0 0 7.5px;
}
#custom-voxtype.recording {
color: #a55555;
color: #a55555;
}

2332
.config/zsh/.zcompdump Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -188,3 +188,7 @@ source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.
eval "$(zoxide init --cmd cd zsh)"
eval "$(try init ~/src/tries)"
[ -f ~/.cache/wal/sequences ] && \cat ~/.cache/wal/sequences
[ -f ~/.cache/wal/colors-tty.sh ] && source ~/.cache/wal/colors-tty.sh

View File

@@ -13,6 +13,8 @@ CURRENT_BACKGROUND_LINK="$HOME/.local/state/station/background"
# Create symlink to the new background
ln -nsf "$BACKGROUND" "$CURRENT_BACKGROUND_LINK"
wal -i "$CURRENT_BACKGROUND_LINK"
# Kill existing swaybg and start new one
pkill -x swaybg
setsid uwsm-app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 &

View File

@@ -5,8 +5,8 @@ restart_services() {
systemctl --user restart elephant.service
fi
if systemctl --user is-enabled app-walker@autostart.service &>/dev/null; then
systemctl --user restart app-walker@autostart.service
if systemctl --user is-enabled walker &>/dev/null; then
systemctl --user restart walker
else
echo -e "\e[31mUnable to restart Walker -- RESTART MANUALLY\e[0m"
fi