This commit is contained in:
Stephan Raabe 2023-09-01 10:25:57 +02:00
parent a083ff013f
commit 21d263bbea
4 changed files with 47 additions and 12 deletions

View File

@ -9,6 +9,7 @@
// -----------------------------------------------------
//
{
// General Settings
"layer": "top",
"height": 16,
"margin-top": 14,
@ -16,26 +17,44 @@
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
"include": ["~/dotfiles/waybar/modules.json"],
// Modules Left
"modules-left": [
"custom/appmenu",
"wlr/taskbar",
"custom/brave",
"group/quicklinks",
"hyprland/window"
],
// Modules Center
"modules-center": [
"wlr/workspaces"
],
// Modules Right
"modules-right": [
"custom/updates",
"pulseaudio",
"bluetooth",
"network",
"battery",
"group/hardware",
"custom/exit",
"network",
"clock"
],
// Group Quicklinks
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/brave",
]
},
// Group Hardware
"group/hardware": {
"orientation": "horizontal",
"modules": [

View File

@ -26,7 +26,7 @@
// Taskbar
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 16,
"icon-size": 18,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",

View File

@ -36,6 +36,7 @@
// Modules Right
"modules-right": [
"custom/youtube",
"custom/updates",
"pulseaudio",
"bluetooth",
@ -51,8 +52,7 @@
"orientation": "horizontal",
"modules": [
"custom/chatgpt",
"custom/lookingglass",
"custom/youtube"
"custom/lookingglass"
]
},

View File

@ -119,12 +119,12 @@ window#waybar.empty #window {
#taskbar {
background: transparent;
margin: 3px 15px 3px 0px;
padding: 3px 3px 1px 3px;
padding: 2px 3px 1px 3px;
border-radius: 14px;
font-weight: normal;
font-style: normal;
opacity:0.9;
border:3px solid #FFFFFF;
opacity:0.8;
border: 3px solid #FFFFFF;
}
#taskbar button {
@ -144,6 +144,15 @@ window#waybar.empty #window {
margin-right: 0;
}
/* -----------------------------------------------------
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-lookingglass {
margin-right:15px;
font-size:20px;
}
/* -----------------------------------------------------
* Custom Modules
* ----------------------------------------------------- */
@ -159,16 +168,19 @@ window#waybar.empty #window {
border:3px solid #FFFFFF;
}
#custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-lookingglass {
margin-right:15px;
font-size:16px;
}
/* -----------------------------------------------------
* Custom Exit
* ----------------------------------------------------- */
#custom-exit {
margin: 0px 20px 0px 0px;
font-size:20px;
}
/* -----------------------------------------------------
* Custom Updates
* ----------------------------------------------------- */
#custom-updates {
background-color: #FFFFFF;
font-size: 16px;
@ -179,6 +191,10 @@ window#waybar.empty #window {
opacity:0.8;
}
/* -----------------------------------------------------
* Custom Youtube
* ----------------------------------------------------- */
#custom-youtube {
background-color: #FFFFFF;
font-size: 16px;