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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
"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": "",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
"custom/runner": {
|
"custom/runner": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "hyprlauncher"
|
"on-click": "~/.config/hypr/bin/runner"
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
@ -33,23 +33,6 @@
|
||||||
"spacing": 15
|
"spacing": 15
|
||||||
},
|
},
|
||||||
|
|
||||||
"battery": {
|
|
||||||
"bat": "qcom-battery",
|
|
||||||
"interval": 60,
|
|
||||||
"states": {
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 15
|
|
||||||
},
|
|
||||||
"format": "{capacity}% ",
|
|
||||||
"max-length": 25
|
|
||||||
},
|
|
||||||
|
|
||||||
"backlight": {
|
|
||||||
"device": "ktz8866-backlight",
|
|
||||||
"format": "{percent}% ",
|
|
||||||
"format-icons": ["", ""]
|
|
||||||
},
|
|
||||||
|
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
"scroll-step": 2,
|
"scroll-step": 2,
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
|
|
Loading…
Reference in a new issue