diff options
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/rc.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 7712739..135aeb9 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -114,7 +114,6 @@ awful.layout.layouts = { -- }}} -- Config function definitions {{{ - function terminal_sp_cmd (spc, cmd, geo) if terminal == "st" then cflag = "-c" @@ -438,12 +437,6 @@ awful.screen.connect_for_each_screen(function(s) process_info_max_length=-1, timeout=1 }), - volume_widget { - path_to_icon = "/usr/share/icons/Paper/scalable/status/audio-volume-muted-symbolic.svg", - widget_type = "arc", - mute_color = "#ff111111", - device = "pulse", - }, mykeyboardlayout, wibox.widget.systray(), mytextclock, |