Flat Responsive social icons widget.
This file contains hidden or 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
/* Udit | CodeNirvana */ | |
#include <bits/stdc++.h> | |
using namespace std; | |
#define PB push_back | |
#define MP make_pair | |
#define F first | |
#define S second | |
#define SZ(X) ((int)(X).size()) | |
#define ALL(X) (X).begin(), (X).end() |
This file contains hidden or 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
notify-send -u normal -i /usr/share/icons/Paper/64x64/apps/email.png "New Email" "${USER^} you have a new email!" && paplay /usr/share/sounds/freedesktop/stereo/message-new-instant.oga |
NewerOlder