Hyprland-dotfiles/waybar
2024-05-27 03:37:38 -04:00
..
themes fix: change workspace button style order 2024-05-27 03:37:38 -04:00
launch.sh Updates 2024-01-25 16:33:18 +01:00
modules.json feat: add pyprland and term dropdown 2024-05-23 03:18:10 -04:00
README.md Add custom-config and custom-style for ML4W waybar themes 2023-12-10 14:17:32 +01:00
themeswitcher.sh Updates 2024-04-03 11:16:33 +02:00

Theme Switcher

Select a theme with SUPER + CTRL + T (custom Hyprland key binding) to execute the themeswitcher.sh script. The script will open rofi to show the themes in the folder ~/dotfiles/waybar/themes/

Waybar Documentation

Waybar github: https://github.com/Alexays/Waybar Waybar Wiki: https://github.com/Alexays/Waybar/wiki

Define your own config and style.css for a ML4W theme

If you want to hide modules from the dotfiles ML4W themes or tweak the style, you can do this by creating a copy of the config file and name it config-custom or a copy of style.css and name it style-custom.css

The waybar loader will the use your copies instead of the default files.

With a personal config-custom you can also load a personal modules.json with additional modules.

You can reload the waybar theme with SUPER + SHIFT + B

Create your own theme based on the starter theme

Please check the configurations of the folders in ~/dotfiles/waybar/themes/

A good starting point is to copy the the waybar starter theme.

Copy the folder ~/dotfiles/waybar/themes/starter and name the copy for example to mytheme.

Open the file ~/dotfiles/waybar/themes/mytheme/config.sh and give your theme a name

#!/bin/bash
theme_name="MyTheme"

Select your new theme by clicking in the ... icon or with SUPER + CTRL + T

To customize your theme, you can edit the files config, style.css and modules.json

You can reload the waybar theme with SUPER + SHIFT + B

Waybar documentation

Waybar configuration: https://github.com/Alexays/Waybar/wiki/Configuration Waybar Styling: https://github.com/Alexays/Waybar/wiki/Styling