瀏覽代碼

i3 status

master
Robin Thoni 9 年之前
父節點
當前提交
55bea19e85

+ 4
- 3
i3/config 查看文件

64
 bindsym $mod+f fullscreen
64
 bindsym $mod+f fullscreen
65
 
65
 
66
 # change container layout (stacked, tabbed, toggle split)
66
 # change container layout (stacked, tabbed, toggle split)
67
-bindsym $mod+s layout stacking
68
-bindsym $mod+w layout tabbed
69
-bindsym $mod+e layout toggle split
67
+bindsym $mod+Shift+s layout stacking
68
+bindsym $mod+Shift+w layout tabbed
69
+bindsym $mod+Shift+d layout toggle split
70
 
70
 
71
 # toggle tiling / floating
71
 # toggle tiling / floating
72
 bindsym $mod+Shift+space floating toggle
72
 bindsym $mod+Shift+space floating toggle
156
 bindsym $mod+i exec sudo service openvpn restart g75-internet
156
 bindsym $mod+i exec sudo service openvpn restart g75-internet
157
 bindsym $mod+n exec netsoul
157
 bindsym $mod+n exec netsoul
158
 bindsym $mod+c exec chromium-browser
158
 bindsym $mod+c exec chromium-browser
159
+bindsym $mod+e exec sudo dhclient eth0
159
 
160
 
160
 bindsym $mod+p exec wakeserv4-alert.sh
161
 bindsym $mod+p exec wakeserv4-alert.sh
161
 
162
 

二進制
i3/status/i3status/__pycache__/__init__.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/arch_updates.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/change_i3pystatus.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/my_ip.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/network_traffic.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/ping.cpython-34.pyc 查看文件


二進制
i3/status/i3status/__pycache__/upower.cpython-34.pyc 查看文件


+ 3
- 3
i3/status/status.py 查看文件

93
 ###############################################################################
93
 ###############################################################################
94
 status.register("disk",
94
 status.register("disk",
95
                 path="/",
95
                 path="/",
96
-                critical_limit=10,
96
+                critical_limit=7,
97
                 format="\uf07b {avail}G")
97
                 format="\uf07b {avail}G")
98
 
98
 
99
 status.register("disk",
99
 status.register("disk",
157
                 color_up=g_color_good,
157
                 color_up=g_color_good,
158
                 format_down="",
158
                 format_down="",
159
                 format_down_hide="",
159
                 format_down_hide="",
160
-                format_up_hide="\uf070 {v4}",
160
+                format_up_hide="\uf070",
161
                 format_up="\uf070 {v4}",
161
                 format_up="\uf070 {v4}",
162
-                unknown_up=True).switch_hide()
162
+                unknown_up=True)
163
 
163
 
164
 status.run()
164
 status.run()

Loading…
取消
儲存