Compare commits

..

No commits in common. "cf32716d22d0768cda4ae7b9415c803b9c43b370" and "5eb50d67e54844898cddb35fa9cb773323613b7f" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -113,9 +113,7 @@ addApps.forEach((i) => {
applications = applications.substring(0, applications.length - 1).split(','); applications = applications.substring(0, applications.length - 1).split(',');
//start_menu = panel.addWidget("org.kde.plasma.kickoff"); start_menu = panel.addWidget("org.kde.plasma.kickoff");
start_menu = panel.addWidget("com.github.adhec.Menu11");
start_menu.PreloadWeight = 100; start_menu.PreloadWeight = 100;
start_menu.popupHeight = 720; start_menu.popupHeight = 720;
start_menu.popupWidth =1000; start_menu.popupWidth =1000;

View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
git add . && git commit -m "Update" git add . && git commit -m "Update" && git push
git push
echo "Ready" echo "Ready"