sorry, no commit msg
This commit is contained in:
parent
ee0d13f225
commit
831c51fcec
27 changed files with 278 additions and 91 deletions
|
|
@ -38,47 +38,48 @@ mod_statusbar.create{
|
|||
--
|
||||
--template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray",
|
||||
--template=" %filler%systray [ load: % %>load || mail: %>mail_new/%>mail_total || %date ]",
|
||||
template="%date %systray_dock %systray %workspace_pager bat: %laptopstatus_batterypercent (%laptopstatus_batterytimeleft) %filler %vv_disk_ - %vv_disk_home",
|
||||
}
|
||||
|
||||
-- Create a statusbar
|
||||
mod_statusbar.create{
|
||||
-- First screen, bottom left corner
|
||||
screen=1,
|
||||
pos='tr',
|
||||
-- Set this to true if you want a full-width statusbar
|
||||
fullsize=false,
|
||||
-- Swallow systray windows
|
||||
systray=true,
|
||||
|
||||
-- Template. Tokens %string are replaced with the value of the
|
||||
-- corresponding meter. Currently supported meters are:
|
||||
-- date date
|
||||
-- load load average (1min, 5min, 15min)
|
||||
-- load_Nmin N minute load average (N=1, 5, 15)
|
||||
-- mail_new mail count (mbox format file $MAIL)
|
||||
-- mail_unread mail count
|
||||
-- mail_total mail count
|
||||
-- mail_*_new mail count (from an alternate mail folder, see below)
|
||||
-- mail_*_unread mail count
|
||||
-- mail_*_total mail count
|
||||
--
|
||||
-- Space preceded by % adds stretchable space for alignment of variable
|
||||
-- meter value widths. > before meter name aligns right using this
|
||||
-- stretchable space , < left, and | centers.
|
||||
-- Meter values may be zero-padded to a width preceding the meter name.
|
||||
-- These alignment and padding specifiers and the meter name may be
|
||||
-- enclosed in braces {}.
|
||||
--
|
||||
-- %filler causes things on the marker's sides to be aligned left and
|
||||
-- right, respectively, and %systray is a placeholder for system tray
|
||||
-- windows and icons.
|
||||
--
|
||||
--template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray",
|
||||
--template=" %filler%systray [ load: % %>load || mail: %>mail_new/%>mail_total || %date ]",
|
||||
template="%filler %systray_dock %systray %date",
|
||||
-- template="%date %systray_dock %systray %workspace_pager bat: %laptopstatus_batterypercent (%laptopstatus_batterytimeleft) %filler %vv_disk_ - %vv_disk_home",
|
||||
template="%date %systray_dock systray %workspace_pager %filler %vv_disk_ - %vv_disk_home",
|
||||
}
|
||||
|
||||
-- -- Create a statusbar
|
||||
-- mod_statusbar.create{
|
||||
-- -- First screen, bottom left corner
|
||||
-- screen=1,
|
||||
-- pos='tr',
|
||||
-- -- Set this to true if you want a full-width statusbar
|
||||
-- fullsize=false,
|
||||
-- -- Swallow systray windows
|
||||
-- systray=true,
|
||||
--
|
||||
-- -- Template. Tokens %string are replaced with the value of the
|
||||
-- -- corresponding meter. Currently supported meters are:
|
||||
-- -- date date
|
||||
-- -- load load average (1min, 5min, 15min)
|
||||
-- -- load_Nmin N minute load average (N=1, 5, 15)
|
||||
-- -- mail_new mail count (mbox format file $MAIL)
|
||||
-- -- mail_unread mail count
|
||||
-- -- mail_total mail count
|
||||
-- -- mail_*_new mail count (from an alternate mail folder, see below)
|
||||
-- -- mail_*_unread mail count
|
||||
-- -- mail_*_total mail count
|
||||
-- --
|
||||
-- -- Space preceded by % adds stretchable space for alignment of variable
|
||||
-- -- meter value widths. > before meter name aligns right using this
|
||||
-- -- stretchable space , < left, and | centers.
|
||||
-- -- Meter values may be zero-padded to a width preceding the meter name.
|
||||
-- -- These alignment and padding specifiers and the meter name may be
|
||||
-- -- enclosed in braces {}.
|
||||
-- --
|
||||
-- -- %filler causes things on the marker's sides to be aligned left and
|
||||
-- -- right, respectively, and %systray is a placeholder for system tray
|
||||
-- -- windows and icons.
|
||||
-- --
|
||||
-- --template="[ %date || load:% %>load || mail:% %>mail_new/%>mail_total ] %filler%systray",
|
||||
-- --template=" %filler%systray [ load: % %>load || mail: %>mail_new/%>mail_total || %date ]",
|
||||
-- template="%filler %systray_dock %systray %date",
|
||||
-- }
|
||||
--
|
||||
|
||||
|
||||
-- Launch ion-statusd. This must be done after creating any statusbars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue