This commit is contained in:
Stephan Raabe
2023-11-10 21:12:15 +00:00
parent eca6b8659a
commit ea2a6adbf0
137 changed files with 2941 additions and 4897 deletions

View File

@@ -63,7 +63,7 @@
"orientation": "horizontal",
"modules": [
"custom/filemanager",
"custom/brave",
"custom/browser"
]
},

View File

@@ -1,80 +0,0 @@
// __ __ _
// \ \ / /_ _ _ _| |__ __ _ _ __
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
// \ V V / (_| | |_| | |_) | (_| | |
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
// |___/
//
// by Stephan Raabe (2023)
// -----------------------------------------------------
//
{
// Position TOP
"position": "top",
"margin-top": 14,
"margin-bottom": 0,
// Position BOTTOM
// "position": "bottom",
// "margin-bottom": 14,
// "margin-top": 0,
// General Settings
"layer": "top",
"height": 16,
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
// Load Modules
"include": ["~/dotfiles/waybar/modules.json"],
// Modules Left
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"custom/waybarthemes",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"
],
// Modules Center
"modules-center": [
"hyprland/workspaces"
],
// Modules Right
"modules-right": [
"custom/youtube",
"custom/updates",
"pulseaudio",
"bluetooth",
"battery",
"group/hardware",
"custom/cliphist",
"network",
"custom/exit",
"clock"
],
// Group Quicklinks
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/filemanager",
"custom/chatgpt",
"custom/windowsvm"
]
},
// Group Hardware
"group/hardware": {
"orientation": "horizontal",
"modules": [
"disk",
"cpu",
"memory"
]
}
}

View File

@@ -118,11 +118,9 @@ window#waybar.empty #window {
* ----------------------------------------------------- */
#taskbar {
/* background: @color11; */
background: @backgroundlight;
margin: 3px 15px 3px 0px;
padding:0px;
/*padding: 2px 3px 1px 3px;*/
border-radius: 15px;
font-weight: normal;
font-style: normal;
@@ -152,7 +150,19 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper, #custom-waybarthemes {
#custom-brave,
#custom-browser,
#custom-keybindings,
#custom-outlook,
#custom-filemanager,
#custom-teams,
#custom-chatgpt,
#custom-calculator,
#custom-windowsvm,
#custom-cliphist,
#custom-wallpaper,
#custom-wallpaperwlr,
#custom-waybarthemes {
margin-right: 20px;
font-size: 20px;
font-weight: bold;
@@ -160,7 +170,7 @@ window#waybar.empty #window {
color: @iconcolor;
}
#custom-wallpaper {
#custom-wallpaper, #custom-keybindings {
margin-right:23px;
}
@@ -168,7 +178,7 @@ window#waybar.empty #window {
* Custom Modules
* ----------------------------------------------------- */
#custom-appmenu {
#custom-appmenu, #custom-appmenuwlr {
background-color: @backgrounddark;
font-size: 16px;
color: @textcolor1;
@@ -183,7 +193,7 @@ window#waybar.empty #window {
* Custom Exit
* ----------------------------------------------------- */
#custom-exit {
#custom-exit, #custom-exitwlr {
margin: 0px 20px 0px 0px;
padding:0px;
font-size:20px;
@@ -309,7 +319,7 @@ window#waybar.empty #window {
* Bluetooth
* ----------------------------------------------------- */
#bluetooth.on, #bluetooth.connected {
#bluetooth, #bluetooth.on, #bluetooth.connected {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;