Colorscheme stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# source = ~/.config/omarchy/current/theme/hyprlock.conf
|
source = ~/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
general {
|
general {
|
||||||
ignore_empty_input = true
|
ignore_empty_input = true
|
||||||
@@ -6,8 +6,8 @@ general {
|
|||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
color = $color
|
color = $background
|
||||||
path = ~/.config/station/current/background
|
path = $wallpaper
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,15 +22,15 @@ input-field {
|
|||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
|
||||||
inner_color = $inner_color
|
inner_color = $background
|
||||||
outer_color = $outer_color
|
outer_color = $color14
|
||||||
outline_thickness = 4
|
outline_thickness = 4
|
||||||
|
|
||||||
font_family = JetBrainsMono Nerd Font
|
font_family = JetBrainsMono Nerd Font
|
||||||
font_color = $font_color
|
font_color = $foreground
|
||||||
|
|
||||||
placeholder_text = Enter Password
|
placeholder_text = Enter Password
|
||||||
check_color = $check_color
|
check_color = $color4
|
||||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||||
|
|
||||||
rounding = 0
|
rounding = 0
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
# Variables
|
# Variables
|
||||||
$activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
|
# $activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
$inactiveBorderColor = rgba(595959aa)
|
# $inactiveBorderColor = rgba(595959aa)
|
||||||
|
|
||||||
|
source = ~/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
|
$activeBorderColor = $color14
|
||||||
|
$inactiveBorderColor = $background
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
|
|||||||
Submodule .config/nvim updated: 6f74961fc6...d8732c5e2e
28
.config/swayosd/style.css
Normal file
28
.config/swayosd/style.css
Normal 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;
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
force_keyboard_focus = true # forces keyboard focuses to stay in Walker
|
force_keyboard_focus = true # forces keyboard focuses to stay in Walker
|
||||||
selection_wrap = true # wrap list if at bottom or top
|
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/"
|
# additional_theme_location = "~/.config/walker/themes/"
|
||||||
hide_action_hints = true # globally hide the action hints
|
hide_action_hints = true # globally hide the action hints
|
||||||
|
|
||||||
|
|||||||
@@ -1,31 +1,31 @@
|
|||||||
/* @import "../../../../.config/station/walker.css"; */
|
@import "../../../../.cache/wal/colors-waybar.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: @text;
|
color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-icons {
|
.normal-icons {
|
||||||
-gtk-icon-size: 16px;
|
-gtk-icon-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.large-icons {
|
.large-icons {
|
||||||
-gtk-icon-size: 32px;
|
-gtk-icon-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-wrapper {
|
.box-wrapper {
|
||||||
background: alpha(@base, 0.95);
|
background: alpha(@background, 0.95);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: 2px solid @border;
|
border: 2px solid @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-box {
|
.preview-box {
|
||||||
@@ -35,12 +35,12 @@ scrollbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
background: @base;
|
background: @background;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input placeholder {
|
.input placeholder {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
@@ -48,8 +48,8 @@ scrollbar {
|
|||||||
|
|
||||||
.input:focus,
|
.input:focus,
|
||||||
.input:active {
|
.input:active {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
@@ -75,41 +75,41 @@ child:selected .item-box {
|
|||||||
}
|
}
|
||||||
|
|
||||||
child:selected .item-box * {
|
child:selected .item-box * {
|
||||||
color: @selected-text;
|
color: @color14;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-text-box {
|
.item-text-box {
|
||||||
all: unset;
|
all: unset;
|
||||||
padding: 14px 0;
|
padding: 14px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-text {
|
.item-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-subtext {
|
.item-subtext {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-image {
|
.item-image {
|
||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
-gtk-icon-transform: scale(0.9);
|
-gtk-icon-transform: scale(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.keybind-hints {
|
.keybind-hints {
|
||||||
background: @background;
|
background: @background;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
|
|||||||
@@ -1,33 +1,33 @@
|
|||||||
/* @import "../omarchy/current/theme/waybar.css"; */
|
@import "../../.cache/wal/colors-waybar.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-family: 'JetBrainsMono Nerd Font';
|
font-family: 'Fira Code Nerd Font';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left {
|
.modules-left {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-right {
|
.modules-right {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
all: initial;
|
all: initial;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin: 0 1.5px;
|
margin: 0 1.5px;
|
||||||
min-width: 9px;
|
min-width: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.empty {
|
#workspaces button.empty {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu,
|
#cpu,
|
||||||
@@ -35,66 +35,66 @@
|
|||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#custom-omarchy,
|
#custom-omarchy,
|
||||||
#custom-update {
|
#custom-update {
|
||||||
min-width: 12px;
|
min-width: 12px;
|
||||||
margin: 0 7.5px;
|
margin: 0 7.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
margin-right: 17px;
|
margin-right: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-expand-icon {
|
#custom-expand-icon {
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-update {
|
#custom-update {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
margin-left: 8.75px;
|
margin-left: 8.75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-screenrecording-indicator,
|
#custom-screenrecording-indicator,
|
||||||
#custom-idle-indicator,
|
#custom-idle-indicator,
|
||||||
#custom-notification-silencing-indicator {
|
#custom-notification-silencing-indicator {
|
||||||
min-width: 12px;
|
min-width: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-screenrecording-indicator.active {
|
#custom-screenrecording-indicator.active {
|
||||||
color: #a55555;
|
color: #a55555;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-idle-indicator.active,
|
#custom-idle-indicator.active,
|
||||||
#custom-notification-silencing-indicator.active {
|
#custom-notification-silencing-indicator.active {
|
||||||
color: #a55555;
|
color: #a55555;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-voxtype {
|
#custom-voxtype {
|
||||||
min-width: 12px;
|
min-width: 12px;
|
||||||
margin: 0 0 0 7.5px;
|
margin: 0 0 0 7.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-voxtype.recording {
|
#custom-voxtype.recording {
|
||||||
color: #a55555;
|
color: #a55555;
|
||||||
}
|
}
|
||||||
|
|||||||
2332
.config/zsh/.zcompdump
Normal file
2332
.config/zsh/.zcompdump
Normal file
File diff suppressed because it is too large
Load Diff
@@ -188,3 +188,7 @@ source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.
|
|||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
eval "$(try init ~/src/tries)"
|
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
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ CURRENT_BACKGROUND_LINK="$HOME/.local/state/station/background"
|
|||||||
# Create symlink to the new background
|
# Create symlink to the new background
|
||||||
ln -nsf "$BACKGROUND" "$CURRENT_BACKGROUND_LINK"
|
ln -nsf "$BACKGROUND" "$CURRENT_BACKGROUND_LINK"
|
||||||
|
|
||||||
|
wal -i "$CURRENT_BACKGROUND_LINK"
|
||||||
|
|
||||||
# Kill existing swaybg and start new one
|
# Kill existing swaybg and start new one
|
||||||
pkill -x swaybg
|
pkill -x swaybg
|
||||||
setsid uwsm-app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 &
|
setsid uwsm-app -- swaybg -i "$CURRENT_BACKGROUND_LINK" -m fill >/dev/null 2>&1 &
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ restart_services() {
|
|||||||
systemctl --user restart elephant.service
|
systemctl --user restart elephant.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if systemctl --user is-enabled app-walker@autostart.service &>/dev/null; then
|
if systemctl --user is-enabled walker &>/dev/null; then
|
||||||
systemctl --user restart app-walker@autostart.service
|
systemctl --user restart walker
|
||||||
else
|
else
|
||||||
echo -e "\e[31mUnable to restart Walker -- RESTART MANUALLY\e[0m"
|
echo -e "\e[31mUnable to restart Walker -- RESTART MANUALLY\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user