Updates
This commit is contained in:
+19
-19
@@ -1,20 +1,20 @@
|
||||
@define-color foreground #bfc0c0;
|
||||
@define-color background #010304;
|
||||
@define-color cursor #bfc0c0;
|
||||
@define-color foreground #c2c3c4;
|
||||
@define-color background #0d0f16;
|
||||
@define-color cursor #c2c3c4;
|
||||
|
||||
@define-color color0 #010304;
|
||||
@define-color color1 #325A65;
|
||||
@define-color color2 #24636E;
|
||||
@define-color color3 #466D76;
|
||||
@define-color color4 #35817E;
|
||||
@define-color color5 #347985;
|
||||
@define-color color6 #4CAFB5;
|
||||
@define-color color7 #bfc0c0;
|
||||
@define-color color8 #404242;
|
||||
@define-color color9 #325A65;
|
||||
@define-color color10 #24636E;
|
||||
@define-color color11 #466D76;
|
||||
@define-color color12 #35817E;
|
||||
@define-color color13 #347985;
|
||||
@define-color color14 #4CAFB5;
|
||||
@define-color color15 #bfc0c0;
|
||||
@define-color color0 #0d0f16;
|
||||
@define-color color1 #9B93B3;
|
||||
@define-color color2 #D1939D;
|
||||
@define-color color3 #99A3CF;
|
||||
@define-color color4 #ADB2D5;
|
||||
@define-color color5 #C7B9D2;
|
||||
@define-color color6 #B2C2DE;
|
||||
@define-color color7 #c2c3c4;
|
||||
@define-color color8 #494b50;
|
||||
@define-color color9 #9B93B3;
|
||||
@define-color color10 #D1939D;
|
||||
@define-color color11 #99A3CF;
|
||||
@define-color color12 #ADB2D5;
|
||||
@define-color color13 #C7B9D2;
|
||||
@define-color color14 #B2C2DE;
|
||||
@define-color color15 #c2c3c4;
|
||||
|
||||
+49
-20
@@ -2,30 +2,59 @@
|
||||
"layer": "top", // Waybar at top layer
|
||||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
"modules-left": ["custom/appmenu", "wlr/workspaces"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
"modules-right": ["hyprland/language", "keyboard-state", "pulseaudio", "cpu", "memory", "battery", "clock", "custom/exit", "tray"],
|
||||
"modules-left": [
|
||||
"custom/appmenu",
|
||||
"wlr/workspaces",
|
||||
"custom/brave",
|
||||
"custom/outlook",
|
||||
"custom/teams",
|
||||
"custom/calculator",
|
||||
"custom/chatgpt",
|
||||
"custom/lookingglass"
|
||||
],
|
||||
"modules-center": [
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"hyprland/language",
|
||||
"keyboard-state",
|
||||
"pulseaudio",
|
||||
"cpu",
|
||||
"memory",
|
||||
"battery",
|
||||
"clock",
|
||||
"custom/exit",
|
||||
"tray"
|
||||
],
|
||||
"wlr/workspaces" : {
|
||||
"on-click": "activate"
|
||||
},
|
||||
//"hyprland/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
// "all-outputs": true,
|
||||
// "warp-on-scroll": false,
|
||||
// "format": "{name}: {icon}",
|
||||
// "format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "3": "",
|
||||
// "4": "",
|
||||
// "5": "",
|
||||
// "urgent": "",
|
||||
// "focused": "",
|
||||
// "default": ""
|
||||
// }
|
||||
//},
|
||||
"custom/outlook": {
|
||||
"format": "",
|
||||
"on-click": "brave --app=https://outlook.office.com/mail/"
|
||||
},
|
||||
"custom/teams": {
|
||||
"format": "",
|
||||
"on-click": "brave --app=https://teams.microsoft.com/go"
|
||||
},
|
||||
"custom/brave": {
|
||||
"format": "",
|
||||
"on-click": "brave"
|
||||
},
|
||||
"custom/chatgpt": {
|
||||
"format": "",
|
||||
"on-click": "brave --app=https://chat.openai.com"
|
||||
},
|
||||
"custom/calculator": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/calculator.sh"
|
||||
},
|
||||
"custom/lookingglass": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/looking-glass.sh"
|
||||
},
|
||||
"custom/appmenu": {
|
||||
"format": " ",
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/applauncher.sh"
|
||||
},
|
||||
"custom/exit": {
|
||||
|
||||
+8
-2
@@ -40,7 +40,7 @@ button:hover {
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
padding: 0 10px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -90,9 +90,11 @@ button:hover {
|
||||
|
||||
#window,
|
||||
#workspaces {
|
||||
margin: 0 4px;
|
||||
margin: 0 10px 0 6px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
}
|
||||
@@ -105,6 +107,10 @@ button:hover {
|
||||
margin-left:10;
|
||||
}
|
||||
|
||||
#custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator {
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
#custom-exit {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user