笔记本怎么查看剩余电量。。。
Tofloor
poster avatar
Chirunya
deepin
2013-08-08 18:17
Author
如题。。。
Reply Favorite View the author
All Replies
cxbii
deepin
2013-08-08 18:27
#1
去网上搜索ubuntu怎么查
我的不是笔记本.所以没法帮你确定是哪个命令
Reply View the author
woodelf
deepin
2013-08-08 18:28
#2
  1. cat /proc/acpi/battery/BAT0/state
  2. cat /proc/acpi/battery/BAT0/info
Copy the Code
BAT0根据情况替换为你的,可能是BAT1等等。
如果安装了upower,也可以用
  1. upower -i /org/freedesktop/UPower/devices/battery_BAT0
Copy the Code
而且DDE应该有提供一个显示电池容量的panel applet。
Reply View the author
BingoLove
deepin
2013-08-08 20:01
#3
系统设置里面的电源?

conky 里用 $battery_percent
Reply View the author
Chirunya
deepin
2013-08-09 01:23
#4
  1. cat /proc/acpi/battery/BAT0/state
  2. cat /proc/acpi/battery/BAT0/info
Copy the Code
BAT0根据情况替换为你的,可能是BAT1等等。
如果安装了upower,也可以用
  1. upower -i /org/freedesktop/UPower/devices/battery_BAT0
Copy the Code
而且DDE应该有提供一个显示电池容量的panel applet。
啊刚装完没找到这个,重启后就有了。
Reply View the author
cxbii
deepin
2013-08-10 04:56
#5
Reply View the author
xingtianduiyue
deepin
2014-02-25 22:01
#6
我的笔记本/proc/acpi/下就没有battery文件夹
应该是压根就没有发现有电池
Reply View the author
egfafb
deepin
2014-02-26 22:28
#7
gnome-power-statistics
Reply View the author