Skip to content

CDamianS/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Sorter.ros

runs as a daemon to organize ~/Downloads dir

SPTselect

runs wofi to play music on spotify-tui

SPTwaybar

uses playerctl to check for currently playing music

example module:

// waybar-spotify
"custom/spotify": {
    "exec": "$HOME/.config/waybar/sptwaybar",
    "interval": 1,
    "format": "{}",
    "tooltip": true,
    "max-length": 40,
    "on-click": "playerctl play-pause",
    "on-click-middle": "playerctl previous",
    "on-click-right": "playerctl next",
    "on-scroll-up": "playerctl position 05+",
    "on-scroll-down": "playerctl position 05-",
    "smooth-scrolling-threshold": 1,
},

WOFIduck

Searches in the users default browser a prompt in DuckDuckGo

Usage

using roswell for a binary:

ros build <script>.ros

or running it directly

./<script>.ros

About

scripts I use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published