diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-22 13:53:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-22 13:53:19 +0900 |
| commit | 89224ee6bfd468170d06ba239d1995dec599fc16 (patch) | |
| tree | c79d995075b2800e9d420b18e78534db4744c98d /config/waybar/modules | |
| parent | 01e5a8ad75d0ef9d516350b16eeeeeb5e3b9e165 (diff) | |
Removal of uneccesary margins on styles.
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 016f368c..7809b9fd 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -543,8 +543,8 @@ "backlight#vertical": { "interval": 2, - "align": 0, - "rotate": 0, + "align": 0.35, + "rotate": 1, "format": "{icon}", "format-icons": ["", "", ""], "on-click": "", |
