This commit is contained in:
Stephan Raabe 2023-09-01 09:55:27 +02:00
parent e3cbe83f42
commit a083ff013f
2 changed files with 39 additions and 14 deletions

View File

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

View File

@ -117,13 +117,14 @@ window#waybar.empty #window {
* ----------------------------------------------------- */ * ----------------------------------------------------- */
#taskbar { #taskbar {
background: #FFFFFF; background: transparent;
margin: 5px 15px 5px 5px; margin: 3px 15px 3px 0px;
padding: 0px 1px; padding: 3px 3px 1px 3px;
border-radius: 12px; border-radius: 14px;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
opacity:0.8; opacity:0.9;
border:3px solid #FFFFFF;
} }
#taskbar button { #taskbar button {
@ -153,7 +154,7 @@ window#waybar.empty #window {
color: #FFFFFF; color: #FFFFFF;
border-radius: 14px; border-radius: 14px;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
margin: 3px 10px 3px 14px; margin: 3px 15px 3px 14px;
opacity:0.8; opacity:0.8;
border:3px solid #FFFFFF; border:3px solid #FFFFFF;
} }
@ -164,7 +165,7 @@ window#waybar.empty #window {
} }
#custom-exit { #custom-exit {
margin: 0px 10px 0px 10px; margin: 0px 20px 0px 0px;
font-size:20px; font-size:20px;
} }
@ -198,6 +199,10 @@ window#waybar.empty #window {
font-size:16px; font-size:16px;
} }
#memory {
margin-right:10px;
}
/* ----------------------------------------------------- /* -----------------------------------------------------
* Clock * Clock
* ----------------------------------------------------- */ * ----------------------------------------------------- */
@ -208,7 +213,7 @@ window#waybar.empty #window {
color: #FFFFFF; color: #FFFFFF;
border-radius: 14px; border-radius: 14px;
padding: 1px 10px 0px 10px; padding: 1px 10px 0px 10px;
margin: 3px 15px 3px 14px; margin: 3px 15px 3px 0px;
opacity:0.8; opacity:0.8;
border:3px solid #FFFFFF; border:3px solid #FFFFFF;
} }
@ -240,10 +245,11 @@ window#waybar.empty #window {
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 16px; font-size: 16px;
color: @background; color: @background;
border-radius: 12px; border-radius: 14px;
padding: 2px 10px 0px 10px; padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px; margin: 3px 15px 3px 0px;
opacity:0.8; opacity:0.8;
border: 3px solid #FFFFFF
} }
#network.ethernet { #network.ethernet {