feat: added waybar & anyrun configs
This commit is contained in:
14
.config/waybar/lib/components/audio.json
Normal file
14
.config/waybar/lib/components/audio.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " ",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
}
|
||||
}
|
||||
18
.config/waybar/lib/components/calendar.json
Normal file
18
.config/waybar/lib/components/calendar.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"clock#calendar": {
|
||||
"format": " {:L%d/%m}",
|
||||
"calendar": {
|
||||
"format": {
|
||||
"days": "<span weight='normal'>{}</span>",
|
||||
"months": "<span color='#cdd6f4'><b>{}</b></span>",
|
||||
"today": "<span color='#f38ba8' weight='700'><u>{}</u></span>",
|
||||
"weekdays": "<span color='#f5e0dc'><b>{}</b></span>",
|
||||
"weeks": "<span color='#a6e3a1'><b>W{}</b></span>"
|
||||
},
|
||||
"mode": "month",
|
||||
"mode-mon-col": 1,
|
||||
"on-scroll": 1
|
||||
},
|
||||
"tooltip-format": "<span color='#cdd6f4'><tt>{calendar}</tt></span>"
|
||||
}
|
||||
}
|
||||
6
.config/waybar/lib/components/clock.json
Normal file
6
.config/waybar/lib/components/clock.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"clock": {
|
||||
"tooltip": false,
|
||||
"format": " {:%H:%M}"
|
||||
}
|
||||
}
|
||||
8
.config/waybar/lib/components/cpu.json
Normal file
8
.config/waybar/lib/components/cpu.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": " {usage}%",
|
||||
"max-length": 10,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
9
.config/waybar/lib/components/gpu.json
Normal file
9
.config/waybar/lib/components/gpu.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"custom/gpu": {
|
||||
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"format": " {}%",
|
||||
"return-type": "",
|
||||
"interval": 5,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
8
.config/waybar/lib/components/language.json
Normal file
8
.config/waybar/lib/components/language.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"hyprland/language": {
|
||||
"format": " {}",
|
||||
"format-en": "QW",
|
||||
"format-fr": "AZ",
|
||||
"keyboard-name": "logitech-g512-rgb-mechanical-gaming-keyboard"
|
||||
}
|
||||
}
|
||||
7
.config/waybar/lib/components/memory.json
Normal file
7
.config/waybar/lib/components/memory.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
}
|
||||
}
|
||||
15
.config/waybar/lib/components/mpris.json
Normal file
15
.config/waybar/lib/components/mpris.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{player_icon} {dynamic}",
|
||||
"dynamic-order": ["title", "artist"],
|
||||
"player-icons": {
|
||||
"default": ""
|
||||
},
|
||||
"status-icons": {
|
||||
"playing": "",
|
||||
"paused": ""
|
||||
},
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
15
.config/waybar/lib/components/notifications.json
Normal file
15
.config/waybar/lib/components/notifications.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"custom/notification": {
|
||||
"escape": true,
|
||||
"exec": "swaync-client -swb",
|
||||
"exec-if": "which swaync-client",
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"none": "",
|
||||
"notification": ""
|
||||
},
|
||||
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
||||
"return-type": "json",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
5
.config/waybar/lib/components/tray.json
Normal file
5
.config/waybar/lib/components/tray.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
}
|
||||
}
|
||||
10
.config/waybar/lib/components/workspaces.json
Normal file
10
.config/waybar/lib/components/workspaces.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"hyprland/workspaces": {
|
||||
"show-special": true,
|
||||
"persistent-workspaces": {
|
||||
"1": [1],
|
||||
"2": [2],
|
||||
"3": [3]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user