This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
int main() | |
{ | |
int i,k; | |
int h[4]; | |
char s; | |
i=3; | |
k=0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This is ho you should edit your conkyrc file in order to get the spotify player. | |
#################### | |
# - MEDIA PLAYER - # | |
#################### | |
${if_running spotify}${voffset -2}${font Liberation Sans:style=Bold:size=8} | |
${voffset -10}${goto 73}Title: | |
${goto 73}${color2}${exec ~/.conkycolors/spotify/spotify_info_title}${color} | |
${goto 73}Artist: |