Systemd user timer
Systemd user timerを使ってBing壁紙を定期的にダウンロードして壁紙を変更してみます。Hyprland/CaelestiaのSchemeをdynamicに設定することで、壁紙画像の色合いに連動してGUIのテーマ色が自動で調整されます。 https://wiki.archlinux.org/title/Systemd/Timers 環境 CachyOS Hyprland Caelestia 構築定期的に実行する処理の作成 Bing壁紙をダウンロード 今日の壁紙画像を~/Pictures/Wallpapers/bing/にダウンロードして壁紙に設定します。 Systemd user timerは登録したユーザアカウントで実行され、環境変数が引き継がれるらしい。 /home/arch/bin/download_bing_wallpaper.py#!/usr/bin/env pythonimport requestsimport jsonimport subprocessimport shutilimport osREGION = ...
Faugus Launcher
LinuxでWindowsアプリケーションを実行するフロントエンドFaugus Launcherを使ってみました。https://github.com/Faugus/faugus-launcher 環境 CachyOS Hyprland flatpak Faugus Launcher Battle.net Proun 構築 インストール(flatpakの場合) flatpak install flathub io.github.Faugus.faugus-launcher インストール(pacmanの場合) sudo pacman -S faugus-launcher 設定 Windowsアプリケーションの実行形式を直接指定する場合は大文字の拡張子(.EXE)を小文字(.exe)にしておく Vulkanをサポートしていない(古い)オンボードグラフィクスデバイスの場合 ⚙️ > Global Environment Variables に以下を追加してOpenGLで動作させる。 PROTON_USE_WINED3D=1 利用Battle.net をイン...
SDDM
SDDMにSerial experiments lainのテーマを適用してみました。 https://github.com/leonardochappuis/sddmsel 環境 CachyOS SDDM 設定SDDM SDDMのテーマをsddmsel/sel-shadersに変更 sudo pacman -S qt5-quickcontrols2 qt5-graphicaleffects qt5-svg qt5-multimedia gst-libav gst-plugins-goodgit clone https://github.com/leonardochappuis/sddmsel.gitsudo cp -r sddmsel/sel-shaders /usr/share/sddm/themes/ /etc/sddm.conf[Theme]Current=sel-shaders NumLockを有効、2倍に拡大する場合 /etc/sddm.conf[General]Numlock=onGreeterEnvironment=QT_SCREEN_SC...
Walker
Walkerランチャを使ってみました。いろいろとカスタマイズできて面白いです。 https://github.com/abenz1267/walkerhttps://github.com/abenz1267/elephanthttps://benz.gitbook.io/walker/walker-and-elephant 環境 CachyOS Hyprland walker elephant caelestia 構築インストールparu -S netcat walker-bin elephant-all-bin Walker設定ファイルの作成mkdir -p ~/.config/walkercurl -L https://raw.githubusercontent.com/abenz1267/walker/refs/heads/master/resources/config.toml -o ~/.config/walker/config.toml 仕様変更前はwalker --createuserconfigで生成できていたらしい。 デフォルト設定ファイル、デ...
CachyOS
CachyOSを使ってみました。GUIインストーラなので導入がしやすいですね。 CachyOS — Blazingly Fast OS based on Arch Linux 🚀 CachyOS is an Arch Linux-based distribution that offers an easy installation, several customization options to suit every user, and special optimizations for improved performance while remaining simple. 環境 CachyOS Hyprland Caelestia Thunar Google Chrome 構築CachyOS ISOをダウンロード https://cachyos.org/download/ Ventoyにコピーして起動 https://www.ventoy.net/ インストール...
Caelestia
Hyprland用のCaelestia dotsを試してみました。これは良いかもしれない。 https://github.com/caelestia-dots/caelestiahttps://github.com/caelestia-dots/clihttps://github.com/caelestia-dots/shell https://www.youtube.com/watch?v=TggHDm0_vBw 2026-07-25 libcavaアップデート後にquick-shellが起動しない場合の対策 https://github.com/caelestia-dots/shell/issues/1739 paru -S --rebuild caelestia-shell 2026-06-27設定ファイルのlua言語対応https://ktkr3d.github.io/2026/06/10/Hyprland-0-55-3/ 2026-06-10Hyprland 0.55.3インストール後、Superキーでランチャが起動しない問題の対策 Issues ...
OpenVPN Access Server
OpenVPN Access ServerをRaspberry Pi 4Bに構築してみました。今回はPortainerのGUI画面を使ってOpenVPN Access ServerのDockerコンテナを生成しました。2コネクションまでは無償利用可能なようです。 Self-Hosted VPN: Access Server | OpenVPN Secure your private business network with a self-hosted VPN, Access Server, ideal for cloud or on-premise setups. Free with 2 simultaneous VPN connections. https://openvpn.net/access-server/https://hub.docker.com/r/openvpn/openvpn-as 2025-11-15https://docs.portainer.io/faqs/...
Install Arch Linux on WSL
WSLにArch Linuxをインストールします。Ubuntu上のfish, ssh, code server, hexo, jellyfinをArch Linuxに移行します。 https://wiki.archlinux.org/title/Install_Arch_Linux_on_WSL 環境Software Widows 11 Pro wsl 2.6.1 Arch Linux fish 4.1.2 starship v1.24.0 code-server v4.105.1 hexo 8.1.0 hexo-theme-butterfly 5.5.1 jellyfin 10.11.0 Ubuntu (現行のデフォルト) Ports port 用途 22 ssh 443 code-server 4000 hexo s 8096 jellyfin 構築Arch Linux導入 WSLをアップデート wsl --update Arch Linuxをインストール 管理者で実行wsl --install archlinuxwsl --l...
Qwen3
Qwen3を使ってみました。Qwen3はAlibabaが開発したオープンソースの大規模言語モデル(LLM)の最新バージョンです。UIにはOpen WebUIを利用しました。 https://github.com/QwenLM/Qwen3https://github.com/open-webui/open-webui 2025-08-04https://ollama.com/downloadOllama GUIアプリ 環境 Window 11 python 3.11.9Requires-Python <3.12.0a1,>=3.11 nvidia cuda 12.9 git 2.50.1 ollama 0.9.6 open-webui v0.6.18 構築前提ソフトウェアのインストール pythonwinget install --id Python.Python.3.11 -e nvidia cudawinget install --id Nvidia.CUDA -e gitwinget install --id Git.Git -e olla...
Jellyfin
メディアサーバJellyfinを使ってみました。今まで散らばっていた大量のメディアファイルを整理することができました。また、インターネットラジオやMirakurunと連携したテレビ番組の視聴ができました。 Jellyfin The Free Software Media System projecthttps://jellyfin.org/https://jellyfin.org/downloads serverhttps://github.com/jellyfin/jellyfin client cefhttps://github.com/jellyfin/jellyfin-desktophttps://github.com/jellyfin/jellyfin-desktop/actionshttps://aur.archlinux.org/packages/jellyfin-desktop client qtDeprecated https://github.com/jelly...



