Update screenshots, readme and eww config

This commit is contained in:
Alexis Jhon Gaspar 2023-09-26 23:03:51 +08:00
parent 80bb3844e6
commit 27ca96854b
7 changed files with 43 additions and 9 deletions

View file

@ -18,6 +18,10 @@ This was designed to save me some sanity in maintaining it as well as easily int
## Notes ## Notes
### eww notes
The weather widget is pretty barebones as of now. Report bugs if found.
### Configuration notes ### Configuration notes
The bare essentials of my dotfiles are located in the `config` directory. This includes `spmenu`, `picom` and `ncmpcppp`. The bare essentials of my dotfiles are located in the `config` directory. This includes `spmenu`, `picom` and `ncmpcppp`.
@ -84,6 +88,7 @@ Linux/Unix users:
- slop (for riodraw) - slop (for riodraw)
- libmpdclient(-devel or -dev) for mpdclient - libmpdclient(-devel or -dev) for mpdclient
- yajl for ipc - yajl for ipc
- eww (optional)
Termux users: Termux users:
- xorg - xorg
@ -127,7 +132,9 @@ Refer to patches.def.h and config.mk for additional patch-related requirements.
- Additionally, a script called `startdwm` located in `desktop` could be installed in `/usr/local/bin` which could be used to launch dwm on display managers, such as GDM or SDDM. - Additionally, a script called `startdwm` located in `desktop` could be installed in `/usr/local/bin` which could be used to launch dwm on display managers, such as GDM or SDDM.
- `startdwm` could be also used as the xinitrc script by putting it under $HOME and renaming it to `.xinitrc`. - `startdwm` could be also used as the xinitrc script by putting it under $HOME and renaming it to `.xinitrc`.
8. Install the `dwmblocks` scripts (in `scripts/dwmblocks`) to your `$PATH`. 8. Install the `dwmblocks` scripts (in `scripts/dwmblocks`) to your `$PATH`.
9. Start it and done! 9. Install eww, and put the config inside `config/eww` to `$HOME/.config`. Put the scripts inside `scripts/eww` inside `$PATH`.
- (Recommended) Make a hard link of `.cache/wal/colors.scss` to `.config/eww/colors.scss`.
10. Start it and done!
## Future plans ## Future plans
@ -161,7 +168,8 @@ All programs are licensed under the MIT License, except for some submodules, whi
## Screenshots ## Screenshots
![Screenshot of neofetch](/pics/neofetch.png) ![Screenshot of neofetch](/pics/neofetch.png)
![Screenshot of the desktop](/pics/desktop.png) ![Screenshot of the desktop](/pics/desktop.png)
![Screenshot of st (in a scratchpad), Discord and Firefox](/pics/random.png) ![Screenshot of random screenshots](/pics/random.png)
![Screenshot of SM64 port](/pics/gaming.png)
## Special thanks ## Special thanks
* [Speedie](https://speedie.site) for helping me out with this and providing me with patches * [Speedie](https://speedie.site) for helping me out with this and providing me with patches

26
config/eww/colors.scss Normal file
View file

@ -0,0 +1,26 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/lucss21a/Pictures/Wallpapers/Jaguar Aqua Blue.jpg";
// Special
$background: #112245;
$foreground: #a9c3d9;
$cursor: #a9c3d9;
// Colors
$color0: #112245;
$color1: #386CA8;
$color2: #4479B2;
$color3: #3E81B6;
$color4: #5089BB;
$color5: #648BBD;
$color6: #5C96C2;
$color7: #a9c3d9;
$color8: #768897;
$color9: #386CA8;
$color10: #4479B2;
$color11: #3E81B6;
$color12: #5089BB;
$color13: #648BBD;
$color14: #5C96C2;
$color15: #a9c3d9;

View file

@ -12,17 +12,17 @@
(defpoll gpu :interval "1s" "printf '󰍹 : ' && glxinfo -B | grep 'OpenGL renderer string' | sed 's/OpenGL renderer string: //g' | head -c 25") (defpoll gpu :interval "1s" "printf '󰍹 : ' && glxinfo -B | grep 'OpenGL renderer string' | sed 's/OpenGL renderer string: //g' | head -c 25")
(defpoll wm :interval "1s" "printf ' : ' && wmctrl -m | grep 'Name: ' | sed 's/Name: //g'") (defpoll wm :interval "1s" "printf ' : ' && wmctrl -m | grep 'Name: ' | sed 's/Name: //g'")
; (defpoll weather-icon :interval "1s" "curl -s wttr.in/Gapan?format='%c'") (defpoll weather-icon :interval "1s" "curl -s wttr.in/?format='%c'")
; (defpoll weather-location :interval "1s" "curl -s wttr.in/Gapan?format='%l'") (defpoll weather-location :interval "1s" "curl -s wttr.in/?format='%l'")
; (defpoll weather-temp :interval "1s" "curl -s wttr.in/Gapan?format='%t'") (defpoll weather-temp :interval "1s" "curl -s wttr.in/?format='%t'")
(defvar weather-temp "+34°C") ; (defvar weather-temp "+34°C")
(defvar weather-location "Gapan, NE") ; (defvar weather-location "Test")
(defvar weather-icon "☁") ; (defvar weather-icon "☁")
(defvar notification "Notifications") (defvar notification "Notifications")
(defpoll notification-history :interval "1s" "printf 'In history: ' && dunstctl count history") (defpoll notification-history :interval "1s" "printf 'In history: ' && dunstctl count history")
(defpoll notification-display :interval "1s" "printf 'Currently Displayed: ' && dunstctl count displayed") (defpoll notification-display :interval "1s" "printf 'Currently Displayed: ' && dunstctl count displayed")
(defpoll notification-summary :interval "1s" "printf 'Last notification:\\n' && dunstctl history | jq '.data[] | .[] | .summary | .data' | head -n 1 | sed 's/\"//g' ") (defpoll notification-summary :interval "1s" "printf 'Last notification:\\n' && dunstctl history | jq '.data[] | .[] | .summary | .data' | head -n 1 | sed 's/\"//g' | fold -w 25")
(defpoll quoter-text :interval "10s" "quoter | fold -w 30") (defpoll quoter-text :interval "10s" "quoter | fold -w 30")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
pics/gaming.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
random.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 KiB