mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
ownCloud -> Nextcloud
This commit is contained in:
@@ -15,7 +15,7 @@ local volume = require("volume")
|
|||||||
-- Startup programs
|
-- Startup programs
|
||||||
do
|
do
|
||||||
local programs = {
|
local programs = {
|
||||||
"owncloud",
|
"nextcloud",
|
||||||
"xfce4-power-manager",
|
"xfce4-power-manager",
|
||||||
"gnome-screensaver"
|
"gnome-screensaver"
|
||||||
}
|
}
|
||||||
@@ -220,7 +220,6 @@ awful.screen.connect_for_each_screen(function(s)
|
|||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
mytextclock,
|
mytextclock,
|
||||||
volume,
|
volume,
|
||||||
require("battery"),
|
|
||||||
s.mylayoutbox
|
s.mylayoutbox
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user