put files in folder
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
/*"custom/battery": {
|
||||
"exec": "~/.config/waybar/battery-anime.sh",
|
||||
"interval": 1.0,
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click-right": "kitty sh -c 'upower -i /org/freedesktop/UPower/devices/battery_BAT0; read'"
|
||||
},*/
|
||||
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"backlight": {
|
||||
"reverse-scrolling": true,
|
||||
"smooth-scrolling-threshold": 2.0,
|
||||
"on-scroll-up": "brightnessctl set 1%+",
|
||||
"on-scroll-down": "brightnessctl set 1%-",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Current brightness is {percent} percent",
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"on-click": "brightnessctl set 10%-",
|
||||
"on-click-right": "brightnessctl set 10%+",
|
||||
"on-click-middle": "bash $HOME/.config/Scripts/random_wall_on_home.sh"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"battery": { "states": {"warning": 25,"critical": 15 },
|
||||
"interval": 1,
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-time": "{H} hours {M} minutes",
|
||||
"on-click-right": "kitty sh -c 'upower -i /org/freedesktop/UPower/devices/battery_BAT0; read'",
|
||||
"format-full": "{icon} Battery full {capacity}%",
|
||||
"format-warning": "{icon} Battery low {capacity}%",
|
||||
"format-critical": " Connect charger {capacity}%",
|
||||
"format-charging": " Charging {capacity}%",
|
||||
"format-alt": "{icon} Health ({health}%) Charge cycles ({cycles})",
|
||||
"format-icons": { "default": [ "", "", "", "", "", "", "", "", "", "", "" ] },
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Battery level: {capacity}%\nPower usage: {power} watts\nDischarge in: {time}\nBattery health: {health}%\nCharge cycles: {cycles}",
|
||||
"tooltip-format-charging": "Charging at {capacity}%\nPower usage: {power} watts\nFull charge in: {time}\nBattery health: {health}%\nCharge cycles: {cycles}",
|
||||
"tooltip-format-critical": "Battery low: {capacity}%\nPower usage: {power} watts\nShutdown in: {time}\nConnect the charger immediately.",
|
||||
"tooltip-format-warning": "Battery low: {capacity}%\nPower usage: {power} watts\nDischarge in: {time}\nConnect the charger soon.",
|
||||
|
||||
"events": {
|
||||
"on-discharging-warning": "notify-send 'Battery Low (25%)' 'Connect the charger soon'",
|
||||
"on-discharging-critical": "notify-send 'Battery Critical (15%)' 'Connect the charger immediately'",
|
||||
"on-charging-100": "notify-send 'Battery Full' 'Please unplug the charger'"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"modules-center":[
|
||||
"clock"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"tooltip": true,
|
||||
"format": "It's {:%H:%M:%S}",
|
||||
"format-alt": "It’s {:%H:%M:%S on %A, %d %B %Y}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"on-click-right": "kitty -e bluetui"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
"format": " {}%",
|
||||
"format-alt": " {avg_frequency} GHz",
|
||||
"on-click-right": "kitty -e btop",
|
||||
"tooltip": true
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": " {percentage_used}%",
|
||||
"format-alt": " {used} / {total}",
|
||||
"path": "/",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{used} is used out of {total}\nCurrently free storage is {free} ({percentage_free}%)",
|
||||
"on-click-right": "kitty -e ncdu /"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {percentage}%",
|
||||
"format-alt": " {used:0.1f}GiB / {total:0.1f}GiB",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{used} GiB RAM is used out of {total} GiB\n{swapUsed} GiB SWAP is used out of {swapTotal} GiB",
|
||||
"on-click-right": "kitty -e btop"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"custom/mpris": {
|
||||
"exec": "~/.config/Scripts/mpris.sh",
|
||||
"interval": 2,
|
||||
"return-type": "json",
|
||||
"max-length": 15,
|
||||
"on-click": "playerctl play-pause",
|
||||
"tooltip": false
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"network": {
|
||||
"interval": 1,
|
||||
"format-wifi": " {essid}",
|
||||
"format-alt": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
||||
"tooltip-format-wifi": "You are connected to {essid} ({signalStrength}%)",
|
||||
"format-disconnected": " No internet",
|
||||
"on-click-right": "kitty -e nmtui"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"custom/power": {
|
||||
"format" : "",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Power menu",
|
||||
//"menu": "on-click",
|
||||
"on-click-right": "pkill wlogout || wlogout",
|
||||
"on-click": "pkill wlogout || wlogout",
|
||||
"on-click-middle": "systemctl poweroff"
|
||||
//"menu-file": "~/.config/waybar/power_menu.xml",
|
||||
//"menu-actions": {
|
||||
// "shutdown": "systemctl poweroff",
|
||||
// "reboot": "systemctl reboot",
|
||||
// "suspend": "systemctl suspend",
|
||||
// "logout": "loginctl terminate-user $USER",
|
||||
//},
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"pulseaudio": {
|
||||
"scroll-step": 1,
|
||||
"reverse-scrolling": true,
|
||||
"smooth-scrolling-threshold": 1.0,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth":" {icon} {volume}%",
|
||||
"format-muted": " Muted",
|
||||
"format-icons": { "default": [" ", " ", " "]},
|
||||
"on-click": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-",
|
||||
"on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
||||
"on-click-right": "wpctl set-volume @DEFAULT_AUDIO_SINK@ -l 1.0 10%+",
|
||||
"on-double-click-middle": "kitty -e pulsemixer"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"modules-right": [
|
||||
"custom/power",
|
||||
"temperature",
|
||||
"cpu",
|
||||
"memory",
|
||||
"disk",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
/*"custom/battery"*/
|
||||
"battery"
|
||||
]
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"temperature": {
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
"warning-threshold": 60,
|
||||
"format": " {temperatureC}°C",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "CPU temperature: {temperatureC}°C",
|
||||
"on-click-right": "kitty sh -c 'sensors; read'"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user