Skip to content

Commit

Permalink
spec: update for newer kde version
Browse files Browse the repository at this point in the history
- include Qubes addition/modifications done in the deprecated kde-baseapps
- add qubes breeze theme as subpackage
  • Loading branch information
fepitre committed Jun 24, 2020
1 parent 5ac8f5f commit 802ea62
Show file tree
Hide file tree
Showing 21 changed files with 1,082 additions and 25 deletions.
20 changes: 20 additions & 0 deletions 10-qubes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
var panels = panels()
for (var i in panelIds) {
var panel = panelById(panelIds[i])
var widgetIds = panel.widgetIds
for (id in widgetIds) {
var widget = panel.widgetById(widgetIds[id])
if (widget.type == 'launcher') {
var simpleMenu = panel.addWidget('simplelauncher')
simpleMenu.index = widget.index + 1
simpleMenu.writeConfig('icon', 'start-here-qubes')
widget.remove()
}
}
}

/* wallpaper */
var activity = activities()[0];
activity.currentConfigGroup = new Array('Wallpaper', 'image');
activity.writeConfig('wallpaper', '/usr/share/wallpapers/Qubes_Steel');
activity.writeConfig('wallpaperposition', '2');
Loading

0 comments on commit 802ea62

Please sign in to comment.