Compare commits
No commits in common. "3327ef41c86478a83252862fca811766fc5c4544" and "183b00e6b8d393cd33857c356d39c55130236901" have entirely different histories.
3327ef41c8
...
183b00e6b8
|
@ -9,7 +9,8 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
|
workspace_swipe_touch = true
|
||||||
|
workspace_swipe_cancel_ratio = 0.1
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
|
|
|
@ -3,7 +3,7 @@ source = colors.conf
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$menu = hyprlauncher
|
$menu = hyprlauncher
|
||||||
$browser = firefox
|
$browser = zen-browser
|
||||||
$discord = vesktop
|
$discord = vesktop
|
||||||
$telegram = telegram-desktop
|
$telegram = telegram-desktop
|
||||||
$pctl = playerctl
|
$pctl = playerctl
|
||||||
|
|
|
@ -45,8 +45,8 @@ window#waybar {
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power, #custom-runner, #battery,
|
#custom-power, #custom-runner,
|
||||||
#backlight, #wireplumber, #wireplumber.muted,
|
#wireplumber, #wireplumber.muted,
|
||||||
#tray, #language, #clock {
|
#tray, #language, #clock {
|
||||||
background: @mantle;
|
background: @mantle;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
|
@ -63,11 +63,11 @@ window#waybar {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray, #battery {
|
#tray {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight, #wireplumber, #wireplumber.muted {
|
#wireplumber, #wireplumber.muted {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
min-width: 55px;
|
min-width: 55px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,60 +1,43 @@
|
||||||
{
|
{
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 31,
|
"height": 31,
|
||||||
"width": 900,
|
"width": 900,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"margin-bottom": 5,
|
"margin-bottom": 5,
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"modules-left": ["custom/power", "custom/runner", "tray"],
|
"modules-left": ["custom/power", "custom/runner"],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
"modules-right": ["wireplumber", "backlight", "battery", "hyprland/language", "clock"],
|
"modules-right": ["tray", "wireplumber", "hyprland/language", "clock"],
|
||||||
|
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "~/.config/hypr/bin/powermenu"
|
"on-click": "~/.config/hypr/bin/powermenu"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/runner": {
|
"custom/runner": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "hyprlauncher"
|
"on-click": "~/.config/hypr/bin/runner"
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"persistent_workspaces": {
|
"persistent_workspaces": {
|
||||||
"*": 1
|
"*": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 14,
|
"icon-size": 14,
|
||||||
"spacing": 15
|
"spacing": 15
|
||||||
},
|
},
|
||||||
|
|
||||||
"battery": {
|
"wireplumber": {
|
||||||
"bat": "qcom-battery",
|
|
||||||
"interval": 60,
|
|
||||||
"states": {
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 15
|
|
||||||
},
|
|
||||||
"format": "{capacity}% ",
|
|
||||||
"max-length": 25
|
|
||||||
},
|
|
||||||
|
|
||||||
"backlight": {
|
|
||||||
"device": "ktz8866-backlight",
|
|
||||||
"format": "{percent}% ",
|
|
||||||
"format-icons": ["", ""]
|
|
||||||
},
|
|
||||||
|
|
||||||
"wireplumber": {
|
|
||||||
"scroll-step": 2,
|
"scroll-step": 2,
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-icons":["", "", ""],
|
"format-icons":["", "", ""],
|
||||||
"format-muted": " mute",
|
"format-muted": " mute",
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"max-volume": 100
|
"max-volume": 100
|
||||||
},
|
},
|
||||||
|
@ -68,7 +51,7 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format-alt": " {:%Y-%m-%d}",
|
"format-alt": " {:%Y-%m-%d}",
|
||||||
"format": "{:%H:%M}",
|
"format": "{:%H:%M}",
|
||||||
"timezone": "Asia/Yekaterinburg"
|
"timezone": "Asia/Yekaterinburg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue