Compare commits

..

14 commits

162 changed files with 823 additions and 24 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ dot-config/vesktop/state.json
dot-config/vesktop/sessionData
dot-config/vesktop/Crashpad
dot-config/spicetify/Extracted
dot-local/share/nvim

View file

@ -6,7 +6,7 @@ TERM = "xterm-256color"
padding = { x = 10, y = 10 }
dynamic_padding = true
decorations = "Full"
opacity = 0.85
opacity = 1
[font]
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }

View file

@ -21,6 +21,12 @@ function _fetch
end
end
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

View file

@ -29,4 +29,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:\x1d
SETUVAR fish_user_paths:/home/timoxa0/\x2elocal/bin

View file

@ -0,0 +1,3 @@
debug {
overlay = false
}

View file

@ -21,20 +21,17 @@ decoration {
active_opacity = 1.0
inactive_opacity = 1.0
drop_shadow = false
shadow_range = 4
shadow_render_power = 3
col.shadow = $bg
dim_inactive = false
dim_strength = 0.2
blur {
enabled = true
size = 3
passes = 3
vibrancy = 0.1696
passes = 4
noise = 0.07
xray = true
brightness = 0.4
popups = false
}
}

View file

@ -9,4 +9,5 @@ env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct
env = EDITOR,nvim
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = MOZ_ENABLE_WAYLAND=1

View file

@ -5,3 +5,4 @@
monitor=DP-1, 3440x1440@100, 1920x0, 1
monitor=HDMI-A-2, 1920x1200@60, 0x0, 1
monitor=HDMI-A-1, 1920x1200@60, 2680x1440, 1
#monitor=HDMI-A-2, 1366x768@60, 0x0, 1

View file

@ -1,2 +1,2 @@
#windowrulev2 = plugin:chromakey,fullscreen:0
#chromakey_background = rgb(1e1e2e)
chromakey_background = 30,30,46
# chromakey_background = 36,36,56

View file

@ -32,17 +32,15 @@ windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$
# windowrulev2 = noblur,class:^(xwaylandvideobridge)$
# Vesktop
windowrulev2 = opacity 0.9, class:^(vesktop)$
# windowrulev2 = opacity 0.9, class:^(vesktop)$
# Telegram
windowrulev2 = opacity 0.9, class:^(org.telegram.desktop)$
windowrulev2 = maximize, class:^(org.telegram.desktop)$,title:^(Media viewer)$
windowrulev2 = float, class:^(org.telegram.desktop)$,title:^(Media viewer)$
windowrulev2 = opaque, class:^(org.telegram.desktop)$,title:^(Media viewer)$
# windowrulev2 = opaque, class:^(org.telegram.desktop)$,title:^(Media viewer)$
# Nemo
windowrulev2 = float, class:^(nemo)$,title:^.*(Properties)$
windowrulev2 = opacity 0.9, class:^(nemo)$
# Firefox library (Downloads, History, etc.)
windowrulev2 = float, class:^(zen-alpha)$,title:^(Library)$
@ -50,4 +48,9 @@ windowrulev2 = opacity 0.9, class:^(zen-alpha)$,title:^(Library)$
# Spotify
windowrulev2 = opacity 0.9, class:^(Spotify)$
windowrulev2 = noblur, class:^()$,title:^()$
windowrulev2 = plugin:chromakey,fullscreen:0
windowrulev2 = opacity 0.999,fullscreen:0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 40 B

View file

@ -0,0 +1 @@
/mnt/data/Wallpapers/unsorted/fuji-5.png

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 40 B

View file

@ -40,8 +40,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
unbind %
unbind '"'
bind '\' split-window -v -c "#{pane_current_path}"
bind ']' split-window -h -c "#{pane_current_path}"
bind ']' split-window -v -c "#{pane_current_path}"
bind '\' split-window -h -c "#{pane_current_path}"
bind C-l send-keys 'C-l'

View file

@ -610,6 +610,6 @@
"authenticated": true,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1730556132483
"settingsSyncVersion": 1731730708667
}
}
}

View file

@ -12,14 +12,14 @@ window#waybar {
/* background: @base; */
transition-property: background-color;
transition-duration: .5s;
border-radius: 15px;
border-radius: 14px;
}
#workspaces {
background-color: @mantle;
margin: 3px 5px 3px 5px;
padding: 3px;
border-radius: 12px;
border-radius: 14px;
}
#workspaces button,
#workspaces button:hover,
@ -49,7 +49,7 @@ window#waybar {
#wireplumber, #wireplumber.muted,
#tray, #language, #clock {
background: @mantle;
border-radius: 12px;
border-radius: 14px;
color: @text;
margin: 3px 2.5px 3px 2.5px;
}

View file

@ -0,0 +1,3 @@
[Icon Theme]
Name=Bibata-Modern-Classic
Inherits="Bibata-Modern-Classic"

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
sb_v_double_arrow

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
crossed_circle

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
sb_v_double_arrow

View file

@ -0,0 +1 @@
left_ptr_watch

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
dnd-link

View file

@ -0,0 +1 @@
move

View file

@ -0,0 +1 @@
left_ptr

View file

@ -0,0 +1 @@
bd_double_arrow

View file

@ -0,0 +1 @@
plus

View file

@ -0,0 +1 @@
grabbing

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
tcross

View file

@ -0,0 +1 @@
cross

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
left_ptr

View file

@ -0,0 +1 @@
cross

View file

@ -0,0 +1 @@
grabbing

View file

@ -0,0 +1 @@
grabbing

View file

@ -0,0 +1 @@
dotbox

View file

@ -0,0 +1 @@
sb_v_double_arrow

View file

@ -0,0 +1 @@
sb_down_arrow

View file

@ -0,0 +1 @@
pencil

View file

@ -0,0 +1 @@
right_ptr

View file

@ -0,0 +1 @@
right_ptr

View file

@ -0,0 +1 @@
dotbox

View file

@ -0,0 +1 @@
right_side

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
fd_double_arrow

View file

@ -0,0 +1 @@
move

View file

@ -0,0 +1 @@
circle

View file

@ -0,0 +1 @@
hand1

View file

@ -0,0 +1 @@
sb_h_double_arrow

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
xterm

View file

@ -0,0 +1 @@
dotbox

View file

@ -0,0 +1 @@
sb_left_arrow

View file

@ -0,0 +1 @@
question_arrow

View file

@ -0,0 +1 @@
top_side

Some files were not shown because too many files have changed in this diff Show more