This commit is contained in:
Stephan Raabe
2023-09-14 14:34:08 +02:00
parent 06665a3cb6
commit 0a7af4d2bb
10 changed files with 51 additions and 14 deletions
+1
View File
@@ -59,6 +59,7 @@
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/filemanager",
"custom/brave",
]
},
+1 -1
View File
@@ -16,7 +16,7 @@ killall waybar
# -----------------------------------------------------
# Loading the configuration based on the username
# -----------------------------------------------------
if [[ $USER = "raabe2" ]]
if [[ $USER = "raabe" ]]
then
waybar -c ~/dotfiles/waybar/myconfig & -s ~/dotfiles/waybar/style.css
else
+11 -4
View File
@@ -77,6 +77,13 @@
"tooltip": false
},
// Filemanager Launcher
"custom/filemanager": {
"format": "",
"on-click": "nautilus",
"tooltip": false
},
// Outlook Launcher
"custom/outlook": {
"format": "",
@@ -100,7 +107,7 @@
// ChatGPT Launcher
"custom/chatgpt": {
"format": "",
"format": "",
"on-click": "brave --app=https://chat.openai.com",
"tooltip": false
},
@@ -112,10 +119,10 @@
"tooltip": false
},
// Looking Glass Launcher
"custom/lookingglass": {
// Windows VM
"custom/windowsvm": {
"format": "",
"on-click": "~/dotfiles/scripts/looking-glass.sh",
"on-click": "~/private/launchvm.sh",
"tooltip": false
},
+2 -1
View File
@@ -59,8 +59,9 @@
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/filemanager",
"custom/chatgpt",
"custom/lookingglass"
"custom/windowsvm"
]
},
+4 -2
View File
@@ -148,9 +148,11 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-lookingglass {
margin-right:15px;
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm {
margin-right:20px;
font-size:20px;
font-weight:bold;
opacity:0.8;
}
/* -----------------------------------------------------