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 {
|
||||
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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
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 "$(try init ~/src/tries)"
|
||||
|
||||
[ -f ~/.cache/wal/sequences ] && \cat ~/.cache/wal/sequences
|
||||
|
||||
[ -f ~/.cache/wal/colors-tty.sh ] && source ~/.cache/wal/colors-tty.sh
|
||||
|
||||
Reference in New Issue
Block a user