Skip to content

Commit

Permalink
widgets-dock | update screenshot with latest version of the theme
Browse files Browse the repository at this point in the history
- bug: bottom of track metadata panel was not showing completely
  when playing music with album art
- compact conky screenshot now has the same width as the other
  screenshots
  • Loading branch information
Ernesto Gutierrez committed Jun 8, 2024
1 parent 01a82c8 commit 61d5574
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Keep tabs on your system's cpu, memory, disk, network, battery usage and device
![glass dock](images/screenshots/glass.jpg)

### Widgets dock
![widgets dock](images/screenshots/widgets-dock.gif)
![widgets dock](images/screenshots/widgets-dock.jpg)

### Widgets
![widgets](images/screenshots/widgets.jpg)
Expand Down
2 changes: 1 addition & 1 deletion builder/freemarker/widgets-dock/musicPlayer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ${endif}\
${if_match "${lua get genre ${cat /tmp/conky/musicplayer.genre}}" != "unknown genre"}\
${voffset 3}${offset 5}${color1}genre${goto 50}${color}${lua get genre}${lua increment_offsets 0 16}
${endif}\
${voffset -10}\
${voffset -9}\
# ------ vertical table image bottom ------
<@menu.verticalMenuBottom x=0 y=0 header=header body=width-header isFixed=false/>
# -------- end of table image bottom -------
Expand Down
Binary file modified images/screenshots/compact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshots/widgets-dock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion widgets-dock/musicPlayer
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ${endif}\
${if_match "${lua get genre ${cat /tmp/conky/musicplayer.genre}}" != "unknown genre"}\
${voffset 3}${offset 5}${color1}genre${goto 50}${color}${lua get genre}${lua increment_offsets 0 16}
${endif}\
${voffset -10}\
${voffset -9}\
# ------ vertical table image bottom ------
${lua_parse draw_image ~/conky/monochrome/images/common/yellow-menu-dark-edge-bottom-left.png 0 0}\
${lua_parse draw_image ~/conky/monochrome/images/common/yellow-menu-light-edge-bottom-right.png 162 0}\
Expand Down

0 comments on commit 61d5574

Please sign in to comment.