Skip to content

Commit

Permalink
Switch to Papirus-Dark icon theme
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Nov 19, 2024
1 parent 3552ba6 commit 5c428c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Robot-Framework/test-suites/gui-tests/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ Common Teardown
Save most common icons and paths to icons
[Documentation] Save those icons by name which will be used in multiple test cases
... Śave paths to icon packs in gui-vm nix store
Set Global Variable ${ADWAITA} /run/current-system/sw/share/icons/Adwaita
Log To Console Saving path to icon-pack
${app_icon_pack_path} Execute Command echo /nix/store/$(ls /nix/store | grep icon-pack | grep -v .drv)
Set Global Variable ${APP_ICON_PATH} ${app_icon_pack_path}
${icons} Execute Command find $(echo $XDG_DATA_DIRS | tr ':' ' ') -type d -name "icons" 2>/dev/null
Set Global Variable ${ICON_THEME} ${icons}/Papirus-Dark
Log To Console Saving path to app icon-pack
Set Global Variable ${APP_ICON_PATH} ${ICON_THEME}/128x128/apps
Log To Console ${APP_ICON_PATH}
Log To Console Saving path to ghaf-artwork icons
${ghaf_artwork_path} Execute Command echo /nix/store/$(ls /nix/store | grep ghaf-artwork- | grep -v .drv)/icons
Set Global Variable ${ARTWORK_PATH} ${ghaf_artwork_path}
Log To Console ${ARTWORK_PATH}
Log To Console Saving gui icons
Get icon ghaf-artwork launcher.svg crop=0 background=black output_filename=launcher.png
Get icon ${ADWAITA}/symbolic/ui window-close-symbolic.svg crop=0 output_filename=window-close.png background=white
Get icon ${ICON_THEME}/symbolic/actions window-close-symbolic.svg crop=0 output_filename=window-close.png background=white
Negate app icon window-close.png window-close-neg.png

0 comments on commit 5c428c2

Please sign in to comment.