Skip to content

Commit

Permalink
regular update
Browse files Browse the repository at this point in the history
  • Loading branch information
niksingh710 committed Jun 28, 2024
1 parent ce3aeb3 commit cf65b51
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/foot/foot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ color=ffffff b35d78
blink=yes

[colors]
alpha=1
alpha=0.8
2 changes: 1 addition & 1 deletion .config/hypr/bin/lock-parallel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ touch /tmp/locked
echo "Unlocked at $(date)" | systemd-cat
pkill -USR1 hyprlock
) &
hyprlock
hyprlock || :
rm /tmp/locked
kill $(jobs -p) &>/dev/null
pkill fprintd-verify &> /dev/null
2 changes: 2 additions & 0 deletions .config/hypr/conf.d/rules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ windowrule = dimaround,^(xfce-polkit)$
windowrule = center,1,^(xfce-polkit)$

# foot quick
windowrulev2 = opacity 1 1 0.92, class:^(foot)$
windowrulev2 = opaque, class:^(foot)$
windowrulev2 = float, class:^(foot-quick)$
windowrulev2 = size 100% 40%, class:^(foot-quick)$
windowrulev2 = move 0% 60%, class:^(foot-quick)$
Expand Down
3 changes: 2 additions & 1 deletion .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $hypr = ~/.config/hypr
source = $hypr/conf.d/env.conf
source = $hypr/conf.d/exec.conf
source = ~/.cache/wal/pywal-hypr.conf
source = $hypr/conf.d/rules.conf
source = $hypr/conf.d/keymaps.conf
source = $hypr/conf.d/monitor.conf

Expand Down Expand Up @@ -192,4 +191,6 @@ debug {
# animation = workspaces, 1, 5, wind
# }

source = $hypr/conf.d/rules.conf

# vim: commentstring=#\ %s
2 changes: 1 addition & 1 deletion .config/hypr/hyprlock.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ input-field {
outer_color = 0x44$active
inner_color = 0x00$active

font_color = $active
font_color = $foreground
fade_on_empty = false

position = 0, -70
Expand Down
13 changes: 13 additions & 0 deletions .config/wal/templates/foliate-pywal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{
"label": "Pywal",
"light": {{
"fg": "rgb(76, 79, 105)",
"bg": "rgb(239, 241, 245)",
"link": "rgb(220, 138, 120)"
}},
"dark": {{
"fg": "rgb({foreground.rgb})",
"bg": "rgb({background.rgb})",
"link": "rgb({color6.rgb})"
}}
}}
1 change: 1 addition & 0 deletions .config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
box-shadow: none;
text-shadow: none;
padding: 0px;

}

window#waybar {
Expand Down
3 changes: 3 additions & 0 deletions bin/after-wal
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ general() {
if [ -d "$HOME/.config/qt5ct/colors/" ] || mkdir -p "$HOME/.config/qt5ct/colors/"; then
/usr/bin/cp "$wal_template_dir/qt5ct.conf" "$HOME/.config/qt5ct/colors/pywal.conf"
fi
if [ -d "$HOME/.config/com.github.johnfactotum.Foliate/themes/" ] || mkdir -p "$HOME/.config/com.github.johnfactotum.Foliate/themes/"; then
/usr/bin/cp "$wal_template_dir/foliate-pywal.json" "$HOME/.config/com.github.johnfactotum.Foliate/themes/foliate-pywal.json"
fi

}

Expand Down
3 changes: 3 additions & 0 deletions bin/walset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ check wal || {
arg="$HOME/.wallpapers"
[ -n "$1" ] && arg="$1"


# TODO: Fix this and monitor issue: https://github.com/eylles/pywal16/issues/48
wal \
--backend colorthief \
-a 92 \
--cols16 darken \
--recursive \
Expand Down

0 comments on commit cf65b51

Please sign in to comment.