Skip to content

Commit 4417065

Browse files
minor updates
1 parent da47c25 commit 4417065

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$HOME/.config/waybar/themes/Wall-Dcol.css|${ScrDir}/wbarconfgen.sh
2-
@define-color bar-bg rgba(0, 0, 0, 0);
3-
@define-color main-bg <wallbash_pry1_rgba(0.9)>;
2+
@define-color bar-bg <wallbash_pry1_rgba(0)>;
3+
@define-color main-bg <wallbash_pry1_rgba(0.8)>;
44
@define-color main-fg <wallbash_1xa8_rgba(0.8)>;
5-
@define-color wb-act-bg <wallbash_pry4_rgba(0.5)>;
5+
@define-color wb-act-bg <wallbash_pry4_rgba(0.4)>;
66
@define-color wb-act-fg <wallbash_1xa1_rgba(0.8)>;
7-
@define-color wb-hvr-bg <wallbash_2xa3_rgba(0.5)>;
7+
@define-color wb-hvr-bg <wallbash_2xa3_rgba(0.4)>;
88
@define-color wb-hvr-fg <wallbash_3xa8_rgba(0.8)>;

Configs/.config/rofi/config.rasi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ mainbox {
3939
dummywall {
4040
spacing: 0em;
4141
padding: 0em;
42+
width: 37em;
43+
expand: false;
4244
orientation: horizontal;
4345
children: [ "mode-switcher" , "inputbar" ];
4446
background-color: transparent;

Configs/.config/rofi/styles/style_1.rasi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ mainbox {
3939
dummywall {
4040
spacing: 0em;
4141
padding: 0em;
42+
width: 37em;
43+
expand: false;
4244
orientation: horizontal;
4345
children: [ "mode-switcher" , "inputbar" ];
4446
background-color: transparent;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ To create your own custom theme, please refer [theming wiki](https://github.com/
172172
| ![rofi style#6](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_6.png) |
173173
| ![rofi style#7](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_7.png) |
174174
| ![rofi style#8](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_8.png) |
175+
| ![rofi style#9](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_9.png) |
175176

176177
| Wlogout Menu |
177178
| :-: |

Scripts/create_cache.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ fn_magick () {
6767
wpBaseName=$(basename "${wpFullName}")
6868

6969
if [ ! -f "${cacheDir}/${theme}/${wpBaseName}" ]; then
70-
convert "${wpFullName}"[0] -thumbnail 500x500^ -gravity center -extent 500x500 "${cacheDir}/${theme}/${wpBaseName}"
70+
convert "${wpFullName}"[0] -thumbnail 500x500^ -gravity center -extent 500x500 "${cacheDir}/${theme}/${wpBaseName}" &> /dev/null
7171
fi
7272

7373
if [ ! -f "${cacheDir}/${theme}/${wpBaseName}.rofi" ]; then
74-
convert -strip -resize 2000 -gravity center -extent 2000 -quality 90 "${wpFullName}"[0] "${cacheDir}/${theme}/${wpBaseName}.rofi"
74+
convert -strip -resize 2000 -gravity center -extent 2000 -quality 90 "${wpFullName}"[0] "${cacheDir}/${theme}/${wpBaseName}.rofi" &> /dev/null
7575
fi
7676

7777
if [ ! -f "${cacheDir}/${theme}/${wpBaseName}.blur" ]; then
78-
convert -strip -scale 10% -blur 0x3 -resize 100% "${wpFullName}"[0] "${cacheDir}/${theme}/${wpBaseName}.blur"
78+
convert -strip -scale 10% -blur 0x3 -resize 100% "${wpFullName}"[0] "${cacheDir}/${theme}/${wpBaseName}.blur" &> /dev/null
7979
fi
8080

8181
if [ ! -f "${cacheDir}/${theme}/${wpBaseName}.dcol" ] ; then

Source/assets/rofi_style_9.png

1.56 MB
Loading

0 commit comments

Comments
 (0)