Compare commits

...

2 commits

Author SHA1 Message Date
10eb5766c7 Edit waybar
Removed Backlight percentage and added spacing between icons and text
2023-10-19 10:08:07 +02:00
55075f467c Fixed helix environmant var definition 2023-10-19 10:07:35 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
"height": 50,
"modules-left": ["clock","custom/weather","wlr/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","pulseaudio","pulseaudio#microphone","tray"],
"hyprland/window": {
"format": "{}"
},
@ -74,7 +74,7 @@
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",

View file

@ -21,7 +21,7 @@ env = XCURSOR_SIZE, 24
# Applications
env = BROWSER, firefox
env = EDITOR, helix
env = EDITOR, hx
# Firefox
env = MOZ_ENABLE_WAYLAND, 1