rm : simple Main's waybar ; add : Self-Made waybar folder
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"height": 25,
|
"height": 25,
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": [
|
||||||
|
"custom/swww",
|
||||||
|
"hyprland/workspaces"
|
||||||
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"custom/clock"
|
"custom/clock"
|
||||||
],
|
],
|
||||||
@@ -9,14 +12,67 @@
|
|||||||
"custom/d",
|
"custom/d",
|
||||||
"wireplumber",
|
"wireplumber",
|
||||||
"custom/d",
|
"custom/d",
|
||||||
|
"idle_inhibitor",
|
||||||
|
"custom/d",
|
||||||
|
"backlight",
|
||||||
|
"custom/d",
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"custom/d",
|
"custom/d",
|
||||||
"network",
|
"network",
|
||||||
|
"custom/d",
|
||||||
"battery"
|
"battery"
|
||||||
],
|
],
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": " ",
|
||||||
|
"deactivated": " "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/swww": {
|
||||||
|
"format": " ",
|
||||||
|
"on-click": "bash ~/.local/bin/random-wall"
|
||||||
|
},
|
||||||
|
|
||||||
|
"battery": {
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-icons": {
|
||||||
|
"charging": [
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"format-full": "Charged ",
|
||||||
|
"interval": 5,
|
||||||
|
"states": {
|
||||||
|
"warning": 20,
|
||||||
|
"critical": 10
|
||||||
|
},
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
"custom/d": {
|
"custom/d": {
|
||||||
"format": " ",
|
"format": " ",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
@@ -53,6 +109,7 @@
|
|||||||
"cursor": false
|
"cursor": false
|
||||||
},
|
},
|
||||||
"backlight": { // "device": "acpi_video1",
|
"backlight": { // "device": "acpi_video1",
|
||||||
|
"device": "kbd_backlight",
|
||||||
"format": "{icon} ",
|
"format": "{icon} ",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
" ",
|
" ",
|
||||||
@@ -6,8 +6,8 @@
|
|||||||
@define-color urgent #f7768e;
|
@define-color urgent #f7768e;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "IosevkaTerm Nerd Font";
|
font-family: "Pragmasevka Nerd Font";
|
||||||
font-size: 24px;
|
font-size: 26px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,6 +62,7 @@ window#waybar {
|
|||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
#backlight,
|
||||||
#battery,
|
#battery,
|
||||||
#network,
|
#network,
|
||||||
#custom-clock {
|
#custom-clock {
|
||||||
Reference in New Issue
Block a user