A spin of Alpine Linux for my personal usage

ibus+anthy

config/dconf/user

This is a binary file and will not be displayed.

+20
config/ibus-anthy/engines.xml
··· 1 + <?xml version="1.0" encoding="utf-8"?><engines> 2 + <engine> 3 + <name>anthy</name> 4 + <language>ja</language> 5 + <license>GPL</license> 6 + <author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author> 7 + <icon>ibus-anthy</icon> 8 + <layout>default</layout> 9 + <layout_variant></layout_variant> 10 + <layout_option></layout_option> 11 + <longname translatable="no">Anthy</longname> 12 + <description>Anthy Input Method</description> 13 + <rank>99</rank> 14 + <!-- <hotkeys>Control+space,Zenkaku_Hankaku</hotkeys> --> 15 + <symbol>あ</symbol> 16 + <icon_prop_key>InputMode</icon_prop_key> 17 + <version>1.5.17</version> 18 + <textdomain>ibus-anthy</textdomain> 19 + </engine> 20 + </engines>
+3
config/ibus/bus/aae088347a910732a7814366695af61e-unix-0
··· 1 + IBUS_ADDRESS= 2 + IBUS_DAEMON_PID= 3 +
+7
config/ibus/bus/aae088347a910732a7814366695af61e-unix-wayland-1
··· 1 + # This file is created by ibus-daemon, please do not modify it. 2 + # This file allows processes on the machine to find the 3 + # ibus session bus with the below address. 4 + # If the IBUS_ADDRESS environment variable is set, it will 5 + # be used rather than this file. 6 + IBUS_ADDRESS=unix:path=/home/manager/.cache/ibus/dbus-CrEq9l2K,guid=6f47dfdd7164b0eb0b3b9768696043cd 7 + IBUS_DAEMON_PID=20693
+1
config/niri/config.kdl
··· 92 92 spawn-at-startup "pipewire-pulse" 93 93 spawn-at-startup "waybar" 94 94 spawn-at-startup "mako" 95 + spawn-at-startup "ibus start --type wayland" 95 96 spawn-at-startup "xwayland-satellite" 96 97 spawn-sh-at-startup "swaybg -m fill -i $(find ~/Pictures/Wallpapers/ -type f | shuf -n1)" 97 98
+1 -1
config/waybar/config.jsonc
··· 2 2 "layer": "top", 3 3 "modules-left": ["niri/workspaces"], 4 4 "modules-center": ["niri/window"], 5 - "modules-right": ["wireplumber", "network", "battery", "clock"], 5 + "modules-right": ["tray", "wireplumber", "network", "battery", "clock"], 6 6 "wireplumber": { 7 7 "format": "{volume}% {icon}", 8 8 "format-muted": "󰖁",
+8
config/waybar/style.css
··· 23 23 color: @tx; 24 24 } 25 25 26 + #tray { 27 + padding: 5px 10px; 28 + background: @ui; 29 + border-bottom: 3px solid @ui-3; 30 + color: @tx; 31 + } 32 + 26 33 #wireplumber, 27 34 #network, 28 35 #battery, ··· 34 41 color: @tx; 35 42 } 36 43 44 + #tray, 37 45 #wireplumber, 38 46 #network, 39 47 #battery,
+5
install.sh
··· 52 52 wireplumber \ 53 53 pipewire-pulse 54 54 55 + apk add -y \ 56 + ibus \ 57 + anthy \ 58 + ibus-anthy 59 + 55 60 apk add xwayland-satellite --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ 56 61 57 62 # Create manager
+8 -5
scripts/rebuild.sh
··· 3 3 rm -rf config 4 4 mkdir config 5 5 cp -r \ 6 - ~/.config/alacritty \ 7 - ~/.config/fuzzel \ 8 - ~/.config/mako \ 9 - ~/.config/niri \ 10 - ~/.config/waybar \ 6 + ~/.config/alacritty/ \ 7 + ~/.config/dconf/ \ 8 + ~/.config/fuzzel/ \ 9 + ~/.config/ibus/ \ 10 + ~/.config/ibus-anthy/ \ 11 + ~/.config/mako/ \ 12 + ~/.config/niri/ \ 13 + ~/.config/waybar/ \ 11 14 ./config/ 12 15 13 16 cp ~/.profile ./profile