Uptaded Colors, Wofi animation, Volume and brightness control for swaync, and some new wallpapers.
7
.bashrc
@ -16,10 +16,15 @@ alias tasks='bpytop'
|
|||||||
alias viruscheck='sudo clamscan -r /'
|
alias viruscheck='sudo clamscan -r /'
|
||||||
alias Docs="cd ~/Documents && nvim"
|
alias Docs="cd ~/Documents && nvim"
|
||||||
alias Settings="cd ~/.config/hypr && nvim"
|
alias Settings="cd ~/.config/hypr && nvim"
|
||||||
|
alias spot="ncspot"
|
||||||
export XDG_CURRENT_DESKTOP=Hyprland
|
export XDG_CURRENT_DESKTOP=Hyprland
|
||||||
export OZONE_PLATFORM=wayland
|
export OZONE_PLATFORM=wayland
|
||||||
export ENABLE_FEATURES=UseOzonePlatform
|
export ENABLE_FEATURES=UseOzonePlatform
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export WALLPAPER_PATH="/home/$USER/wallpapers/walls/1358310.png"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
export PATH=$PATH:/home/eli/.spicetify
|
||||||
|
|
||||||
|
# Created by `pipx` on 2025-01-06 05:43:18
|
||||||
|
export PATH="$PATH:/home/eli/.local/bin"
|
||||||
|
@ -1,100 +1,58 @@
|
|||||||
|
|
||||||
# #######################################################################################
|
|
||||||
# AUTOGENERATED HYPR CONFIG.
|
|
||||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
|
||||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|
||||||
# #######################################################################################
|
|
||||||
|
|
||||||
autogenerated = 0 # remove this line to remove the warning
|
|
||||||
|
|
||||||
# This is an example Hyprland config file.
|
|
||||||
# Refer to the wiki for more information.
|
|
||||||
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
|
|
||||||
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
|
|
||||||
# You can split this configuration into multiple files
|
# You can split this configuration into multiple files
|
||||||
# Create your files separately and then link them to this file like this:
|
# Create your files separately and then link them to this file like this:
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
source = /home/$USER/.cache/wal/colors-hyprland
|
source = /home/$USER/.cache/wal/colors-hyprland
|
||||||
|
|
||||||
################
|
################
|
||||||
### MONITORS ###
|
### MONITORS ###
|
||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = DP-1, 2560x1440@165, 0x0, 1
|
monitor = DP-1, 2560x1440@165, 0x0, 1
|
||||||
|
|
||||||
###################
|
###################
|
||||||
### MY PROGRAMS ###
|
### MY PROGRAMS ###
|
||||||
###################
|
###################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
|
|
||||||
# Set programs that you use
|
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = GTK_THEME=Adwaita:dark thunar
|
$fileManager = GTK_THEME=Adwaita:dark thunar
|
||||||
|
|
||||||
|
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
#################
|
#################
|
||||||
|
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
||||||
# Or execute your favorite apps at launch like this:
|
|
||||||
|
|
||||||
# exec-once = $terminal
|
|
||||||
# exec-once = nm-applet &
|
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
#exec-once = gBar bar 0
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||||
env = XCURSOR_SIZE,12
|
env = XCURSOR_SIZE,12
|
||||||
|
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
### LOOK AND FEEL ###
|
### LOOK AND FEEL ###
|
||||||
#####################
|
#####################
|
||||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 1.8
|
gaps_in = 2
|
||||||
gaps_out = 15
|
gaps_out = 15
|
||||||
border_size = 1
|
border_size = 0
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
col.active_border = $color9
|
||||||
col.active_border = rgba(ffffff00) $color9
|
|
||||||
col.inactive_border = rgba(00000000)
|
col.inactive_border = rgba(00000000)
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 3
|
rounding = 4
|
||||||
active_opacity = 0.7
|
active_opacity = 0.8
|
||||||
inactive_opacity = 0.5
|
inactive_opacity = 0.7
|
||||||
fullscreen_opacity = 1
|
fullscreen_opacity = 1
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 8
|
size = 3
|
||||||
passes = 3
|
passes = 5
|
||||||
new_optimizations = true
|
new_optimizations = true
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
xray = false
|
xray = false
|
||||||
@ -104,55 +62,36 @@ decoration {
|
|||||||
blurls = swaync-control-center
|
blurls = swaync-control-center
|
||||||
blurls = swaync-notification-window
|
blurls = swaync-notification-window
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = false
|
enabled = false
|
||||||
range = 30
|
range = 10
|
||||||
render_power = 3
|
render_power = 5
|
||||||
color = 0x66000000
|
color = $color0
|
||||||
|
ignore_window = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
||||||
bezier = myBezier, 1,.5,.16,1.3
|
|
||||||
|
|
||||||
animation = windows, 1, 4, myBezier
|
|
||||||
animation = windowsOut, 1, 5, default, popin 80%
|
|
||||||
animation = border, 1, 10, default
|
|
||||||
bezier = linear, 0,0,1,1
|
bezier = linear, 0,0,1,1
|
||||||
animation = borderangle, 1, 60, linear, loop
|
bezier = swirl, 0.04, 1, 0.2, 1.2
|
||||||
animation = fade, 1, 2, default
|
animation = windows, 1, 4, swirl, popin 0%
|
||||||
animation = workspaces, 1, 5, default
|
animation = windowsOut, 1, 3, linear, popin 0%
|
||||||
animation = specialWorkspace, 1, 6, default, slidefadevert +50%
|
animation = fade, 1, 2, linear
|
||||||
|
animation = workspaces, 1, 2, linear
|
||||||
|
animation = specialWorkspace, 1, 5, swirl, slidefadevert -50%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # Master switch for pseudotiling. mainMod + P
|
||||||
preserve_split = true # You probably want this
|
preserve_split = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
||||||
master {
|
|
||||||
#new_is_master = true
|
|
||||||
}
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
### INPUT ###
|
### INPUT ###
|
||||||
#############
|
#############
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
@ -160,51 +99,43 @@ input {
|
|||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
sensitivity = 0
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
|
workspace_swipe_distance = 300
|
||||||
|
workspace_swipe_cancel_ratio = .05
|
||||||
|
workspace_swipe_min_speed_to_force = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||||
device {
|
device {
|
||||||
name = epic-mouse-v1
|
name = epic-mouse-v1
|
||||||
sensitivity = -0.5
|
sensitivity = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
### KEYBINDINGSS ###
|
### KEYBINDINGSS ###
|
||||||
####################
|
####################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Q, exec, $terminal
|
bind = $mainMod, Q, exec, $terminal
|
||||||
bind = $mainMod, B, killactive,
|
bind = $mainMod, B, killactive,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating
|
bind = $mainMod, V, togglefloating
|
||||||
bind = $mainMod, R, exec, $menu
|
bind = $mainMod, R, exec, $menu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo,
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit,
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
@ -216,7 +147,6 @@ bind = $mainMod, 7, workspace, 7
|
|||||||
bind = $mainMod, 8, workspace, 8
|
bind = $mainMod, 8, workspace, 8
|
||||||
bind = $mainMod, 9, workspace, 9
|
bind = $mainMod, 9, workspace, 9
|
||||||
bind = $mainMod, 0, workspace, 10
|
bind = $mainMod, 0, workspace, 10
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||||
@ -239,55 +169,31 @@ bind = CTRL, Print, exec, hyprshot -m region -o ~/Screenshots/
|
|||||||
bind = , Print, exec, hyprshot -m window -o ~/Screenshots/
|
bind = , Print, exec, hyprshot -m window -o ~/Screenshots/
|
||||||
bind = ALT, Print, exec, hyprshot -m active -m output -o ~/Screenshots/
|
bind = ALT, Print, exec, hyprshot -m active -m output -o ~/Screenshots/
|
||||||
bind = $mainMod, l, exec, hyprlock
|
bind = $mainMod, l, exec, hyprlock
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
# Sound config
|
|
||||||
#bind = $mainMod, F8, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle && gBar audio
|
|
||||||
#bind = $mainMod, F9, exec, gBar audio && pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
||||||
#bind = $mainMod, F10, exec,gBar audio && pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
||||||
bind = ALT, TAB, exec, wlogout
|
bind = ALT, TAB, exec, wlogout
|
||||||
#bind = CTRL, ESCAPE, exec, gksu
|
#bind = CTRL, ESCAPE, exec, gksu
|
||||||
bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
|
bind = ALT, w, exec, ~/.config/hypr/wallpaper.sh
|
||||||
bind = ALT, a, exec, ~/.config/waybar/refresh.sh
|
bind = ALT, a, exec, ~/.config/waybar/refresh.sh
|
||||||
bind = ALT, r, exec, ~/.config/swaync/refresh.sh
|
bind = ALT, r, exec, ~/.config/swaync/refresh.sh
|
||||||
|
bind = $mainMod, M, exit,
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||||
|
|
||||||
bind = $mainMod, M, exit,
|
|
||||||
# Example windowrule v1
|
|
||||||
#windowrule = float, ^(kitty)$
|
|
||||||
#layerrule = blur, waybar
|
|
||||||
#layerrule = blur, wofi
|
|
||||||
# Example windowrule v2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
layerrule = blur, wofi
|
layerrule = blur, wofi
|
||||||
layerrule = ignorezero, wofi
|
layerrule = ignorezero, wofi
|
||||||
layerrule = ignorealpha 0.5, wofi
|
layerrule = ignorealpha 0.5, wofi
|
||||||
|
|
||||||
layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
layerrule = ignorezero, waybar
|
layerrule = ignorezero, waybar
|
||||||
layerrule = ignorealpha 0.5, waybar
|
layerrule = ignorealpha 0.5, waybar
|
||||||
|
|
||||||
#Swaync
|
|
||||||
layerrule = blur, swaync-control-center
|
layerrule = blur, swaync-control-center
|
||||||
layerrule = blur, swaync-notification-window
|
layerrule = blur, swaync-notification-window
|
||||||
layerrule = ignorezero, swaync-control-center
|
layerrule = ignorezero, swaync-control-center
|
||||||
layerrule = ignorezero, swaync-notification-window
|
layerrule = ignorezero, swaync-notification-window
|
||||||
layerrule = ignorealpha 0.5, swaync-control-center
|
layerrule = ignorealpha 0.5, swaync-control-center
|
||||||
layerrule = ignorealpha 0.5, swaync-notification-window
|
layerrule = ignorealpha 0.5, swaync-notification-window
|
||||||
#windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
#windowrulev2 = suppressevent maximize, class:.*
|
||||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
|
||||||
|
@ -14,14 +14,14 @@ input-field {
|
|||||||
dots_rounding = 4
|
dots_rounding = 4
|
||||||
dots_spacing = .5
|
dots_spacing = .5
|
||||||
dots_fase_time = 300
|
dots_fase_time = 300
|
||||||
inner_color = rgba(100,100,100,.5) # no fill
|
inner_color = $backgroundCol # no fill
|
||||||
outer_color = rgb(30,30,30,1)
|
outer_color = $backgroundCol $backgroundCol
|
||||||
check_color= rgba(30,30,30,1)
|
check_color= $backgroundCol $backgroundCol
|
||||||
fail_color= rgba(30,30,30,1)
|
fail_color= $backgroundCol $backgroundCol
|
||||||
font_color = $color9
|
font_color = $color9
|
||||||
font_family = CodeNewRoman Nerd Font Propo
|
font_family = CodeNewRoman Nerd Font Propo
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
shadow_color = rgba(20,20,20,.5)
|
shadow_color = rgba(0,0,0,0.5)
|
||||||
shadow_passes = 1
|
shadow_passes = 1
|
||||||
shadow_size = 5
|
shadow_size = 5
|
||||||
rounding = 20
|
rounding = 20
|
||||||
|
32
.config/hypr/obscure-scripts/spotify.sh
Executable file
@ -0,0 +1,32 @@
|
|||||||
|
ACCENT=$(jq -r '.colors.color6' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
ACCENT_ACTIVE=$(jq -r '.colors.color1' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
ACCENT_INACTIVE=$(jq -r '.colors.color9' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
BANNER=$(jq -r '.colors.color4' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
BORDER_ACTIVE=$(jq -r '.colors.color4' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
BORDER_INACTIVE=$(jq -r '.colors.color12' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
HEADER=$(jq -r '.colors.color6' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
HIGHLIGHT=$(jq -r '.colors.color7' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
MAIN=$(jq -r '.colors.color0' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
NOTIFICATION=$(jq -r '.colors.color10' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
NOTIFICATION_ERROR=$(jq -r '.colors.color12' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
SUBTEXT=$(jq -r '.colors.color12' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
TEXT=$(jq -r '.colors.color15' ~/.cache/wal/colors.json | sed 's/#//')
|
||||||
|
|
||||||
|
# Apply these colors to Spicetify theme's color.ini file
|
||||||
|
sed -i "s/accent = .*/accent = $ACCENT/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/accent-active = .*/accent-active = $ACCENT_ACTIVE/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/accent-inactive = .*/accent-inactive = $ACCENT_INACTIVE/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/banner = .*/banner = $BANNER/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/border-active = .*/border-active = $BORDER_ACTIVE/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/border-inactive = .*/border-inactive = $BORDER_INACTIVE/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/header = .*/header = $HEADER/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/highlight = .*/highlight = $HIGHLIGHT/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/main = .*/main = $MAIN/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/notification = .*/notification = $NOTIFICATION/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/notification-error = .*/notification-error = $NOTIFICATION_ERROR/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/subtext = .*/subtext = $SUBTEXT/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
sed -i "s/text = .*/text = $TEXT/" ~/.config/spicetify/Themes/themefr/color.ini
|
||||||
|
|
||||||
|
spicetify apply
|
||||||
|
|
||||||
|
|
@ -1,30 +1,30 @@
|
|||||||
foreground #c2c2c2
|
foreground #c0c1c2
|
||||||
background #0d0d0d
|
background #06090C
|
||||||
background_opacity 1.0
|
background_opacity 1.0
|
||||||
cursor #c2c2c2
|
cursor #c0c1c2
|
||||||
|
|
||||||
active_tab_foreground #0d0d0d
|
active_tab_foreground #06090C
|
||||||
active_tab_background #c2c2c2
|
active_tab_background #c0c1c2
|
||||||
inactive_tab_foreground #c2c2c2
|
inactive_tab_foreground #c0c1c2
|
||||||
inactive_tab_background #0d0d0d
|
inactive_tab_background #06090C
|
||||||
|
|
||||||
active_border_color #c2c2c2
|
active_border_color #c0c1c2
|
||||||
inactive_border_color #0d0d0d
|
inactive_border_color #06090C
|
||||||
bell_border_color #942436
|
bell_border_color #2a3e4b
|
||||||
|
|
||||||
color0 #0d0d0d
|
color0 #06090C
|
||||||
color8 #6a5757
|
color8 #555f68
|
||||||
color1 #942436
|
color1 #2a3e4b
|
||||||
color9 #C63049
|
color9 #385365
|
||||||
color2 #5b5e60
|
color2 #393b3f
|
||||||
color10 #7A7E81
|
color10 #4D4F54
|
||||||
color3 #965b63
|
color3 #484c4e
|
||||||
color11 #C87A85
|
color11 #606668
|
||||||
color4 #5e6163
|
color4 #6f5143
|
||||||
color12 #7E8285
|
color12 #946C5A
|
||||||
color5 #696c6f
|
color5 #68655a
|
||||||
color13 #8D9195
|
color13 #8B8778
|
||||||
color6 #747779
|
color6 #596765
|
||||||
color14 #9B9FA2
|
color14 #778A87
|
||||||
color7 #978c8c
|
color7 #899195
|
||||||
color15 #c2c2c2
|
color15 #c0c1c2
|
||||||
|
@ -16,6 +16,55 @@ require("vim-options")
|
|||||||
require("lazy").setup("plugins")
|
require("lazy").setup("plugins")
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
local pywal = require('pywal')
|
local pywal = require('pywal')
|
||||||
|
|
||||||
pywal.setup()
|
pywal.setup()
|
||||||
|
|
||||||
|
require('gitsigns').setup {
|
||||||
|
signs = {
|
||||||
|
add = { text = '┃' },
|
||||||
|
change = { text = '┃' },
|
||||||
|
delete = { text = '_' },
|
||||||
|
topdelete = { text = '‾' },
|
||||||
|
changedelete = { text = '~' },
|
||||||
|
untracked = { text = '┆' },
|
||||||
|
},
|
||||||
|
signs_staged = {
|
||||||
|
add = { text = '┃' },
|
||||||
|
change = { text = '┃' },
|
||||||
|
delete = { text = '_' },
|
||||||
|
topdelete = { text = '‾' },
|
||||||
|
changedelete = { text = '~' },
|
||||||
|
untracked = { text = '┆' },
|
||||||
|
},
|
||||||
|
signs_staged_enable = true,
|
||||||
|
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
||||||
|
numhl = false, -- Toggle with `:Gitsigns toggle_numhl`
|
||||||
|
linehl = false, -- Toggle with `:Gitsigns toggle_linehl`
|
||||||
|
word_diff = false, -- Toggle with `:Gitsigns toggle_word_diff`
|
||||||
|
watch_gitdir = {
|
||||||
|
follow_files = true
|
||||||
|
},
|
||||||
|
auto_attach = true,
|
||||||
|
attach_to_untracked = false,
|
||||||
|
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
|
||||||
|
current_line_blame_opts = {
|
||||||
|
virt_text = true,
|
||||||
|
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
|
||||||
|
delay = 1000,
|
||||||
|
ignore_whitespace = false,
|
||||||
|
virt_text_priority = 100,
|
||||||
|
use_focus = true,
|
||||||
|
},
|
||||||
|
current_line_blame_formatter = '<author>, <author_time:%R> - <summary>',
|
||||||
|
sign_priority = 6,
|
||||||
|
update_debounce = 100,
|
||||||
|
status_formatter = nil, -- Use default
|
||||||
|
max_file_length = 40000, -- Disable if file is longer than this (in lines)
|
||||||
|
preview_config = {
|
||||||
|
-- Options passed to nvim_open_win
|
||||||
|
border = 'single',
|
||||||
|
style = 'minimal',
|
||||||
|
relative = 'cursor',
|
||||||
|
row = 0,
|
||||||
|
col = 1
|
||||||
|
},
|
||||||
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
|
"cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
|
||||||
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
|
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
|
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
|
||||||
|
"gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
|
"lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" },
|
"lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" },
|
||||||
"neo-tree.nvim": { "branch": "v3.x", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
|
"neo-tree.nvim": { "branch": "v3.x", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
return {
|
return {
|
||||||
{ 'AlphaTechnolog/pywal.nvim', name = 'pywal' }
|
{ 'AlphaTechnolog/pywal.nvim', name = 'pywal' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
.config/nvim/lua/plugins/git.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
return {
|
||||||
|
"lewis6991/gitsigns.nvim"
|
||||||
|
}
|
@ -321,14 +321,14 @@ trough {
|
|||||||
|
|
||||||
trough highlight {
|
trough highlight {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: alpha(@mycolor,.5);
|
background: @mycolor;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
|
||||||
transition: all .7s ease;
|
transition: all .7s ease;
|
||||||
}
|
}
|
||||||
trough highlight:hover {
|
trough highlight:hover {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: alpha(@mycolor,.5);
|
background: @mycolor;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
|
||||||
transition: all .7s ease;
|
transition: all .7s ease;
|
||||||
|
@ -30,9 +30,7 @@
|
|||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{calendar}</tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"format": {
|
"format": {
|
||||||
"months": "<span color='#000000'><b>{}</b></span>",
|
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
||||||
"weekdays": "<span color='#000000'><b>{}</b></span>",
|
|
||||||
"today": "<span color='#000000'><b>{}</b></span>"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
|
@ -29,11 +29,12 @@ window#waybar{
|
|||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
||||||
}
|
}
|
||||||
tooltip {
|
tooltip {
|
||||||
background:rgb(50,50,50)
|
background:@background;
|
||||||
|
color: @color7;
|
||||||
}
|
}
|
||||||
#clock:hover, #custom-pacman:hover, #custom-notification:hover,#bluetooth:hover,#network:hover,#battery:hover, #cpu:hover,#memory:hover,#temperature:hover{
|
#clock:hover, #custom-pacman:hover, #custom-notification:hover,#bluetooth:hover,#network:hover,#battery:hover, #cpu:hover,#memory:hover,#temperature:hover{
|
||||||
transition: all .3s ease;
|
transition: all .3s ease;
|
||||||
color:@color0;
|
color:@color9;
|
||||||
}
|
}
|
||||||
#custom-notification {
|
#custom-notification {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
|
@ -17,7 +17,8 @@ window {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: alpha(@background,.5);
|
background-color: alpha(@background,.5);
|
||||||
animation: fadeIn .5s ease-in-out;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/* Slide In */
|
/* Slide In */
|
||||||
@keyframes slideIn {
|
@keyframes slideIn {
|
||||||
@ -35,19 +36,11 @@ window {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
animation: slideIn 1s ease-in-out;
|
animation: slideIn 1.5s ease-in-out;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fade In */
|
/* Fade In */
|
||||||
@keyframes fadeIn{
|
|
||||||
0% {
|
|
||||||
border-radius: 100px;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -57,6 +50,7 @@ window {
|
|||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
border: none
|
border: none
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scroll */
|
/* Scroll */
|
||||||
@ -65,7 +59,7 @@ window {
|
|||||||
padding: 30px;
|
padding: 30px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
animation: fadeIn .8s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Input */
|
/* Input */
|
||||||
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 7.4 MiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 457 KiB After Width: | Height: | Size: 457 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
BIN
wallpapers/walls/minimalist-mountains-green-4k-a3-2992761740.jpg
Normal file
After Width: | Height: | Size: 951 KiB |
BIN
wallpapers/walls/pexels-alex-qian-1180283-4914160.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
wallpapers/walls/pexels-vladalex94-1402787.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
wallpapers/walls/wp7558808-401434860.png
Normal file
After Width: | Height: | Size: 974 KiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 953 KiB After Width: | Height: | Size: 953 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 824 KiB After Width: | Height: | Size: 824 KiB |
Before Width: | Height: | Size: 992 KiB After Width: | Height: | Size: 992 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 921 KiB After Width: | Height: | Size: 921 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 540 KiB After Width: | Height: | Size: 540 KiB |
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 678 KiB |
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 451 KiB |
Before Width: | Height: | Size: 885 KiB After Width: | Height: | Size: 885 KiB |
BIN
wallpapers/walls1/wp5187908-2044436229.jpg
Normal file
After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 3.7 MiB |
Before Width: | Height: | Size: 7.0 MiB |
Before Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 8.4 MiB |
Before Width: | Height: | Size: 7.4 MiB |
Before Width: | Height: | Size: 6.2 MiB |
Before Width: | Height: | Size: 15 MiB |
Before Width: | Height: | Size: 330 KiB |
Before Width: | Height: | Size: 1018 KiB |
Before Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 457 KiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 429 KiB |
Before Width: | Height: | Size: 454 KiB |