put files in folder

This commit is contained in:
2026-04-30 02:11:36 +03:00
parent fdd6ede51d
commit 32ed8b850a
38 changed files with 1495 additions and 1 deletions
@@ -0,0 +1,36 @@
{
//"margin-top": 5,
//"margin-left": 10,
//"margin-right": 10,
"layer": "top",
"position": "top",
"spacing": 6,
"reload_style_on_change": true,
"modules-left":[
"custom/logo",
"custom/mpris",
"hyprland/workspaces"
],
"custom/logo": {
"format" : "󰣇 Hyprland",
"tooltip": false,
"tooltip-format": "App launcher",
"on-click": "pkill rofi || rofi -show drun -theme ~/.config/rofi/launchpad.rasi",
"on-click-right": "kitty"
},
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"active": "",
"default": ""
}
},
"include": [
"~/.config/waybar/Modules/*.jsonc"
]
}
@@ -0,0 +1,40 @@
{
//"margin-top": 5,
//"margin-left": 10,
//"margin-right": 10,
"layer": "top",
"position": "top",
"spacing": 6,
"reload_style_on_change": true,
"modules-left":[
"custom/logo",
"custom/mpris",
"ext/workspaces"
],
"custom/logo": {
"format" : "󰣇 MangoWM",
"tooltip": false,
"tooltip-format": "App launcher",
"on-click": "pkill rofi || rofi -show drun",
"on-click-right": "kitty"
},
"ext/workspaces": {
"format": "{icon}",
"format-icons": {
"active": "",
"default": ""
},
"ignore-hidden": true,
"on-click": "activate",
"on-click-right": "deactivate",
"sort-by-id": true
},
"include": [
"~/.config/waybar/Modules/*.jsonc"
]
}
@@ -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": "Its {:%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'"
}
}
@@ -0,0 +1,33 @@
{
//"margin-top": 5,
//"margin-left": 10,
//"margin-right": 10,
"layer": "top",
"position": "top",
"spacing": 6,
"reload_style_on_change": true,
"modules-left":[
"custom/logo",
"custom/mpris",
"niri/workspaces"
],
"custom/logo": {
"format" : "󰣇 Niri",
"tooltip": false,
"tooltip-format": "App launcher",
"on-click": "pkill rofi || rofi -show drun",
"on-click-right": "kitty"
},
"niri/workspaces": {
"format": "{icon}",
"format-icons": { "active": "", "default": "" }
},
"include": [
"~/.config/waybar/Modules/*.jsonc"
]
}
@@ -0,0 +1,144 @@
{
//"margin-top": 5,
//"margin-left": 5,
//"margin-right": 5,
"layer": "top",
"position": "top",
"spacing": 6,
"reload_style_on_change": true,
"modules-left": [ "custom/logo","custom/mpris" ],
"modules-center": [ "clock" ],
"modules-right": [
"custom/power",
"cpu",
"memory",
"disk",
"network#wifi",
"pulseaudio",
"backlight",
"battery"
],
"custom/logo": {
"format" : "󰣇 DriftWM",
"tooltip": false,
"tooltip-format": "App launcher",
"on-click": "vicinae toggle",
"on-click-right": "kitty"
},
"custom/mpris": {
"exec": "~/.config/Scripts/mpris.sh",
"interval": 2,
"return-type": "json",
"max-length": 15,
"on-click": "playerctl play-pause",
"tooltip": false
},
"clock": {
"interval": 1,
"tooltip": false,
"format": "Its {:%H:%M:%S on %A, %d %B %Y}",
"on-click-right": "kitty -e bluetui"
},
"cpu": {
"interval": 1,
"format": " {}%",
"format-alt": " {avg_frequency} GHz",
"on-click-right": "kitty -e btop",
"tooltip": true
},
"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"
},
"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": "ncdu -e btop"
},
"backlight": {
"reverse-scrolling": true,
"smooth-scrolling-threshold": 5.0,
"on-scroll-up": "brightnessctl set 1%+",
"on-scroll-down": "brightnessctl set 1%-",
"tooltip": true,
"tooltip-format": "Current brightness: {percent}%",
"format": "{icon} {percent}%",
"format-icons": ["󰃞", "󰃟", "󰃠"]
},
"battery": { "states": {"warning": 25,"critical": 15 },
"interval": 1,
"format": "{icon} {capacity}%",
"format-time": "{H} hours {M} minutes",
"on-click-right": "kitty -e 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-plugged": " Plugged in {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": "Low battery: {capacity}%\nPower usage: {power} watts\nShutdown in: {time}\nConnect the charger immediately.",
"tooltip-format-warning": "Low battery: {capacity}%\nPower usage: {power} watts\nDischarge in: {time}\nConnect the charger soon."
},
"network#wifi": {
"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"
},
"pulseaudio": {
"scroll-step": 1,
"reverse-scrolling": true,
"smooth-scrolling-threshold": 2.0,
"format": "{icon} {volume}%",
"format-bluetooth":" {icon} {volume}%",
"format-muted": " Muted",
"format-icons": { "default": [" ", " ", " "]},
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click-right": "kitty -e pulsemixer"
},
"custom/power": {
"format" : "",
"tooltip": true,
"tooltip-format": "Power menu",
//"menu": "on-click",
"on-click": "pkill wlogout || wlogout",
"on-click-right": "pkill wlogout || wlogout",
//"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,98 @@
* {
font-family: Google Sans Flex;
font-size: 16px;
padding: 0px 2px 0px 2px;
transition: all 0.2s ease-in-out;
}
window#waybar {
background-color: rgba(00, 00, 00, 0.99);
transition: all 0.2s ease-in-out;
color: white;
border-radius: 0px;
}
#backlight:hover,
#pulseaudio:hover {
background-color: #5962ff;
transition: all 0.2s ease-in-out;
}
tooltip {
border-radius: 32px;
}
tooltip label {
color: white;
padding: 12px 20px 12px 20px;
}
#workspaces,
#battery.critical:not(.charging),
#custom-notification,
#battery.warning:not(.charging),
#battery.charging,
#battery.plugged,
#battery.full,
#custom-logo,
#custom-power,
#custom-mpris,
#pulseaudio.muted,
#pulseaudio,
#network,
#backlight,
#battery,
#network.disconnected,
#cpu,
#memory,
#disk,
#clock {
background-color: #303030;
transition: all 0.2s ease-in-out;
color: white;
border-radius: 24px;
padding: 4px 12px 3px 12px;
margin: 4px 0px 4px 0px;
}
#workspaces {
padding: 0px 4px 0px 4px;
}
#battery.charging, #battery.plugged {
background-color: #00aa01;
}
@keyframes blink {
to {
background-color: rgba(255, 255, 255, 0.1);
color: white;
}
}
#battery.critical:not(.charging) {
background-color: #f2000e;
animation-name: blink;
animation-duration: 1.0s;
animation-timing-function: steps(20);
animation-iteration-count: infinite;
animation-direction: alternate;
}
#battery.warning:not(.charging) {
background-color: #f74f08;
}
#battery.full {
background-color: #5962ff;
}
#custom-power {
padding: 1px 16px 0px 12px;
}
#pulseaudio.muted {
background-color: #f2000e;
}
#custom-notification {}
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="suspend">
<property name="label">󰤄 Suspend</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="logout">
<property name="label">󰍃 Logout</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="reboot">
<property name="label"> Reboot</property>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="delimiter1" />
</child>
<child>
<object class="GtkMenuItem" id="shutdown">
<property name="label"> Shutdown</property>
</object>
</child>
</object>
</interface>
+124
View File
@@ -0,0 +1,124 @@
* {
font-family: Google Sans Flex;
font-size: 16px;
padding: 0px 2px 0px 2px;
}
window#waybar {
background-color: rgba(00, 00, 00, 0.4);
color: white;
border-radius: 0px;
margin: 0px;
padding: 0px;
}
#workspaces button {
color: white;
border-radius: 24px;
}
#workspaces button.active {
transition: all 0.2s ease-in-out;
color: white;
border-radius: 24px;
}
#workspaces button:hover {
color: black;
}
#backlight:hover,
#pulseaudio:hover {
background-color: #5962ff;
transition: all 0.2s ease-in-out;
}
tooltip {
border-radius: 32px;
transition: all 0.2s ease-in-out;
}
tooltip label {
color: white;
transition: all 0.2s ease-in-out;
padding: 12px 20px 12px 20px;
}
#workspaces,
#temperature,
#temperature.warning,
#temperature.critical,
#battery.critical:not(.charging),
#battery.warning:not(.charging),
#battery.charging,
/*#custom-battery,*/
#battery.plugged,
#battery.full,
#custom-logo,
#custom-power,
#custom-mpris,
#pulseaudio.muted,
#pulseaudio,
#network,
#network.disconnected,
#backlight,
#battery,
#network.disconnected,
#cpu,
#memory,
#disk,
#clock {
background-color: rgba(255, 255, 255, 0.1);
transition: all 0.2s ease-in-out;
color: white;
border-radius: 32px;
padding: 1px 12px 0px 12px;
margin: 4px 0px 4px 0px;
}
#workspaces {
padding: 0px 4px 0px 4px;
}
#battery.charging,
#battery.plugged
/*#custom-battery.charging*/ {
background-color: /*#27D301*/#00aa01;
}
@keyframes blink {
to {
background-color: rgba(255, 255, 255, 0.1);
color: white;
}
}
#battery.critical:not(.charging),
#temperature.critical
/*#custom-battery.critical*/ {
background-color: #FF0000;
animation-name: blink;
animation-duration: 1.0s;
animation-timing-function: steps(20);
animation-iteration-count: infinite;
animation-direction: alternate;
}
#battery.warning:not(.charging),
#temperature.warning
/*#custom-battery.warning*/ {
background-color: #FF7300;
}
#battery.full {
background-color: #5962ff;
}
#custom-power {
padding: 1px 16px 0px 12px;
}
#network.disconnected,
#pulseaudio.muted {
background-color: #f2000e;
}