Add revelation
Update and add bling task_preview, tag_preview and window_switcher Add catppuccin-macchiato Use my weather key Update keybindings Update autorun Fix sliders
This commit is contained in:
parent
4f850f7173
commit
2401cfcee2
56 changed files with 2040 additions and 858 deletions
|
@ -19,15 +19,15 @@ local net_cmd = [[
|
|||
]]
|
||||
|
||||
awful.widget.watch(net_cmd, update_interval, function(_, stdout)
|
||||
local net_ssid = stdout
|
||||
net_ssid = string.gsub(net_ssid, '^%s*(.-)%s*$', '%1')
|
||||
local net_status = true
|
||||
local net_ssid = stdout
|
||||
net_ssid = string.gsub(net_ssid, '^%s*(.-)%s*$', '%1')
|
||||
local net_status = true
|
||||
|
||||
-- update networks status
|
||||
if net_ssid == "disabled" then
|
||||
net_status = false
|
||||
end
|
||||
-- update networks status
|
||||
if net_ssid == "disabled" then
|
||||
net_status = false
|
||||
end
|
||||
|
||||
-- emit (true or false)
|
||||
awesome.emit_signal("signal::airplane", net_status)
|
||||
-- emit (true or false)
|
||||
awesome.emit_signal("signal::airplane", net_status)
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue