feat: thor dots merge

This commit is contained in:
2024-10-26 14:09:05 +02:00
parent 22a6ef026d
commit 1d6e38d455
10 changed files with 18 additions and 25 deletions

View File

@@ -17,7 +17,6 @@ adobe-source-code-pro-fonts
adwaita-cursors adwaita-cursors
adwaita-icon-theme adwaita-icon-theme
adwaita-icon-theme-legacy adwaita-icon-theme-legacy
ah-pkg-bin
akonadi akonadi
akonadi-calendar akonadi-calendar
akonadi-contacts akonadi-contacts
@@ -30,7 +29,6 @@ alsa-plugins
alsa-topology-conf alsa-topology-conf
alsa-ucm-conf alsa-ucm-conf
alsa-utils alsa-utils
amd-ucode
aml aml
android-studio android-studio
aom aom
@@ -140,8 +138,6 @@ croc
cross cross
crypto++ crypto++
cryptsetup cryptsetup
cuda
cuda-tools
cups cups
cups-filters cups-filters
curl curl
@@ -831,9 +827,7 @@ lib32-mpg123
lib32-ncurses lib32-ncurses
lib32-nspr lib32-nspr
lib32-nss lib32-nss
lib32-nvidia-utils
lib32-openal lib32-openal
lib32-opencl-nvidia
lib32-openssl lib32-openssl
lib32-openssl-1.1 lib32-openssl-1.1
lib32-orc lib32-orc
@@ -1143,7 +1137,6 @@ libutempter
libutf8proc libutf8proc
libuv libuv
libva libva
libva-nvidia-driver
libvdpau libvdpau
libverto libverto
libvips libvips
@@ -1322,9 +1315,6 @@ nspr
nss nss
ntfs-3g ntfs-3g
numactl numactl
nvidia-open-dkms
nvidia-settings
nvidia-utils
nvm nvm
nvtop nvtop
nwg-look nwg-look
@@ -1333,13 +1323,10 @@ obs-studio
obsidian obsidian
ocl-icd ocl-icd
okular okular
ollama-cuda
onetbb onetbb
oniguruma oniguruma
openal openal
openbsd-netcat openbsd-netcat
opencl-headers
opencl-nvidia
opencolorio opencolorio
opencore-amr opencore-amr
opencv opencv
@@ -1388,8 +1375,6 @@ papirus-folders-catppuccin-git
papirus-icon-theme papirus-icon-theme
parsec-bin parsec-bin
parted parted
paru-git
paru-git-debug
pass pass
pass-otp pass-otp
passt passt

View File

@@ -7,7 +7,6 @@ swww-daemon &
fcitx5 -d & fcitx5 -d &
kanata -c ~/.config/kanata/config.kbd & kanata -c ~/.config/kanata/config.kbd &
waybar & waybar &
flameshot &
awatcher-bundle & awatcher-bundle &
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & disown /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & disown
@@ -19,3 +18,4 @@ ff2mpv-rust &
# A=/usr/lib$L/seahorse/seahorse-ssh-askpass # A=/usr/lib$L/seahorse/seahorse-ssh-askpass
# [[ -x $A ]] && export SSH_ASKPASS=$A && break # [[ -x $A ]] && export SSH_ASKPASS=$A && break
# done # done

View File

@@ -25,8 +25,9 @@ listener {
listener { listener {
timeout = 900 # 15min timeout = 900 # 15min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-timeout = systemctl hibernate
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. # on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
} }
# listener { # listener {

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
grim -o HDMI-A-1 /tmp/screenshot-0.png && grim -o DP-1 /tmp/screenshot-1.png && grim -o DP-2 /tmp/screenshot-2.png && (pidof hyprlock || hyprlock) grim /tmp/screenshot-0.png && (pidof hyprlock || hyprlock)

View File

@@ -1,5 +1,9 @@
;; Kanata configuration for caps to esc+ctrl ;; Kanata configuration for caps to esc+ctrl
(defcfg
linux-dev /dev/input/by-path/platform-i8042-serio-0-event-kbd
)
(defsrc (defsrc
caps caps
) )

View File

@@ -15,7 +15,7 @@
"cpu", "cpu",
"memory", "memory",
// "temperature", // "temperature",
// "backlight", "backlight",
// "keyboard-state", // "keyboard-state",
"battery", "battery",
"clock", "clock",
@@ -183,6 +183,7 @@
"format-icons": ["", "", "", "", "", "", "", "", ""], "format-icons": ["", "", "", "", "", "", "", "", ""],
}, },
"battery": { "battery": {
"bat": "BAT0",
"states": { "states": {
// "good": 95, // "good": 95,
"warning": 30, "warning": 30,

View File

@@ -29,11 +29,11 @@
"vim_mode": false, "vim_mode": false,
"assistant": { "assistant": {
"default_model": { "default_model": {
"provider": "ollama", "provider": "copilot_chat",
"model": "mistral:7b-instruct-v0.3-q4_K_S" "model": "gpt-4o"
}, },
"version": "2", "version": "2",
"provider": null "provider": "copilot_chat"
}, },
"lsp": { "lsp": {
"rust-analyzer": { "rust-analyzer": {

View File

@@ -183,4 +183,5 @@ eval "$(zoxide init zsh)"
# . "$HOME/.cargo/env" # . "$HOME/.cargo/env"
. "/home/mike/.local/share/cargo/env" . "$HOME/.local/share/cargo/env"

View File

@@ -81,3 +81,4 @@ export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed87
export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.nix-profile/bin export PATH=$PATH:$HOME/.nix-profile/bin
export PATH=$PATH:$HOME/.local/share/cargo/bin