reorganise configs into subdirectories, add hyprland config and keybindings

- Move i3, sway, waybar, wofi configs into their own subdirectories
- Add hyprland/hyprland.conf (converted from i3 config)
- Add waybar configs for hyprland and sway
- Update README with new symlink paths and Hyprland keybindings table
- Add hatsune-miku cursor submodule

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 16:45:19 +00:00
parent 11838c0f98
commit f20b982a2e
13 changed files with 599 additions and 164 deletions

48
wofi/wofi_style.css Normal file
View File

@@ -0,0 +1,48 @@
window {
margin: 0px;
border: 1px solid #82AAFF;
background-color: #1A1B2F;
border-radius: 8px;
}
#input {
padding: 4px 8px;
margin: 6px;
color: #F0F0F0;
background-color: #2A2B3D;
border: 1px solid #C792EA;
border-radius: 4px;
}
#inner-box {
background-color: #1A1B2F;
}
#outer-box {
margin: 4px;
padding: 4px;
background-color: #1A1B2F;
}
#scroll {
margin: 0px;
padding: 4px;
}
#text {
margin: 2px 8px;
color: #C792EA;
}
#entry {
border-radius: 4px;
}
#entry:selected {
background-color: #2A2B3D;
border: 1px solid #C792EA;
}
#text:selected {
color: #FF79C6;
}