updated configs
This commit is contained in:
+10
-10
@@ -39,16 +39,16 @@ format = "{mount} {used:^3.0}/{total:^3.0}G"
|
|||||||
format = "{percentage:>3}% {icon}"
|
format = "{percentage:>3}% {icon}"
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
format_sink_unmuted = " {icon} {name} {volume:>3}%"
|
format_sink_unmuted = "{name} {volume:>3}% <span size='large'> {icon}</span>"
|
||||||
format_sink_muted = " {icon} {name}"
|
format_sink_muted = "{name} <span size='large'> {icon}</span>"
|
||||||
format_source_unmuted = "{icon} {name} {volume:>3}%"
|
format_source_unmuted = "{name} {volume:>3}% <span size='large'> {icon}</span>"
|
||||||
format_source_muted = "{icon} {name}"
|
format_source_muted = "{name} <span size='large'> {icon}</span>"
|
||||||
|
|
||||||
[bt]
|
[bt]
|
||||||
format_plugin = " {alias} [{left}|{right}] {anc}"
|
format_plugin = "{alias} [{left}|{right}] {anc} <span size='large'> </span>"
|
||||||
format_connected = " {alias}"
|
format_connected = "{alias} <span size='large'> </span>"
|
||||||
format_disconnected = " Disconnected"
|
format_disconnected = "Disconnected <span size='large'> </span>"
|
||||||
format_disabled = " Off"
|
format_disabled = "<span size='large'></span>"
|
||||||
|
|
||||||
[game]
|
[game]
|
||||||
format_active = "<span size='large'></span>"
|
format_active = "<span size='large'></span>"
|
||||||
@@ -81,5 +81,5 @@ format = " {icon} {percentage}"
|
|||||||
|
|
||||||
[dnd]
|
[dnd]
|
||||||
enabled = true
|
enabled = true
|
||||||
format_dnd = ""
|
format_dnd = "<span size='large'></span>"
|
||||||
format_normal = ""
|
format_normal = "<span size='large'></span>"
|
||||||
|
|||||||
+19
-12
@@ -1,5 +1,7 @@
|
|||||||
# For more information visit https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/
|
# For more information visit https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/
|
||||||
|
|
||||||
|
source = ~/.config/hypr/catppuccin-hyprland/themes/mocha.conf
|
||||||
|
|
||||||
$scrPath = ~/.config/hypr/hyprlock/
|
$scrPath = ~/.config/hypr/hyprlock/
|
||||||
$imgPath = ~/.config/hypr/hyprlock/assets/
|
$imgPath = ~/.config/hypr/hyprlock/assets/
|
||||||
|
|
||||||
@@ -28,19 +30,19 @@ $font-display = PP Neue Machina Ultra-Bold
|
|||||||
$font-symbol = JetBrainsMono Nerd Font Mono
|
$font-symbol = JetBrainsMono Nerd Font Mono
|
||||||
# Input Var
|
# Input Var
|
||||||
$weight = 2
|
$weight = 2
|
||||||
$inner-color = rgba(0, 0, 0, 0.5)
|
$inner-color = rgba($baseAlpha80)
|
||||||
$border-color = rgba(255, 255, 255, 0.15)
|
$border-color = rgba($mauveAlpha80)
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
$clock-color = rgba(255, 255, 255, 1)
|
$clock-color = $text
|
||||||
$fg0 = rgba(255, 255, 255, 1)
|
$fg0 = $text
|
||||||
$fg1 = rgba(0, 0, 0, 1)
|
$fg1 = $base
|
||||||
$shape-col0 = rgba(255, 255, 255, 1)
|
$shape-col0 = $mauve
|
||||||
$shape-col1 = rgba(0, 0, 0, 0.25)
|
$shape-col1 = rgba($surface0Alpha80)
|
||||||
$shape-col2 = rgba(255, 255, 255, 0.25)
|
$shape-col2 = rgba($surface1Alpha80)
|
||||||
$shadow-pass = 2
|
$shadow-pass = 2
|
||||||
$shadow-size = 3
|
$shadow-size = 3
|
||||||
$shadow-color = rgb(0,0,0)
|
$shadow-color = $crust
|
||||||
$shadow-boost = 1.2
|
$shadow-boost = 1.2
|
||||||
$text-shadow-pass = 1
|
$text-shadow-pass = 1
|
||||||
$text-shadow-boost = 0.5
|
$text-shadow-boost = 0.5
|
||||||
@@ -83,6 +85,7 @@ image {
|
|||||||
|
|
||||||
rounding = $rounding # negative values mean circle
|
rounding = $rounding # negative values mean circle
|
||||||
border_size = 4
|
border_size = 4
|
||||||
|
border_color = $mauve
|
||||||
rotate = 0 # degrees, counter-clockwise
|
rotate = 0 # degrees, counter-clockwise
|
||||||
|
|
||||||
position = 20, -20
|
position = 20, -20
|
||||||
@@ -142,8 +145,12 @@ input-field {
|
|||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
|
|
||||||
font_family = $font-text
|
font_family = $font-text
|
||||||
placeholder_text = <span> $USER</span>
|
placeholder_text = <span foreground="##$textAlpha"> $USER</span>
|
||||||
hide_input = false
|
hide_input = false
|
||||||
|
check_color = $mauve
|
||||||
|
fail_color = $red
|
||||||
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||||
|
capslock_color = $yellow
|
||||||
|
|
||||||
position = 0, -240
|
position = 0, -240
|
||||||
halign = center
|
halign = center
|
||||||
@@ -497,7 +504,7 @@ label {
|
|||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:1000] echo "$($scrPath/playerctl.sh --source-symbol)"
|
text = cmd[update:1000] echo "$($scrPath/playerctl.sh --source-symbol)"
|
||||||
|
|
||||||
color = rgba(255, 255, 255, 0.6)
|
color = rgba($subtext0Alpha99)
|
||||||
font_size = 16
|
font_size = 16
|
||||||
font_family = $font-symbol
|
font_family = $font-symbol
|
||||||
|
|
||||||
@@ -512,7 +519,7 @@ label {
|
|||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:1000] echo "$($scrPath/playerctl.sh --source)"
|
text = cmd[update:1000] echo "$($scrPath/playerctl.sh --source)"
|
||||||
|
|
||||||
color = rgba(255, 255, 255, 0.6)
|
color = rgba($subtext0Alpha99)
|
||||||
font_size = 10
|
font_size = 10
|
||||||
font_family = $font-text
|
font_family = $font-text
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
wallpaper {
|
wallpaper {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/Pictures/rem/rem-oled.png
|
path = ~/Pictures/reze/reze.png
|
||||||
fit_mode = cover
|
fit_mode = cover
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
|
monitor=eDP-1, disable
|
||||||
|
|||||||
+9
-9
@@ -44,6 +44,14 @@
|
|||||||
"icon-size": 18,
|
"icon-size": 18,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
|
"custom/dnd": {
|
||||||
|
"format": "{}",
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "fluxo-rs dnd",
|
||||||
|
"on-click": "dunstctl set-paused toggle",
|
||||||
|
"signal": 13,
|
||||||
|
"interval": 5
|
||||||
|
},
|
||||||
"group/spaces": {
|
"group/spaces": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules": [
|
"modules": [
|
||||||
@@ -54,8 +62,8 @@
|
|||||||
"group/powertray": {
|
"group/powertray": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules": [
|
"modules": [
|
||||||
"tray",
|
|
||||||
"custom/dnd",
|
"custom/dnd",
|
||||||
|
"tray",
|
||||||
"custom/gamemode",
|
"custom/gamemode",
|
||||||
"custom/power_status"
|
"custom/power_status"
|
||||||
]
|
]
|
||||||
@@ -191,14 +199,6 @@
|
|||||||
"signal": 9,
|
"signal": 9,
|
||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
"custom/dnd": {
|
|
||||||
"format": "{}",
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "fluxo-rs dnd",
|
|
||||||
"on-click": "fluxo-rs dnd toggle",
|
|
||||||
"signal": 13,
|
|
||||||
"interval": 5
|
|
||||||
},
|
|
||||||
"custom/backlight": {
|
"custom/backlight": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|||||||
Reference in New Issue
Block a user