mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
updates
This commit is contained in:
parent
1f8cb3c145
commit
610604e80f
253 changed files with 27055 additions and 44 deletions
|
@ -6,9 +6,9 @@
|
|||
// "width": 1280, // Waybar width
|
||||
// "spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/swaync", "custom/updates"],
|
||||
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/updates"],
|
||||
"modules-center": ["custom/playerctl", "custom/playerlabel"],
|
||||
"modules-right": ["network", "pulseaudio", "clock", "tray", "battery", "backlight", "custom/power"],
|
||||
"modules-right": ["custom/swaync", "custom/chatgpt", "network", "pulseaudio", "clock", "tray", "battery", "backlight", "custom/power"],
|
||||
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
|
@ -161,35 +161,6 @@
|
|||
"sort-by-number": true,
|
||||
},
|
||||
|
||||
"persistent-workspaces":{
|
||||
"1": [
|
||||
"eDP-1"
|
||||
],
|
||||
"2": [
|
||||
"eDP-1"
|
||||
],
|
||||
"3": [
|
||||
"eDP-1"
|
||||
],
|
||||
"4": [
|
||||
"eDP-1"
|
||||
],
|
||||
"5": [
|
||||
"eDP-1"
|
||||
],
|
||||
"6": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"7": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"8": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
"9": [
|
||||
"HDMI-A-1"
|
||||
],
|
||||
}
|
||||
|
||||
},
|
||||
"custom/div": {
|
||||
|
@ -249,7 +220,7 @@
|
|||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
},
|
||||
},
|
||||
|
||||
"custom/swaync": {
|
||||
"tooltip": true,
|
||||
"format": "{icon} {}",
|
||||
|
@ -270,8 +241,19 @@
|
|||
"on-click-right": "swaync-client -d -sw",
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"custom/chatgpt": {
|
||||
"format": "",
|
||||
"on-click": "firefox https://chatgpt.com",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -209,6 +209,13 @@ margin-bottom: 3px;
|
|||
|
||||
|
||||
}
|
||||
#custom-chatgpt {
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue