Theming
This section covers the theming and visual customization of the Tiri window manager setup.
Waybar Theme
The Waybar status bar uses a custom theme with the following files:
- Configuration: \/etc\/xdg\/waybar\/config1.jsonc
- Styling: \/etc\/xdg\/waybar\/style1.css
Customization
To customize the Waybar appearance:
-
Edit the CSS file:
bash sudo nano /etc/xdg/waybar/style1.css -
Common customizations:
- Colors: Modify the
background,color, andborder-colorproperties - Fonts: Change the
font-familyandfont-sizeproperties - Spacing: Adjust
paddingandmarginvalues
Rofi Theme
The Rofi launcher uses a custom "buscgirl" theme:
- Configuration:
configs/rofi/buscgirl.rasi - Power Menu:
configs/rofi/powermenu.sh
Customization
To customize the Rofi appearance:
-
Edit the theme file:
bash nano ~/.config/tiri/rofi/buscgirl.rasi -
Common customizations:
- Background: Modify the
backgroundandbackground-colorproperties - Text Color: Change the
text-colorandforegroundproperties - Selection: Adjust the
selected-normal-backgroundandselected-normal-foregroundproperties
Tiri Configuration
The main Tiri configuration file controls window behavior and appearance:
- Configuration:
configs/tiri/config.kdl
Customization
To customize Tiri behavior:
-
Edit the configuration file:
bash nano ~/.config/tiri/config.kdl -
Common customizations:
- Window Gaps: Adjust the
gapssetting - Border Width: Modify the
default-border-widthsetting - Border Colors: Change the
border-colorandborder-color-focusedsettings
Color Scheme
The current setup uses a cyberpunk-inspired color palette with: - Primary accent colors for focused elements - Dark backgrounds for reduced eye strain - High contrast for readability
Feel free to modify these colors to match your personal preferences!