mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-04 22:59:56 +00:00
add #38
This commit is contained in:
23
sources/awesome-widget/desktops/bar-template.desktop
Normal file
23
sources/awesome-widget/desktops/bar-template.desktop
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
# name should be barN and uniq
|
||||||
|
Name=bar100500
|
||||||
|
Comment=Template for the AW bars
|
||||||
|
# value to show. Supported types are
|
||||||
|
# cpu, cpu[0-9], mem, swap, bat
|
||||||
|
X-AW-Value=cpu
|
||||||
|
# active color, RGBA
|
||||||
|
# you should use double quotes
|
||||||
|
X-AW-ActiveColor="0,0,0,255"
|
||||||
|
# inactive color, RGBA
|
||||||
|
# you should use double quotes
|
||||||
|
X-AW-InactiveColor="255,255,255,255"
|
||||||
|
# bar type. Supported types are
|
||||||
|
# Horizontal, Vertical, Circle
|
||||||
|
X-AW-Type=Horizontal
|
||||||
|
# direction. LeftToRight or RightToLeft
|
||||||
|
X-AW-Direction=LeftToRight
|
||||||
|
# height in pixels
|
||||||
|
X-AW-Height=25
|
||||||
|
# width in pixels
|
||||||
|
X-AW-Width=100
|
Reference in New Issue
Block a user