Previous: (heks-linux wallpaper), Up: API
Default value:
"/root/.config/waybar"
Default value:
"config.jsonc"
Default value:
"power_menu.xml"
Default value:
"style.css"
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.
(pulseaudio (format . "@{volume@}% @{icon@} @{format_source@}") (format-bluetooth . "@{volume@}% @{icon@}\uf294 @{format_source@}") (format-bluetooth-muted . "\uf6a9 @{icon@}\uf294 @{format_source@}") (format-muted . "\uf6a9 @{format_source@}") (format-source . "@{volume@}% \uf130") (format-source-muted . "\uf131") (format-icons (headphone . "\uf025") (hands-free . "\uf590") (headset . "\uf590") (phone . "\uf095") (portable . "\uf095") (car . "\uf1b9") (default . #("\uf026" "\uf027" "\uf028"))) (on-click . "pavucontrol"))
(backlight (format . "@{percent@}% @{icon@}") (format-icons . #("\ue38d" "\ue3d3" "\ue3d1" "\ue3cf" "\ue3ce" "\ue3cd" "\ue3ca" "\ue3c8" "\ue39b")))
(battery (states (warning . 30) (critical . 15)) (format . "@{capacity@}% @{icon@}") (format-full . "@{capacity@}% @{icon@}") (format-charging . "@{capacity@}% \uf0e7") (format-plugged . "@{capacity@}% \uf0e7") (format-alt . "@{time@} @{icon@}") (format-icons . #("\uf244" "\uf243" "\uf242" "\uf241" "\uf240")))
(#@{battery#bat2@}# (bat . "BAT2"))
(clock (on-click . "gnome-calendar") (format . "@{:%H:%M - %a, %d %B %Y@}") (tooltip-format . "<big>@{:%Y %B@}</big>\n<tt><small>@{calendar@}</small></tt>") (interval . 60))
(custom/power (format . "sys") (tooltip . #f) (menu . "on-click") (menu-file . "$HOME/.config/waybar/power_menu.xml") (menu-actions (shutdown . "systemctl poweroff") (reboot . "systemctl reboot") (suspend . "systemctl suspend") (hibernate . "systemctl hibernate")))
(*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\"") (interface (object (@@ (class "GtkMenu") (id "menu")) (child (object (@@ (class "GtkMenuItem") (id "suspend")) (property (@@ (name "label")) "Suspend"))) (child (object (@@ (class "GtkMenuItem") (id "hibernate")) (property (@@ (name "label")) "Hibernate"))) (child (object (@@ (class "GtkSeparatorMenuItem") (id "delimiter1")))) (child (object (@@ (class "GtkMenuItem") (id "shutdown")) (property (@@ (name "label")) "Shutdown"))) (child (object (@@ (class "GtkMenuItem") (id "reboot")) (property (@@ (name "label")) "Reboot"))))))
(power-profiles-daemon (format . "@{icon@}") (tooltip-format . "Power profile: @{profile@}\nDriver: @{driver@}") (tooltip . #t) (format-icons (default . "\uf0e7 -") (performance . "\uf0e7 perf") (balanced . "\uf24e bal") (power-saver . "\uf06c eco")))
Previous: (heks-linux wallpaper), Up: API