Compare commits

..

No commits in common. "699e015fccc2690ec6a9f7e8c31efa170e19c748" and "6e11007269847ef9d0739abae03a65db6b5b498b" have entirely different histories.

17 changed files with 99 additions and 155 deletions

View file

@ -3,7 +3,7 @@
TERM = "xterm-256color" TERM = "xterm-256color"
[window] [window]
padding = { x = 20, y = 20 } padding = { x = 10, y = 10 }
dynamic_padding = true dynamic_padding = true
decorations = "Full" decorations = "Full"
opacity = 1 opacity = 1

View file

@ -11,27 +11,36 @@ function filesize
end end
function _fetch function _fetch
# if which pfetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
# export PF_INFO="ascii title os host kernel uptime memory de"
# #export PF_ASCII="arch"
# pfetch
# end
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ] if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
ufetch ufetch
end end
end end
function _set_env function arm64cc-env
export ARCH=arm64
export hardeningDisable=all
export CROSS_COMPILE=aarch64-linux-gnu-
end
if which pyenv > /dev/null 2>&1
pyenv init - | source
end
if [ "$TERM" = "foot" ] || [ "$TERM" = "xterm-kitty" ] if [ "$TERM" = "foot" ] || [ "$TERM" = "xterm-kitty" ]
alias ssh="TERM=xterm-256color $(which ssh)" alias ssh="TERM=xterm-256color $(which ssh)"
alias gg="TERM=xterm-256color $(which gg)" alias gg="TERM=xterm-256color $(which gg)"
end end
set -x VIRTUAL_ENV_DISABLE_PROMPT
set -x PF_INFO "ascii title os host kernel uptime memory de"
set -x FZF_DEFAULT_OPTS "\
--color=bg+:#1e1e2e,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \
--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \
--color=marker:#b4befe,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8 \
--color=selected-bg:#45475a \
--multi"
end
function _set_aliases if status is-interactive
bind \cl 'clear; _fetch; commandline -f repaint'
bind \cb btop
bind \cs 'source ~/.config/fish/config.fish'
if which eza > /dev/null 2>&1 if which eza > /dev/null 2>&1
alias ls="eza --icons=auto" alias ls="eza --icons=auto"
else if which exa > /dev/null 2>&1 else if which exa > /dev/null 2>&1
@ -53,29 +62,15 @@ function _set_aliases
end end
if which nvim > /dev/null 2>&1 if which nvim > /dev/null 2>&1
alias v "nvim" alias v="nvim"
alias V "sudoedit" alias edit="nvim"
set -x EDITOR nvim alias e="nvim"
alias V="sudoedit"
export EDITOR=nvim
end end
alias cdt "cd (mktemp -d)" alias cdt="cd (mktemp -d)"
alias ":q" exit alias ":q"=exit
end
function arm64cc-env
set -gx ARCH arm64
set -gx hardeningDisable all
set -gx CROSS_COMPILE aarch64-linux-gnu-
end
if which pyenv > /dev/null 2>&1
pyenv init - | source
end
if status is-interactive
bind \cl 'clear; _fetch; commandline -f repaint'
bind \cb btop
bind \cs 'source ~/.config/fish/config.fish'
if which zoxide > /dev/null 2>&1 if which zoxide > /dev/null 2>&1
zoxide init --cmd cd fish | source zoxide init --cmd cd fish | source
@ -85,7 +80,8 @@ if status is-interactive
_fetch _fetch
end end
export VIRTUAL_ENV_DISABLE_PROMPT=0
set reload "done" set reload "done"
_set_aliases
end end
_set_env
fish_add_path /home/timoxa0/.spicetify

View file

@ -12,7 +12,7 @@ bind = SUPER, Q, killactive,
bind = SUPER, M, exit, bind = SUPER, M, exit,
bind = SUPER, C, togglefloating, bind = SUPER, C, togglefloating,
bind = SUPER, SPACE, exec, $menu bind = SUPER, SPACE, exec, $menu
bind = SUPER, Z, pseudo, # dwindle bind = SUPER, P, pseudo, # dwindle
bind = SUPER, X, togglesplit, # dwindle bind = SUPER, X, togglesplit, # dwindle
bind = SUPER, Home, exec, $sshot region bind = SUPER, Home, exec, $sshot region
bind = SUPER, Prior, exec, $sshot window bind = SUPER, Prior, exec, $sshot window

View file

@ -7,7 +7,7 @@ env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland
env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,gtk3 env = QT_QPA_PLATFORMTHEME,qt5ct
env = EDITOR,nvim env = EDITOR,nvim
env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = MOZ_ENABLE_WAYLAND=1 env = MOZ_ENABLE_WAYLAND=1

View file

@ -1,7 +1,7 @@
source = colors.conf source = colors.conf
$terminal = alacritty $terminal = alacritty
$fileManager = nautilus -w $fileManager = nemo
$menu = ~/.cargo/bin/hyprlauncher $menu = ~/.cargo/bin/hyprlauncher
$browser = zen-browser $browser = zen-browser
$discord = vesktop $discord = vesktop

View file

@ -3,12 +3,8 @@
# #
# Waybar # Waybar
layerrule = blur, waybar # layerrule = blur, waybar
layerrule = ignorezero, waybar # layerrule = ignorezero, waybar
# Hyprlauncher
layerrule = blur, gtk4-layer-shell
layerrule = ignorezero, gtk4-layer-shell
# Mako # Mako
layerrule = blur, notifications layerrule = blur, notifications

View file

@ -6,20 +6,20 @@
"theme": { "theme": {
"colors": { "colors": {
"border": "#89b4fa", "border": "#89b4fa",
"item_bg": "#00000000", "item_bg": "#181825",
"item_bg_hover": "#89b4faef", "item_bg_hover": "#89b4fa",
"item_bg_selected": "#89b4faef", "item_bg_selected": "#89b4fa",
"item_description": "#bac2de", "item_description": "#bac2de",
"item_description_selected": "#181825", "item_description_selected": "#181825",
"item_name": "#cdd6f4", "item_name": "#cdd6f4",
"item_name_selected": "#1e1e2e", "item_name_selected": "#1e1e2e",
"item_path": "#a6adc8", "item_path": "#a6adc8",
"item_path_selected": "#181825", "item_path_selected": "#181825",
"search_bg": "#181825aa", "search_bg": "#181825",
"search_bg_focused": "#89b4fa", "search_bg_focused": "#89b4fa",
"search_caret": "#cdd6f4", "search_caret": "#cdd6f4",
"search_text": "#cdd6f4", "search_text": "#cdd6f4",
"window_bg": "#1e1e2e88" "window_bg": "#1e1e2e"
}, },
"corners": { "corners": {
"list_item": 8, "list_item": 8,
@ -41,7 +41,7 @@
} }
}, },
"window": { "window": {
"anchor": "center", "anchor": "bottom",
"border_width": 3, "border_width": 3,
"custom_navigate_keys": { "custom_navigate_keys": {
"delete_word": "h", "delete_word": "h",

View file

@ -1,4 +1,4 @@
[Settings] [Settings]
folder = /mnt/data/Wallpapers/unsorted folder = /mnt/data/Wallpapers/unsorted
backend = hyprpaper backend = hyprpaper
last_wallpaper = /mnt/data/Wallpapers/unsorted/neon-dunes-8k.jpg last_wallpaper = /mnt/data/Wallpapers/unsorted/galaktika_zvezdy_nebo_temnyj_tumannost_101228_2560x1440.jpg

View file

@ -3,42 +3,10 @@
---@type ChadrcConfig ---@type ChadrcConfig
local M = {} local M = {}
M = { M = {
base46 = { base46 = {
theme = "catppuccin", theme = "catppuccin",
transparency = true transparency = true
},
ui = {
statusline = {
theme = "minimal",
separator_style = "round",
order = { "mode", "file", "git", "%=", "cwd"},
}
},
nvdash = {
load_on_startup = true,
header = {
" ",
" ▄▄ ▄ ▄▄▄▄▄▄▄ ",
" ▄▀███▄ ▄██ █████▀ ",
" ██▄▀███▄ ███ ",
" ███ ▀███▄ ███ ",
" ███ ▀██ ███ ",
" ███ ▀ ███ ",
" ▀██ █████▄▀█▀▄██████▄ ",
" ▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀ ",
" ",
" ",
},
buttons = {
{ txt = " Find File", keys = "ff", cmd = "Telescope find_files" },
{ txt = " Recent Files", keys = "fo", cmd = "Telescope oldfiles" },
{ txt = "󰈭 Find Word", keys = "fw", cmd = "Telescope live_grep" },
{ txt = "󰈆 Exit", keys = ":q!", cmd = "q!" },
}
} }
-- hl_override = { -- hl_override = {
-- Comment = { italic = true }, -- Comment = { italic = true },

View file

@ -1,7 +1,7 @@
[Appearance] [Appearance]
color_scheme_path=/home/timoxa0/.config/qt5ct/colors/Catppuccin-Mocha.conf color_scheme_path=/home/timoxa0/.config/qt5ct/colors/Catppuccin-Mocha.conf
custom_palette=true custom_palette=true
standard_dialogs=gtk3 standard_dialogs=default
style=Fusion style=Fusion
[Fonts] [Fonts]
@ -24,7 +24,7 @@ underline_shortcut=1
wheel_scroll_lines=3 wheel_scroll_lines=3
[SettingsWindow] [SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\xe\x4\0\0\x5H\0\0\a\x80\0\0\0\0\0\0\xe\x37\0\0\x5\x8a\0\0\0\0\x2\0\0\0\rp\0\0\a\x80\0\0\0\0\0\0\xe\x4\0\0\x5H) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\xe\"\0\0\x5\\\0\0\a\x80\0\0\0\0\0\0\xe\x37\0\0\x5v\0\0\0\0\x2\0\0\0\rp\0\0\a\x80\0\0\0\0\0\0\xe\"\0\0\x5\\)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View file

@ -20,40 +20,29 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
# catppuccin
set -g @catppuccin_flavour 'mocha' set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_window_status_style "rounded" set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_status_background "#1e1e2e"
set -g @catppuccin_status_left_separator " "
set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_fill "icon"
set -g @catppuccin_status_connect_separator "no"
# status
set -g status-right-length 100 set -g status-right-length 100
set -g status-left-length 100 set -g status-left-length 100
set -g status-left "" set -g status-left ""
set -g status-right "" set -g status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{E:@catppuccin_status_cpu}"
set -ag status-right "#{E:@catppuccin_status_session}" set -ag status-right "#{E:@catppuccin_status_session}"
set -ag status-right "#{E:@catppuccin_status_uptime}" set -ag status-right "#{E:@catppuccin_status_uptime}"
set -as terminal-features ",alacritty*:RGB"
set -as terminal-features ",foot:RGB"
set -g mouse on
set -g default-shell /bin/fish
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
# binds
bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi C-v send-keys -X rectangle-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
unbind % unbind %
unbind '"' unbind '"'
bind ']' split-window -v -c "#{pane_current_path}" bind ']' split-window -v -c "#{pane_current_path}"
bind '\' split-window -h -c "#{pane_current_path}" bind '\' split-window -h -c "#{pane_current_path}"
bind C-l send-keys 'C-l' bind C-l send-keys 'C-l'
run '~/.config/tmux/tpm/tpm' run '~/.config/tmux/tpm/tpm'

View file

@ -1,11 +1,7 @@
{ {
"discordBranch": "stable", "discordBranch": "stable",
"minimizeToTray": true, "minimizeToTray": true,
"arRPC": false, "arRPC": true,
"splashColor": "rgb(205, 214, 244)", "splashColor": "rgb(205, 214, 244)",
"splashBackground": "rgb(30, 30, 46)", "splashBackground": "rgb(30, 30, 46)"
"staticTitle": true,
"enableMenu": true,
"splashTheming": true,
"disableMinSize": false
} }

View file

@ -2,10 +2,10 @@
"autoUpdate": true, "autoUpdate": true,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [], "themeLinks": [
"enabledThemes": [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css"
"catppuccin-mocha-blue.theme.css"
], ],
"enabledThemes": [],
"enableReactDevtools": false, "enableReactDevtools": false,
"frameless": false, "frameless": false,
"transparent": false, "transparent": false,
@ -610,6 +610,6 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1733731663448 "settingsSyncVersion": 1731730708667
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@
@define-color surface2 #585b70; @define-color surface2 #585b70;
@define-color surface1 #45475a; @define-color surface1 #45475a;
@define-color surface0 #313244; @define-color surface0 #313244;
@define-color base rgba(30, 30, 46, 0.2); @define-color base #1e1e2e;
@define-color on-accent #1e1e2e; @define-color mantle #181825;
@define-color mantle rgba(24, 24, 37, 0.4);
@define-color crust #11111b; @define-color crust #11111b;

View file

@ -12,7 +12,7 @@ window#waybar {
/* background: @base; */ /* background: @base; */
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
border-radius: 14px 14px 0px 0px; border-radius: 0px 0px 14px 14px;
} }
#workspaces { #workspaces {
@ -34,15 +34,15 @@ window#waybar {
} }
#workspaces button:hover { #workspaces button:hover {
background-color: @lavender; background-color: @lavender;
color: @on-accent; color: @base;
} }
#workspaces button.active { #workspaces button.active {
background-color: @blue; background-color: @blue;
color: @on-accent; color: @base
} }
#workspaces button.active:hover { #workspaces button.active:hover {
background-color: @blue; background-color: @blue;
color: @on-accent; color: @base;
} }
#custom-power, #custom-runner, #battery, #custom-power, #custom-runner, #battery,
@ -87,5 +87,5 @@ window#waybar {
#clock { #clock {
padding: 0px 10px; padding: 0px 10px;
margin: 4px 5px 4px 2.5px; margin: 4px 5px 4px 2.5px;
font-size: 14px; font-size: 15px;
} }

View file

@ -1,10 +1,10 @@
{ {
"position": "bottom", "position": "top",
"height": 34, "height": 34,
"width": 1000, "width": 900,
"spacing": 0, "spacing": 0,
"layer": "top", "layer": "top",
"margin-top": -15, "margin-bottom": -15,
"modules-left": ["tray", "custom/spotify"], "modules-left": ["tray", "custom/spotify"],
"modules-center": ["hyprland/workspaces"], "modules-center": ["hyprland/workspaces"],
"modules-right": ["wireplumber", "hyprland/language", "clock"], "modules-right": ["wireplumber", "hyprland/language", "clock"],
@ -69,7 +69,8 @@
"clock": { "clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M %b %d}", "format-alt": "{:%Y-%m-%d}",
"format": "{:%H:%M}",
"timezone": "Asia/Yekaterinburg" "timezone": "Asia/Yekaterinburg"
} }
} }