-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwali_macbook
More file actions
executable file
·63 lines (39 loc) · 1.67 KB
/
wali_macbook
File metadata and controls
executable file
·63 lines (39 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/bin/bash
# wali : Wal Improved
#notify-send "DUNST_COMMAND_PAUSE"
# loading wallpaper ...
#feh --bg-fill --no-xinerama ${HOME}/Images/Wallpapers/loading.png
killall polybar
# pass all arguments to wal
wal "$@" -n
#wal "$@"
${HOME}/scripts/feh_ultrawide.sh
i3-msg restart &
# source wal colors
. "${HOME}/.cache/wal/colors.sh"
# change color in Firefox userChrome.css file
USERCHROME_FOLDER=$(ls ${HOME}/.mozilla/firefox/ | grep "default-release" | awk "{print $9}");
sed -i '/--bg-color:/c\--bg-color: '$color1';' ${HOME}/.mozilla/firefox/$USERCHROME_FOLDER/chrome/userChrome.css
# change Discord color
#sed -i '/--bg-color:/c\--bg-color: '$color0';' ${HOME}/.config/discocss/custom.css
#sed -i '/--bg2-color:/c\--bg2-color: '$color0';' ${HOME}/.config/discocss/custom.css
#sed -i '/--fg-color:/c\--fg-color: '$color1';' ${HOME}/.config/discocss/custom.css
# change rofi foreground color
sed -i '/walgen: #/c\ walgen: '$color1';' ${HOME}/.config/rofi/custom.rasi
# change dunst color theme
sed -i '/background = "#/c\background = "'$color1'" ' ${HOME}/.config/dunst/dunstrc
sed -i '/frame_color = "#/c\frame_color = "'$color1'" ' ${HOME}/.config/dunst/dunstrc
sed -i '/foreground = "#/c\foreground = "'$color7'" ' ${HOME}/.config/dunst/dunstrc
# change keyboard underglow color
#python ${HOME}/scripts/keyboard_color.py $color1
# openrgb : CM & WS2812b
#openrgb -c ${color1:1}
# liquidctl : AIO colors
#liquidctl set led color fixed ${color1:1}
# replace by dunst & polybar restart ?
#i3-msg restart &
#${HOME}/.config/dunst/wal_dunst.sh
#${HOME}/.config/picom/launch.sh
#notify-send "DUNST_COMMAND_RESUME"
#sleep 1
notify-send "Wal Improved" "Theme generation over." -u normal