1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

ownCloud -> Nextcloud

This commit is contained in:
Bert Peters
2017-02-13 12:51:57 +01:00
parent 0237020d12
commit ad77680c25

View File

@@ -15,7 +15,7 @@ local volume = require("volume")
-- Startup programs
do
local programs = {
"owncloud",
"nextcloud",
"xfce4-power-manager",
"gnome-screensaver"
}
@@ -220,7 +220,6 @@ awful.screen.connect_for_each_screen(function(s)
wibox.widget.systray(),
mytextclock,
volume,
require("battery"),
s.mylayoutbox
},
}