Update dotfiles (2026-05-07 20:11:46)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
exec-once = uwsm app -S out -- zshell-cli shell start
|
||||
|
||||
exec-once = [workspace 1] sleep 3s && uwsm app -S out -- discord --enable-features=WaylandLinuxDrmSyncobj
|
||||
exec-once = [workspace 3 silent] sleep 3s && uwsm app -S out -- openrgb
|
||||
exec-once = [workspace 3 silent] sleep 3s && uwsm app -S out -- openrgb -p green --gui
|
||||
exec-once = [workspace 2 silent] sleep 3s && uwsm app -S out -- keepassxc
|
||||
# exec-once = [workspace 1 silent] sleep 3s && uwsm app -S out -- 64gram-desktop
|
||||
exec-once = [workspace 1 silent] sleep 3s && uwsm app -S out -- AyuGram
|
||||
|
||||
@@ -9,8 +9,8 @@ workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-3
|
||||
|
||||
render {
|
||||
direct_scanout = 1
|
||||
new_render_scheduling = true
|
||||
direct_scanout = 2
|
||||
new_render_scheduling = false
|
||||
ctm_animation = false
|
||||
}
|
||||
|
||||
@@ -28,13 +28,15 @@ ecosystem {
|
||||
misc {
|
||||
disable_splash_rendering = false
|
||||
vfr = true
|
||||
vrr = 3
|
||||
vrr = 0
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = false
|
||||
anr_missed_pings = 20
|
||||
size_limits_tiled = true
|
||||
allow_session_lock_restore = true
|
||||
session_lock_xray = false
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
}
|
||||
|
||||
experimental {
|
||||
|
||||
@@ -3,48 +3,49 @@
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
general {
|
||||
border_size = 1
|
||||
col.inactive_border = rgba(d50000ff) rgba(c300afff) 90deg
|
||||
col.active_border = rgba(00cdffff) rgba(00ff80ff) 90deg
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
border_size = 1
|
||||
col.inactive_border = rgba(ffffff10) rgba(ffffff10) 90deg
|
||||
col.active_border = rgba(ffffff10) rgba(ffffff10) 90deg
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 6
|
||||
rounding_power = 2
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
brightness = 1.0
|
||||
vibrancy = 0
|
||||
vibrancy_darkness = 0
|
||||
xray = false
|
||||
noise = 0.05
|
||||
popups = true
|
||||
popups_ignorealpha = 0.5
|
||||
input_methods = true
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
dim_inactive = true
|
||||
dim_strength = 0.0
|
||||
fullscreen_opacity = 1.0
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
blur {
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
brightness = 1.0
|
||||
vibrancy = 0
|
||||
vibrancy_darkness = 0
|
||||
xray = false
|
||||
noise = 0.05
|
||||
popups = true
|
||||
popups_ignorealpha = 0.6
|
||||
input_methods = true
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
dim_inactive = true
|
||||
dim_strength = 0.0
|
||||
fullscreen_opacity = 1.0
|
||||
border_part_of_window = true
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 100
|
||||
render_power = 4
|
||||
color = 0x66000000
|
||||
color_inactive = 0x33000000
|
||||
offset = 0, 10
|
||||
scale = 1
|
||||
}
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 100
|
||||
render_power = 4
|
||||
color = 0x66000000
|
||||
color_inactive = 0x33000000
|
||||
offset = 0, 10
|
||||
scale = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ $mainMod = SUPER
|
||||
|
||||
# Applications
|
||||
# bind = $mainMod, RETURN, exec, app2unit -- zterm
|
||||
bind = $mainMod, RETURN, exec, app2unit -- wezterm
|
||||
bind = $mainMod, RETURN, exec, app2unit -- zterm
|
||||
bind = $mainMod, B, exec, uwsm-app -S out -- librewolf
|
||||
bind = $mainMod, E, exec, uwsm-app -S out -- dolphin
|
||||
bind = $mainMod CTRL, E, exec, uwsm-app -S out -- hyprlauncher
|
||||
@@ -20,7 +20,6 @@ bind = $mainMod CTRL ALT, O, exec, uwsm-app -S out -- ~/.config/hypr/scripts/key
|
||||
bind = $mainMod, Q, exec, hyprctl dispatch killactive
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
@@ -32,7 +31,8 @@ bind = $mainMod SHIFT, left, resizeactive, -100 0
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
bind = $mainMod, G, togglegroup
|
||||
bind = $mainMod, K, swapsplit
|
||||
bind = $mainMod, J, layoutmsg, togglesplit
|
||||
bind = $mainMod, K, layoutmsg, swapsplit
|
||||
bind = $mainMod CTRL, up, swapwindow, u
|
||||
bind = $mainMod CTRL, down, swapwindow, d
|
||||
bind = $mainMod CTRL, left, swapwindow, l
|
||||
@@ -54,8 +54,8 @@ bind = CTRL SHIFT, M, exec, /home/zach/.config/cronjobscripts/wpctl-mute.sh
|
||||
|
||||
# Actions
|
||||
# bind = $mainMod CTRL, L, global, zshell:show-osd
|
||||
bind = $mainMod CTRL, L, global, zshell:toggle-settings
|
||||
# bind = $mainMod CTRL, L, global, zshell:lock
|
||||
# bind = $mainMod CTRL, L, global, zshell:toggle-settings
|
||||
bind = $mainMod CTRL, L, global, zshell:toggle-drawing
|
||||
|
||||
|
||||
bind = $mainMod, Tab, global, zshell:toggle-overview
|
||||
@@ -69,8 +69,8 @@ bind = $mainMod, P, exec, uwsm-app -S out -- hyprpicker -a --format=hex
|
||||
bind = , code:171, exec, uwsm-app -S out -- ddcutil setvcp 10 + 20 --enable-dynamic-sleep --skip-ddc-checks --bus=7 && ddcutil setvcp 10 + 20 --enable-dynamic-sleep --skip-ddc-checks --bus=6
|
||||
bind = , code:173, exec, uwsm-app -S out -- ddcutil setvcp 10 - 20 --enable-dynamic-sleep --skip-ddc-checks --bus=7 && ddcutil setvcp 10 - 20 --enable-dynamic-sleep --skip-ddc-checks --bus=6
|
||||
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ --limit 1.0
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- --limit 1.0
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ --limit 1.0
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- --limit 1.0
|
||||
|
||||
# Workspaces
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
|
||||
scrolling {
|
||||
focus_fit_method = 0
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
enable_swallow = true
|
||||
enable_swallow = false
|
||||
swallow_regex = ^(kitty)$
|
||||
}
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
|
||||
monitorv2 {
|
||||
output = DP-1
|
||||
mode = 2560x1440@144
|
||||
mode = 3840x2160@160
|
||||
position = 0x0
|
||||
scale = 1
|
||||
scale = 1.5
|
||||
vrr = 3
|
||||
cm = auto
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = DP-2
|
||||
mode = 3840x2160
|
||||
mode = 3840x2160@60
|
||||
position = auto-center-left
|
||||
scale = 1.5
|
||||
vrr = 3
|
||||
@@ -23,7 +23,7 @@ monitorv2 {
|
||||
|
||||
monitorv2 {
|
||||
output = DP-3
|
||||
mode = 2560x1440@165
|
||||
mode = 2560x1440@144
|
||||
position = auto-center-right
|
||||
scale = 1
|
||||
vrr = 3
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
layerrule = blur on,match:namespace match:namespace quickshell
|
||||
|
||||
layerrule = blur on,match:namespace ZShell-Bar
|
||||
layerrule = blur_popups on,match:namespace ZShell-Bar
|
||||
layerrule = ignore_alpha 0.5,match:namespace ZShell-Bar
|
||||
|
||||
layerrule = blur on,match:namespace ZShell-Auth
|
||||
layerrule = blur_popups on,match:namespace ZShell-Auth
|
||||
layerrule = ignore_alpha 0.6,match:namespace ZShell-Auth
|
||||
|
||||
@@ -5,7 +5,7 @@ general {
|
||||
}
|
||||
|
||||
# AFK message
|
||||
listener {
|
||||
timeout = 240
|
||||
on-timeout = hyprctl notify -1 3000 "rgb(ff1ea3)" "Your system will lock in 60 seconds."
|
||||
}
|
||||
# listener {
|
||||
# timeout = 240
|
||||
# on-timeout = hyprctl notify -1 3000 "rgb(ff1ea3)" "Your system will lock in 60 seconds."
|
||||
# }
|
||||
|
||||
@@ -1,15 +1,3 @@
|
||||
# _ _ _ _
|
||||
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
||||
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
||||
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
||||
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
||||
# |___/|_|
|
||||
#
|
||||
# -----------------------------------------------------
|
||||
# IMPORTANT: Don't overwrite ML4W configuration.
|
||||
# Create your own custom configuration variation instead.
|
||||
# https://github.com/mylinuxforwork/dotfiles/wiki/Configuration-Variations
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Monitor
|
||||
# -----------------------------------------------------
|
||||
@@ -59,9 +47,3 @@ source = ~/.config/hypr/conf/ml4w.conf
|
||||
# Plugin Configuration
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/plugins.conf
|
||||
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Environment for xdg-desktop-portal-hyprland
|
||||
# -----------------------------------------------------
|
||||
# exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
@@ -1,13 +1 @@
|
||||
max-gamma = 200
|
||||
|
||||
profile {
|
||||
time = 10:00
|
||||
identity = true
|
||||
gamma = 1
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 20:00
|
||||
temperature = 2600
|
||||
gamma = 1
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -4,7 +4,7 @@ DIR=/mnt/IronWolf/arch-packages/
|
||||
|
||||
main() {
|
||||
local input_qqe=$(yay -Qqe)
|
||||
local input_qqe=$(yay -Qqm)
|
||||
local input_qqm=$(yay -Qqm)
|
||||
|
||||
local sorted_input=$(sort <(echo "$input_qqe") <(echo "$input_qqm"))
|
||||
local uniq_input=$(uniq <(echo "$sorted_input"))
|
||||
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[Default]
|
||||
save_dir=$HOME/Pictures
|
||||
line_size=5
|
||||
text_size=20
|
||||
text_font=sans-serif
|
||||
auto_save=false
|
||||
transparent=true
|
||||
transparency=50
|
||||
early_exit=true
|
||||
+3
-2
@@ -4,6 +4,7 @@ export XCURSOR_SIZE=28
|
||||
|
||||
# QT
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_QPA_PLATFORMTHEME=qt6ct
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
|
||||
@@ -50,8 +51,8 @@ export NVD_BACKEND=direct
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
export EGL_PLATFORM=wayland
|
||||
# export __GL_GSYNC_ALLOWED=0
|
||||
# export __GL_VRR_ALLOWED=0
|
||||
export __GL_GSYNC_ALLOWED=1
|
||||
export __GL_VRR_ALLOWED=1
|
||||
|
||||
export __GL_SHADER_DISK_CACHE_SIZE=36000000000
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ function M.setup(config, wezterm)
|
||||
},
|
||||
}
|
||||
|
||||
config.enable_wayland = true
|
||||
config.enable_wayland = false
|
||||
|
||||
config.font = wezterm.font("0xProto Nerd Font Mono")
|
||||
config.font_size = 12.0
|
||||
|
||||
@@ -2,6 +2,7 @@ local M = {}
|
||||
|
||||
function M.setup(config, wezterm)
|
||||
config.enable_kitty_graphics = true
|
||||
config.front_end = "WebGpu"
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Executable
+437
@@ -0,0 +1,437 @@
|
||||
{
|
||||
"barConfig": {
|
||||
"autoHide": false,
|
||||
"hideWhenNotif": true,
|
||||
"rounding": 14,
|
||||
"border": 2,
|
||||
"height": 24,
|
||||
"popouts": {
|
||||
"tray": true,
|
||||
"audio": true,
|
||||
"activeWindow": true,
|
||||
"resources": true,
|
||||
"clock": true,
|
||||
"network": false,
|
||||
"upower": true
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "workspaces"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "audio"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "media"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "resources"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "updates"
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"id": "dash"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "spacer"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "activeWindow"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "spacer"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "hyprsunset"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "tray"
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"id": "network"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "upower"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "clock"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "notifBell"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lock": {
|
||||
"recolorLogo": false,
|
||||
"enableFprint": true,
|
||||
"maxFprintTries": 3,
|
||||
"blurAmount": 10,
|
||||
"sizes": {
|
||||
"heightMult": 0.7,
|
||||
"ratio": 1.78,
|
||||
"centerWidth": 600
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"logo": "",
|
||||
"wallpaperPath": "/mnt/IronWolf/SDImages/SWWW_Wals/",
|
||||
"desktopIcons": true,
|
||||
"dateFormat": "dddd d MMM - hh:mm:ss",
|
||||
"color": {
|
||||
"mode": "dark",
|
||||
"smart": false,
|
||||
"scheduleDark": true,
|
||||
"scheduleHyprsunset": true,
|
||||
"scheduleHyprsunsetStart": 20,
|
||||
"hyprsunsetTemp": 2600,
|
||||
"scheduleHyprsunsetEnd": 11,
|
||||
"schemeGeneration": true,
|
||||
"scheduleDarkStart": 12,
|
||||
"scheduleDarkEnd": 12,
|
||||
"neovimColors": false
|
||||
},
|
||||
"apps": {
|
||||
"terminal": [
|
||||
"wezterm"
|
||||
],
|
||||
"audio": [
|
||||
"pavucontrol"
|
||||
],
|
||||
"playback": [
|
||||
"mpv"
|
||||
],
|
||||
"explorer": [
|
||||
"thunar"
|
||||
]
|
||||
},
|
||||
"idle": {
|
||||
"timeouts": [
|
||||
{
|
||||
"idleAction": "lock",
|
||||
"name": "Lock",
|
||||
"timeout": 180
|
||||
},
|
||||
{
|
||||
"activeAction": "dpms on",
|
||||
"idleAction": "dpms off",
|
||||
"name": "Screen",
|
||||
"timeout": 300
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"weatherLocation": "",
|
||||
"updates": true,
|
||||
"useFahrenheit": false,
|
||||
"ddcutilService": true,
|
||||
"useTwelveHourClock": true,
|
||||
"gpuType": "NVIDIA",
|
||||
"audioIncrement": 0.1,
|
||||
"brightnessIncrement": 0.1,
|
||||
"maxVolume": 1,
|
||||
"defaultPlayer": "Spotify",
|
||||
"playerAliases": [
|
||||
{
|
||||
"from": "com.github.th_ch.youtube_music",
|
||||
"to": "YT Music"
|
||||
}
|
||||
],
|
||||
"visualizerBars": 50
|
||||
},
|
||||
"notifs": {
|
||||
"expire": true,
|
||||
"defaultExpireTimeout": 5000,
|
||||
"appNotifCooldown": 0,
|
||||
"clearThreshold": 0.3,
|
||||
"expandThreshold": 20,
|
||||
"actionOnClick": false,
|
||||
"groupPreviewNum": 5,
|
||||
"sizes": {
|
||||
"width": 400,
|
||||
"image": 41,
|
||||
"badge": 20
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"enabled": true,
|
||||
"sizes": {
|
||||
"width": 520
|
||||
}
|
||||
},
|
||||
"utilities": {
|
||||
"enabled": true,
|
||||
"maxToasts": 4,
|
||||
"sizes": {
|
||||
"width": 430,
|
||||
"toastWidth": 430
|
||||
},
|
||||
"toasts": {
|
||||
"configLoaded": true,
|
||||
"chargingChanged": true,
|
||||
"gameModeChanged": true,
|
||||
"dndChanged": true,
|
||||
"audioOutputChanged": true,
|
||||
"audioInputChanged": true,
|
||||
"capsLockChanged": true,
|
||||
"numLockChanged": true,
|
||||
"kbLayoutChanged": true,
|
||||
"vpnChanged": true,
|
||||
"nowPlaying": false
|
||||
},
|
||||
"vpn": {
|
||||
"enabled": false,
|
||||
"provider": [
|
||||
"netbird"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"enabled": true,
|
||||
"mediaUpdateInterval": 500,
|
||||
"resourceUpdateInterval": 1000,
|
||||
"dragThreshold": 50,
|
||||
"performance": {
|
||||
"showBattery": false,
|
||||
"showGpu": true,
|
||||
"showCpu": true,
|
||||
"showMemory": true,
|
||||
"showStorage": true,
|
||||
"showNetwork": true
|
||||
},
|
||||
"sizes": {
|
||||
"tabIndicatorHeight": 3,
|
||||
"tabIndicatorSpacing": 5,
|
||||
"infoWidth": 200,
|
||||
"infoIconSize": 25,
|
||||
"dateTimeWidth": 110,
|
||||
"mediaWidth": 200,
|
||||
"mediaProgressSweep": 180,
|
||||
"mediaProgressThickness": 8,
|
||||
"resourceProgessThickness": 10,
|
||||
"weatherWidth": 250,
|
||||
"mediaCoverArtSize": 150,
|
||||
"mediaVisualiserSize": 80,
|
||||
"resourceSize": 200
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"rounding": {
|
||||
"scale": 1
|
||||
},
|
||||
"spacing": {
|
||||
"scale": 1
|
||||
},
|
||||
"padding": {
|
||||
"scale": 1
|
||||
},
|
||||
"deform": {
|
||||
"scale": 0.5
|
||||
},
|
||||
"font": {
|
||||
"family": {
|
||||
"sans": "SegoeUI Variable",
|
||||
"mono": "SegoeUI Variable",
|
||||
"material": "Material Symbols Rounded",
|
||||
"clock": "Rubik"
|
||||
},
|
||||
"size": {
|
||||
"scale": 1
|
||||
}
|
||||
},
|
||||
"anim": {
|
||||
"mediaGifSpeedAdjustment": 300,
|
||||
"sessionGifSpeed": 0.7,
|
||||
"durations": {
|
||||
"scale": 1
|
||||
}
|
||||
},
|
||||
"transparency": {
|
||||
"enabled": true,
|
||||
"base": 0.75,
|
||||
"layers": 0.4
|
||||
}
|
||||
},
|
||||
"osd": {
|
||||
"enabled": true,
|
||||
"hideDelay": 3000,
|
||||
"enableBrightness": true,
|
||||
"enableMicrophone": true,
|
||||
"allMonBrightness": false,
|
||||
"sizes": {
|
||||
"sliderWidth": 30,
|
||||
"sliderHeight": 150
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"wallFadeDuration": 300,
|
||||
"enabled": true,
|
||||
"alignX": 1,
|
||||
"alignY": 0.5,
|
||||
"zoom": 1
|
||||
},
|
||||
"launcher": {
|
||||
"maxAppsShown": 18,
|
||||
"maxWallpapers": 7,
|
||||
"uwsm": true,
|
||||
"actionPrefix": "<",
|
||||
"specialPrefix": "@",
|
||||
"useFuzzy": {
|
||||
"apps": false,
|
||||
"actions": false,
|
||||
"schemes": false,
|
||||
"variants": false,
|
||||
"wallpapers": false
|
||||
},
|
||||
"sizes": {
|
||||
"itemWidth": 600,
|
||||
"itemHeight": 50,
|
||||
"wallpaperWidth": 280,
|
||||
"wallpaperHeight": 200
|
||||
},
|
||||
"actions": [
|
||||
{
|
||||
"command": [
|
||||
"autocomplete",
|
||||
"calc"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Do simple math equations",
|
||||
"enabled": true,
|
||||
"icon": "calculate",
|
||||
"name": "Calculator"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"setMode",
|
||||
"light"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Change to light mode",
|
||||
"enabled": true,
|
||||
"icon": "light_mode",
|
||||
"name": "Light"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"setMode",
|
||||
"dark"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Change to dark mode",
|
||||
"enabled": true,
|
||||
"icon": "dark_mode",
|
||||
"name": "Dark"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"autocomplete",
|
||||
"wallpaper"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Change the current wallpaper",
|
||||
"enabled": true,
|
||||
"icon": "image",
|
||||
"name": "Wallpaper"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"autocomplete",
|
||||
"variant"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Change the current scheme variant",
|
||||
"enabled": true,
|
||||
"icon": "colors",
|
||||
"name": "Variant"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"systemctl",
|
||||
"poweroff"
|
||||
],
|
||||
"dangerous": true,
|
||||
"description": "Shutdown the system",
|
||||
"enabled": true,
|
||||
"icon": "power_settings_new",
|
||||
"name": "Shutdown"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"systemctl",
|
||||
"reboot"
|
||||
],
|
||||
"dangerous": true,
|
||||
"description": "Reboot the system",
|
||||
"enabled": true,
|
||||
"icon": "cached",
|
||||
"name": "Reboot"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"loginctl",
|
||||
"terminate-user",
|
||||
""
|
||||
],
|
||||
"dangerous": true,
|
||||
"description": "Log out of the current session",
|
||||
"enabled": true,
|
||||
"icon": "logout",
|
||||
"name": "Logout"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"loginctl",
|
||||
"lock-session"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Lock the current session",
|
||||
"enabled": true,
|
||||
"icon": "lock",
|
||||
"name": "Lock"
|
||||
},
|
||||
{
|
||||
"command": [
|
||||
"systemctl",
|
||||
"suspend-then-hibernate"
|
||||
],
|
||||
"dangerous": false,
|
||||
"description": "Suspend then hibernate",
|
||||
"enabled": true,
|
||||
"icon": "bedtime",
|
||||
"name": "Sleep"
|
||||
}
|
||||
]
|
||||
},
|
||||
"colors": {
|
||||
"schemeType": "content"
|
||||
},
|
||||
"dock": {
|
||||
"enable": true,
|
||||
"height": 80,
|
||||
"hoverToReveal": false,
|
||||
"pinnedApps": [
|
||||
"com.ayugram.desktop",
|
||||
"librewolf",
|
||||
"com.obsproject.studio"
|
||||
],
|
||||
"pinnedOnStartup": false,
|
||||
"ignoredAppRegexes": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
# ~/.cache/zshell/sequences
|
||||
{{sequences}}
|
||||
@@ -0,0 +1,62 @@
|
||||
# ~/.config/nvim/lua/lualine/themes/zshell.lua
|
||||
-- Generated by zshell. Lualine theme matching the zshell colorscheme.
|
||||
|
||||
local is_light = "{{mode}}" == "light"
|
||||
local function pick(light, dark)
|
||||
return is_light and light or dark
|
||||
end
|
||||
|
||||
local c = {
|
||||
bg = "{{m3surface}}",
|
||||
bg_alt = "{{m3surfaceContainerLow}}",
|
||||
bg_mid = pick("{{m3surfaceContainerHigh}}", "{{m3surfaceContainer}}"),
|
||||
fg = "{{m3onSurface}}",
|
||||
fg_muted = "{{m3onSurfaceVariant}}",
|
||||
fg_strong = pick("#15161A", "#F4F4F8"),
|
||||
|
||||
normal = "{{m3primaryContainer}}",
|
||||
insert = "{{m3secondaryContainer}}",
|
||||
visual = "{{m3tertiaryContainer}}",
|
||||
replace = "{{m3errorContainer}}",
|
||||
command = pick("{{term3}}", "{{term4}}"),
|
||||
inactive = "{{m3surfaceContainerLow}}",
|
||||
|
||||
normal_fg = pick("#15161A", "#F4F4F8"),
|
||||
insert_fg = pick("#15161A", "#F4F4F8"),
|
||||
visual_fg = pick("#15161A", "#F4F4F8"),
|
||||
replace_fg = pick("#15161A", "#F4F4F8"),
|
||||
command_fg = pick("#15161A", "#F4F4F8"),
|
||||
}
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { fg = c.normal_fg, bg = c.normal, gui = "bold" },
|
||||
b = { fg = c.fg_strong, bg = c.bg_mid },
|
||||
c = { fg = c.fg, bg = c.bg_alt },
|
||||
},
|
||||
insert = {
|
||||
a = { fg = c.insert_fg, bg = c.insert, gui = "bold" },
|
||||
b = { fg = c.fg_strong, bg = c.bg_mid },
|
||||
c = { fg = c.fg, bg = c.bg_alt },
|
||||
},
|
||||
visual = {
|
||||
a = { fg = c.visual_fg, bg = c.visual, gui = "bold" },
|
||||
b = { fg = c.fg_strong, bg = c.bg_mid },
|
||||
c = { fg = c.fg, bg = c.bg_alt },
|
||||
},
|
||||
replace = {
|
||||
a = { fg = c.replace_fg, bg = c.replace, gui = "bold" },
|
||||
b = { fg = c.fg_strong, bg = c.bg_mid },
|
||||
c = { fg = c.fg, bg = c.bg_alt },
|
||||
},
|
||||
command = {
|
||||
a = { fg = c.command_fg, bg = c.command, gui = "bold" },
|
||||
b = { fg = c.fg_strong, bg = c.bg_mid },
|
||||
c = { fg = c.fg, bg = c.bg_alt },
|
||||
},
|
||||
inactive = {
|
||||
a = { fg = c.fg_muted, bg = c.inactive, gui = "bold" },
|
||||
b = { fg = c.fg_muted, bg = c.inactive },
|
||||
c = { fg = c.fg_muted, bg = c.bg },
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,433 @@
|
||||
# ~/.config/nvim/colors/zshell.lua
|
||||
-- Generated by zshell. Material 3 based Neovim colorscheme.
|
||||
-- This file is a Jinja template rendered by zshell.
|
||||
|
||||
vim.g.colors_name = nil
|
||||
vim.o.background = "{{mode}}"
|
||||
|
||||
vim.cmd("highlight clear")
|
||||
if vim.fn.exists("syntax_on") == 1 then
|
||||
vim.cmd("syntax reset")
|
||||
end
|
||||
|
||||
vim.g.colors_name = "zshell"
|
||||
vim.o.termguicolors = true
|
||||
|
||||
local set = vim.api.nvim_set_hl
|
||||
local function hl(group, opts)
|
||||
set(0, group, opts)
|
||||
end
|
||||
|
||||
local function link(from, to)
|
||||
hl(from, { link = to })
|
||||
end
|
||||
|
||||
local is_light = "{{mode}}" == "light"
|
||||
local function pick(light, dark)
|
||||
return is_light and light or dark
|
||||
end
|
||||
|
||||
local c = {
|
||||
bg = "{{m3surface}}",
|
||||
bg_alt = "{{m3surfaceContainerLow}}",
|
||||
bg_float = "{{m3surfaceContainer}}",
|
||||
bg_popup = "{{m3surfaceContainerHigh}}",
|
||||
bg_cursorline = pick("{{m3surfaceContainerHigh}}", "{{m3surfaceContainerHighest}}"),
|
||||
bg_fold = "{{m3surfaceContainerLow}}",
|
||||
bg_visual = "{{m3secondaryContainer}}",
|
||||
bg_search = pick("{{m3tertiaryContainer}}", "{{m3secondaryContainer}}"),
|
||||
bg_incsearch = "{{m3primaryContainer}}",
|
||||
bg_selection = "{{m3primaryContainer}}",
|
||||
bg_statusline = pick("{{m3surfaceContainerHigh}}", "{{m3surfaceContainer}}"),
|
||||
bg_statusline_nc = "{{m3surfaceContainerLow}}",
|
||||
bg_tabline = "{{m3surfaceContainerLow}}",
|
||||
bg_tabsel = "{{m3surfaceContainerHigh}}",
|
||||
|
||||
fg = "{{m3onSurface}}",
|
||||
fg_muted = "{{m3onSurfaceVariant}}",
|
||||
fg_subtle = "{{m3outline}}",
|
||||
fg_comment = pick("{{m3outline}}", "{{m3outlineVariant}}"),
|
||||
fg_strong = pick("#1A1B1F", "#F2F2F7"),
|
||||
fg_on_soft = pick("#17181C", "#F4F4F8"),
|
||||
|
||||
border = "{{m3outlineVariant}}",
|
||||
accent = "{{m3primary}}",
|
||||
accent_container = "{{m3primaryContainer}}",
|
||||
accent_fg = "{{m3onPrimaryContainer}}",
|
||||
accent_solid_fg = "{{m3onPrimary}}",
|
||||
|
||||
secondary = "{{m3secondary}}",
|
||||
secondary_container = "{{m3secondaryContainer}}",
|
||||
secondary_fg = "{{m3onSecondaryContainer}}",
|
||||
secondary_solid_fg = "{{m3onSecondary}}",
|
||||
|
||||
tertiary = "{{m3tertiary}}",
|
||||
tertiary_container = "{{m3tertiaryContainer}}",
|
||||
tertiary_fg = "{{m3onTertiaryContainer}}",
|
||||
tertiary_solid_fg = "{{m3onTertiary}}",
|
||||
|
||||
error = "{{m3error}}",
|
||||
error_container = "{{m3errorContainer}}",
|
||||
error_fg = "{{m3onErrorContainer}}",
|
||||
error_solid_fg = "{{m3onError}}",
|
||||
|
||||
ok = "{{term2}}",
|
||||
warn = "{{term3}}",
|
||||
info = "{{term4}}",
|
||||
hint = "{{term6}}",
|
||||
add = "{{term2}}",
|
||||
change = "{{term4}}",
|
||||
delete = "{{term1}}",
|
||||
|
||||
cursor_fg = "{{m3onPrimary}}",
|
||||
cursor_bg = "{{m3primary}}",
|
||||
match_bg = "{{m3tertiaryContainer}}",
|
||||
match_fg = "{{m3onTertiaryContainer}}",
|
||||
todo_bg = "{{m3tertiaryContainer}}",
|
||||
todo_fg = "{{m3onTertiaryContainer}}",
|
||||
|
||||
-- Syntax accents must stay dynamic. These come from your generated palette
|
||||
-- instead of fixed hex values, so foregrounds change with the wallpaper too.
|
||||
code_keyword = "{{term5}}",
|
||||
code_func = "{{term6}}",
|
||||
code_string = "{{term2}}",
|
||||
code_number = "{{term3}}",
|
||||
code_const = "{{term1}}",
|
||||
code_type = "{{m3primary}}",
|
||||
code_special = "{{m3tertiary}}",
|
||||
code_preproc = "{{m3secondary}}",
|
||||
code_builtin = "{{m3primary}}",
|
||||
code_param = "{{term3}}",
|
||||
code_field = "{{m3secondary}}",
|
||||
code_namespace = "{{m3tertiary}}",
|
||||
code_operator = pick("{{m3primary}}", "{{m3secondary}}"),
|
||||
|
||||
line_current = pick("#232428", "#E7E7EC"),
|
||||
ref_bg = pick("{{m3surfaceContainerHighest}}", "{{m3surfaceContainerHigh}}"),
|
||||
}
|
||||
|
||||
-- Core UI -------------------------------------------------------------------
|
||||
hl("Normal", { fg = c.fg, bg = c.bg })
|
||||
hl("NormalNC", { fg = c.fg, bg = c.bg })
|
||||
hl("NormalFloat", { fg = c.fg, bg = c.bg_float })
|
||||
hl("FloatBorder", { fg = c.border, bg = c.bg_float })
|
||||
hl("FloatTitle", { fg = c.accent, bg = c.bg_float, bold = true })
|
||||
hl("FloatFooter", { fg = c.fg_muted, bg = c.bg_float })
|
||||
hl("WinSeparator", { fg = c.border, bg = "NONE" })
|
||||
link("VertSplit", "WinSeparator")
|
||||
|
||||
hl("Cursor", { fg = c.cursor_fg, bg = c.cursor_bg })
|
||||
link("lCursor", "Cursor")
|
||||
link("CursorIM", "Cursor")
|
||||
link("TermCursor", "Cursor")
|
||||
|
||||
hl("CursorLine", { bg = c.bg_cursorline })
|
||||
hl("CursorColumn", { bg = c.bg_cursorline })
|
||||
hl("ColorColumn", { bg = c.bg_alt })
|
||||
|
||||
hl("LineNr", { fg = c.fg_subtle, bg = c.bg })
|
||||
hl("LineNrAbove", { fg = c.fg_subtle, bg = c.bg })
|
||||
hl("LineNrBelow", { fg = c.fg_subtle, bg = c.bg })
|
||||
hl("CursorLineNr", { fg = c.line_current, bg = c.bg_cursorline, bold = true })
|
||||
|
||||
hl("SignColumn", { fg = c.fg_muted, bg = c.bg })
|
||||
hl("FoldColumn", { fg = c.fg_muted, bg = c.bg })
|
||||
hl("Folded", { fg = c.fg_muted, bg = c.bg_fold, italic = true })
|
||||
|
||||
hl("NonText", { fg = c.border, bg = "NONE" })
|
||||
link("EndOfBuffer", "NonText")
|
||||
hl("Whitespace", { fg = c.border, bg = "NONE" })
|
||||
hl("SpecialKey", { fg = c.border, bg = "NONE" })
|
||||
|
||||
hl("Visual", { bg = c.bg_visual })
|
||||
link("VisualNOS", "Visual")
|
||||
hl("Search", { fg = c.tertiary_fg, bg = c.bg_search })
|
||||
hl("CurSearch", { fg = c.accent_fg, bg = c.bg_incsearch, bold = true })
|
||||
link("IncSearch", "CurSearch")
|
||||
hl("Substitute", { fg = c.accent_fg, bg = c.bg_incsearch, bold = true })
|
||||
hl("MatchParen", { fg = c.match_fg, bg = c.match_bg, bold = true })
|
||||
|
||||
hl("Pmenu", { fg = c.fg, bg = c.bg_popup })
|
||||
hl("PmenuSel", { fg = c.fg_on_soft, bg = c.bg_selection, bold = true })
|
||||
hl("PmenuKind", { fg = c.secondary, bg = c.bg_popup })
|
||||
hl("PmenuKindSel", { fg = c.fg_on_soft, bg = c.secondary_container, bold = true })
|
||||
hl("PmenuExtra", { fg = c.fg_muted, bg = c.bg_popup })
|
||||
hl("PmenuExtraSel", { fg = c.fg_on_soft, bg = c.bg_selection })
|
||||
hl("PmenuSbar", { bg = c.bg_alt })
|
||||
hl("PmenuThumb", { bg = c.border })
|
||||
hl("PmenuMatch", { fg = c.accent, bg = c.bg_popup, bold = true })
|
||||
hl("PmenuMatchSel", { fg = c.accent, bg = c.bg_selection, bold = true })
|
||||
hl("PmenuBorder", { fg = c.border, bg = c.bg_popup })
|
||||
|
||||
hl("StatusLine", { fg = c.fg_strong, bg = c.bg_statusline })
|
||||
hl("StatusLineNC", { fg = c.fg_muted, bg = c.bg_statusline_nc })
|
||||
link("StatusLineTerm", "StatusLine")
|
||||
link("StatusLineTermNC", "StatusLineNC")
|
||||
hl("TabLine", { fg = c.fg_muted, bg = c.bg_tabline })
|
||||
hl("TabLineFill", { bg = c.bg_tabline })
|
||||
hl("TabLineSel", { fg = c.fg_on_soft, bg = c.accent_container, bold = true })
|
||||
hl("WinBar", { fg = c.fg, bg = c.bg })
|
||||
hl("WinBarNC", { fg = c.fg_muted, bg = c.bg })
|
||||
|
||||
hl("Directory", { fg = c.accent, bg = "NONE" })
|
||||
hl("Title", { fg = c.accent, bg = "NONE", bold = true })
|
||||
hl("Question", { fg = c.secondary, bg = "NONE", bold = true })
|
||||
hl("ModeMsg", { fg = c.accent, bg = "NONE", bold = true })
|
||||
hl("MoreMsg", { fg = c.info, bg = "NONE", bold = true })
|
||||
hl("ErrorMsg", { fg = c.error, bg = "NONE", bold = true })
|
||||
hl("WarningMsg", { fg = c.warn, bg = "NONE", bold = true })
|
||||
hl("OkMsg", { fg = c.ok, bg = "NONE", bold = true })
|
||||
hl("QuickFixLine", { bg = c.bg_selection, bold = true })
|
||||
|
||||
-- Diffs ---------------------------------------------------------------------
|
||||
hl("DiffAdd", { fg = c.add, bg = c.bg_alt })
|
||||
hl("DiffChange", { fg = c.change, bg = c.bg_alt })
|
||||
hl("DiffDelete", { fg = c.delete, bg = c.bg_alt })
|
||||
hl("DiffText", { fg = c.fg_on_soft, bg = c.accent_container, bold = true })
|
||||
link("DiffTextAdd", "DiffText")
|
||||
hl("Added", { fg = c.add })
|
||||
hl("Changed", { fg = c.change })
|
||||
hl("Removed", { fg = c.delete })
|
||||
|
||||
-- Standard syntax groups ----------------------------------------------------
|
||||
hl("Comment", { fg = c.fg_comment, italic = true })
|
||||
hl("Constant", { fg = c.code_const })
|
||||
hl("String", { fg = c.code_string })
|
||||
hl("Character", { fg = c.code_string })
|
||||
hl("Number", { fg = c.code_number })
|
||||
hl("Boolean", { fg = c.code_number, bold = true })
|
||||
hl("Float", { fg = c.code_number })
|
||||
|
||||
hl("Identifier", { fg = c.fg })
|
||||
hl("Function", { fg = c.code_func, bold = true })
|
||||
|
||||
hl("Statement", { fg = c.code_keyword, bold = true })
|
||||
link("Conditional", "Statement")
|
||||
link("Repeat", "Statement")
|
||||
link("Label", "Statement")
|
||||
hl("Operator", { fg = c.code_operator })
|
||||
hl("Keyword", { fg = c.code_keyword, italic = true })
|
||||
link("Exception", "Statement")
|
||||
|
||||
hl("PreProc", { fg = c.code_preproc })
|
||||
link("Include", "PreProc")
|
||||
link("Define", "PreProc")
|
||||
link("Macro", "PreProc")
|
||||
link("PreCondit", "PreProc")
|
||||
|
||||
hl("Type", { fg = c.code_type, bold = true })
|
||||
link("StorageClass", "Type")
|
||||
link("Structure", "Type")
|
||||
link("Typedef", "Type")
|
||||
|
||||
hl("Special", { fg = c.code_special })
|
||||
link("SpecialChar", "Special")
|
||||
link("Tag", "Special")
|
||||
hl("Delimiter", { fg = c.fg_muted })
|
||||
link("SpecialComment", "Special")
|
||||
link("Debug", "Special")
|
||||
|
||||
hl("Underlined", { fg = c.accent, underline = true })
|
||||
hl("Todo", { fg = c.todo_fg, bg = c.todo_bg, bold = true })
|
||||
hl("Error", { fg = c.error, bold = true })
|
||||
|
||||
-- Spell ---------------------------------------------------------------------
|
||||
hl("SpellBad", { sp = c.error, undercurl = true })
|
||||
hl("SpellCap", { sp = c.info, undercurl = true })
|
||||
hl("SpellLocal", { sp = c.hint, undercurl = true })
|
||||
hl("SpellRare", { sp = c.secondary, undercurl = true })
|
||||
|
||||
-- Diagnostics ---------------------------------------------------------------
|
||||
hl("DiagnosticError", { fg = c.error })
|
||||
hl("DiagnosticWarn", { fg = c.warn })
|
||||
hl("DiagnosticInfo", { fg = c.info })
|
||||
hl("DiagnosticHint", { fg = c.hint })
|
||||
hl("DiagnosticOk", { fg = c.ok })
|
||||
|
||||
hl("DiagnosticUnderlineError", { sp = c.error, undercurl = true })
|
||||
hl("DiagnosticUnderlineWarn", { sp = c.warn, undercurl = true })
|
||||
hl("DiagnosticUnderlineInfo", { sp = c.info, undercurl = true })
|
||||
hl("DiagnosticUnderlineHint", { sp = c.hint, undercurl = true })
|
||||
hl("DiagnosticUnderlineOk", { sp = c.ok, undercurl = true })
|
||||
|
||||
link("DiagnosticSignError", "DiagnosticError")
|
||||
link("DiagnosticSignWarn", "DiagnosticWarn")
|
||||
link("DiagnosticSignInfo", "DiagnosticInfo")
|
||||
link("DiagnosticSignHint", "DiagnosticHint")
|
||||
link("DiagnosticSignOk", "DiagnosticOk")
|
||||
|
||||
link("DiagnosticFloatingError", "DiagnosticError")
|
||||
link("DiagnosticFloatingWarn", "DiagnosticWarn")
|
||||
link("DiagnosticFloatingInfo", "DiagnosticInfo")
|
||||
link("DiagnosticFloatingHint", "DiagnosticHint")
|
||||
link("DiagnosticFloatingOk", "DiagnosticOk")
|
||||
|
||||
hl("DiagnosticVirtualTextError", { fg = c.error, bg = c.error_container })
|
||||
hl("DiagnosticVirtualTextWarn", { fg = c.warn, bg = c.bg_alt })
|
||||
hl("DiagnosticVirtualTextInfo", { fg = c.info, bg = c.bg_alt })
|
||||
hl("DiagnosticVirtualTextHint", { fg = c.hint, bg = c.bg_alt })
|
||||
hl("DiagnosticVirtualTextOk", { fg = c.ok, bg = c.bg_alt })
|
||||
|
||||
link("DiagnosticVirtualLinesError", "DiagnosticVirtualTextError")
|
||||
link("DiagnosticVirtualLinesWarn", "DiagnosticVirtualTextWarn")
|
||||
link("DiagnosticVirtualLinesInfo", "DiagnosticVirtualTextInfo")
|
||||
link("DiagnosticVirtualLinesHint", "DiagnosticVirtualTextHint")
|
||||
link("DiagnosticVirtualLinesOk", "DiagnosticVirtualTextOk")
|
||||
|
||||
hl("DiagnosticDeprecated", { fg = c.fg_muted, strikethrough = true })
|
||||
hl("DiagnosticUnnecessary", { fg = c.fg_muted, italic = true })
|
||||
|
||||
-- LSP reference/inlay/codelens ---------------------------------------------
|
||||
hl("LspReferenceText", { bg = c.ref_bg })
|
||||
hl("LspReferenceRead", { bg = c.ref_bg })
|
||||
hl("LspReferenceWrite", { bg = c.ref_bg, sp = c.accent, undercurl = true })
|
||||
hl("LspReferenceTarget", { fg = c.accent, bg = c.ref_bg, bold = true })
|
||||
hl("LspInlayHint", { fg = c.fg_muted, bg = c.bg_alt, italic = true })
|
||||
hl("LspCodeLens", { fg = c.fg_muted, italic = true })
|
||||
hl("LspCodeLensSeparator", { fg = c.border })
|
||||
hl("LspSignatureActiveParameter", { fg = c.accent, bold = true, underline = true })
|
||||
|
||||
-- Treesitter captures -------------------------------------------------------
|
||||
link("@comment", "Comment")
|
||||
link("@comment.documentation", "Comment")
|
||||
link("@comment.todo", "Todo")
|
||||
link("@comment.error", "DiagnosticError")
|
||||
link("@comment.warning", "DiagnosticWarn")
|
||||
link("@comment.note", "DiagnosticInfo")
|
||||
|
||||
link("@constant", "Constant")
|
||||
hl("@constant.builtin", { fg = c.code_builtin, italic = true, bold = true })
|
||||
hl("@constant.macro", { fg = c.code_preproc, bold = true })
|
||||
link("@string", "String")
|
||||
hl("@string.escape", { fg = c.code_special, bold = true })
|
||||
link("@string.regex", "Special")
|
||||
link("@character", "Character")
|
||||
link("@number", "Number")
|
||||
link("@boolean", "Boolean")
|
||||
link("@float", "Float")
|
||||
|
||||
link("@variable", "Identifier")
|
||||
hl("@variable.builtin", { fg = c.code_builtin, italic = true, bold = true })
|
||||
hl("@variable.parameter", { fg = c.code_param, italic = true })
|
||||
hl("@variable.member", { fg = c.code_field })
|
||||
hl("@property", { fg = c.code_field })
|
||||
hl("@field", { fg = c.code_field })
|
||||
|
||||
link("@function", "Function")
|
||||
hl("@function.builtin", { fg = c.code_builtin, bold = true })
|
||||
link("@function.call", "Function")
|
||||
hl("@function.method", { fg = c.code_func })
|
||||
hl("@function.method.call", { fg = c.code_func })
|
||||
hl("@constructor", { fg = c.code_type, bold = true })
|
||||
|
||||
link("@keyword", "Keyword")
|
||||
hl("@keyword.function", { fg = c.code_keyword, bold = true })
|
||||
hl("@keyword.operator", { fg = c.code_operator })
|
||||
link("@keyword.return", "Keyword")
|
||||
link("@conditional", "Conditional")
|
||||
link("@repeat", "Repeat")
|
||||
link("@label", "Label")
|
||||
link("@operator", "Operator")
|
||||
link("@exception", "Exception")
|
||||
|
||||
link("@preproc", "PreProc")
|
||||
link("@include", "Include")
|
||||
link("@define", "Define")
|
||||
link("@macro", "Macro")
|
||||
|
||||
link("@type", "Type")
|
||||
hl("@type.builtin", { fg = c.code_type, italic = true, bold = true })
|
||||
link("@type.definition", "Type")
|
||||
hl("@attribute", { fg = c.code_preproc })
|
||||
hl("@module", { fg = c.code_namespace })
|
||||
hl("@namespace", { fg = c.code_namespace })
|
||||
|
||||
link("@punctuation.delimiter", "Delimiter")
|
||||
link("@punctuation.bracket", "Delimiter")
|
||||
hl("@punctuation.special", { fg = c.code_special })
|
||||
link("@tag", "Tag")
|
||||
hl("@tag.attribute", { fg = c.code_field })
|
||||
link("@tag.delimiter", "Delimiter")
|
||||
|
||||
-- LSP semantic token families ----------------------------------------------
|
||||
link("@lsp.type.class", "@type")
|
||||
link("@lsp.type.comment", "@comment")
|
||||
link("@lsp.type.decorator", "@attribute")
|
||||
link("@lsp.type.enum", "@type")
|
||||
link("@lsp.type.enumMember", "@constant")
|
||||
link("@lsp.type.event", "@property")
|
||||
link("@lsp.type.function", "@function")
|
||||
link("@lsp.type.interface", "@type")
|
||||
link("@lsp.type.keyword", "@keyword")
|
||||
link("@lsp.type.macro", "@macro")
|
||||
link("@lsp.type.method", "@function.method")
|
||||
link("@lsp.type.modifier", "@keyword")
|
||||
link("@lsp.type.namespace", "@namespace")
|
||||
link("@lsp.type.number", "@number")
|
||||
link("@lsp.type.operator", "@operator")
|
||||
link("@lsp.type.parameter", "@variable.parameter")
|
||||
link("@lsp.type.property", "@property")
|
||||
link("@lsp.type.regexp", "@string.regex")
|
||||
link("@lsp.type.string", "@string")
|
||||
link("@lsp.type.struct", "@type")
|
||||
link("@lsp.type.type", "@type")
|
||||
link("@lsp.type.typeParameter", "@type")
|
||||
link("@lsp.type.variable", "@variable")
|
||||
|
||||
hl("@lsp.mod.deprecated", { strikethrough = true })
|
||||
link("@lsp.mod.readonly", "Constant")
|
||||
link("@lsp.typemod.variable.readonly", "Constant")
|
||||
|
||||
-- Common plugin aliases -----------------------------------------------------
|
||||
hl("GitSignsAdd", { fg = c.add, bg = c.bg })
|
||||
hl("GitSignsChange", { fg = c.change, bg = c.bg })
|
||||
hl("GitSignsDelete", { fg = c.delete, bg = c.bg })
|
||||
|
||||
hl("MiniIndentscopeSymbol", { fg = c.border, nocombine = true })
|
||||
hl("IblIndent", { fg = c.border, nocombine = true })
|
||||
hl("IblScope", { fg = c.fg_muted, nocombine = true })
|
||||
|
||||
link("TelescopeNormal", "NormalFloat")
|
||||
link("TelescopeBorder", "FloatBorder")
|
||||
link("TelescopeTitle", "FloatTitle")
|
||||
link("TelescopeSelection", "PmenuSel")
|
||||
hl("TelescopeMatching", { fg = c.accent, bold = true })
|
||||
|
||||
-- Snacks.nvim picker / explorer --------------------------------------------
|
||||
hl("SnacksPicker", { fg = c.fg, bg = c.bg })
|
||||
hl("SnacksPickerBorder", { fg = c.border, bg = c.bg })
|
||||
hl("SnacksPickerBoxBorder", { fg = c.border, bg = c.bg_alt })
|
||||
hl("SnacksPickerTitle", { fg = c.accent, bg = c.bg_alt, bold = true })
|
||||
|
||||
hl("SnacksPickerInput", { fg = c.fg, bg = c.bg_alt })
|
||||
hl("SnacksPickerInputBorder", { fg = c.border, bg = c.bg_alt })
|
||||
hl("SnacksPickerInputTitle", { fg = c.accent, bg = c.bg_alt, bold = true })
|
||||
hl("SnacksPickerInputSearch", { fg = c.accent, bg = c.bg_alt, bold = true })
|
||||
hl("SnacksPickerPrompt", { fg = c.accent, bg = c.bg_alt, bold = true })
|
||||
|
||||
hl("SnacksPickerList", { fg = c.fg, bg = c.bg })
|
||||
hl("SnacksPickerListBorder", { fg = c.border, bg = c.bg })
|
||||
hl("SnacksPickerListTitle", { fg = c.secondary, bg = c.bg, bold = true })
|
||||
hl("SnacksPickerListCursorLine", { bg = c.bg_cursorline })
|
||||
|
||||
hl("SnacksPickerPreview", { fg = c.fg, bg = c.bg_float })
|
||||
hl("SnacksPickerPreviewBorder", { fg = c.border, bg = c.bg_float })
|
||||
hl("SnacksPickerPreviewTitle", { fg = c.tertiary, bg = c.bg_float, bold = true })
|
||||
|
||||
hl("SnacksPickerMatch", { fg = c.accent, bold = true })
|
||||
hl("SnacksPickerFile", { fg = c.fg })
|
||||
hl("SnacksPickerDir", { fg = c.secondary })
|
||||
hl("SnacksPickerPathHidden", { fg = c.fg_muted })
|
||||
hl("SnacksPickerPathIgnored", { fg = c.fg_subtle, italic = true })
|
||||
hl("SnacksPickerPathExcluded", { fg = c.fg_subtle, italic = true })
|
||||
|
||||
hl("SnacksPickerGitStatusAdded", { fg = c.add })
|
||||
hl("SnacksPickerGitStatusModified", { fg = c.change })
|
||||
hl("SnacksPickerGitStatusDeleted", { fg = c.delete })
|
||||
hl("SnacksPickerGitStatusRenamed", { fg = c.info })
|
||||
hl("SnacksPickerGitStatusCopied", { fg = c.info })
|
||||
hl("SnacksPickerGitStatusUntracked", { fg = c.hint })
|
||||
hl("SnacksPickerGitStatusIgnored", { fg = c.fg_subtle })
|
||||
hl("SnacksPickerGitStatusStaged", { fg = c.ok })
|
||||
|
||||
return c
|
||||
@@ -19,6 +19,9 @@ vencord() {
|
||||
zsh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
|
||||
}
|
||||
|
||||
equicord() {
|
||||
zsh -c "$(curl -sS https://raw.githubusercontent.com/Equicord/Equicord/refs/heads/main/misc/install.sh)"
|
||||
}
|
||||
# -----------------------------------------------------
|
||||
# Custom
|
||||
# -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user