diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-03-18 18:43:31 +0100 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-03-18 18:43:31 +0100 |
| commit | b50db4bcc05eee8d8a85ddc74bac82eba8401d59 (patch) | |
| tree | fc29b4c0ae119a14586124c886057cc281a11a3b | |
| parent | 5f8c451a40f4b87e09e7d906ef866afd9aada765 (diff) | |
| download | dotfiles-b50db4bcc05eee8d8a85ddc74bac82eba8401d59.tar.gz dotfiles-b50db4bcc05eee8d8a85ddc74bac82eba8401d59.zip | |
remove backlight module
| -rwxr-xr-x | shell/.profile (renamed from sh/.profile) | 0 | ||||
| -rw-r--r-- | waybar/.config/waybar/config | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sh/.profile b/shell/.profile index 49fe6ec..49fe6ec 100755 --- a/sh/.profile +++ b/shell/.profile diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index d4be05a..d121f79 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -4,7 +4,7 @@ "height": 20, // Waybar height (to be removed for auto height) "spacing": 2, // Gaps between modules (4px) "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], - "modules-right": ["custom/pacman", "mpd", "backlight", "pulseaudio", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"], + "modules-right": ["custom/pacman", "mpd", "pulseaudio", "network", "cpu", "memory", "disk", "temperature", "battery", "clock", "tray"], "keyboard-state": { "numlock": true, |