Skip to content

Commit

Permalink
remove touchpad widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinn committed Apr 2, 2020
1 parent 20a9ac5 commit 53e6f70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/awmd-widgets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ local TimeZone = glib.TimeZone

local sprtr = lain.util.separators.arrow_left(beautiful.bg_normal, "#343434")

local touchpad_widget = require("touchpad-widget")
local battery_widget = require("awesome-wm-widgets.battery-widget.battery")
-- local weather_widget = require("awesome-wm-widgets.weather-widget.weather")
local brightness_widget = require("awesome-wm-widgets.brightness-widget.brightness")
Expand All @@ -29,7 +28,6 @@ local cpufreq_widget = wibox.widget.textbox()
vicious.register(cpufreq_widget, vicious.widgets.cpufreq, function(widget, data)
return string.format("%.1f GHz", data[2])
end, 7, "cpu0")
local touchpad = touchpad_widget:new({vendor="synaptic"})
local wireless = net_widgets.wireless({
interface="wlp2s0",
popup_signal = true,
Expand Down Expand Up @@ -300,9 +298,6 @@ awful.screen.connect_for_each_screen(function(s)
layout = wibox.layout.fixed.horizontal,
mykeyboardlayout,
systray_widget,
widgetsection({
widget(touchpad.widget),
}),
widgetsection({
widget(cpu_widget),
widget(cpufreq_widget),
Expand Down

0 comments on commit 53e6f70

Please sign in to comment.