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
| /* This is my override CSS for Bugzilla 4.4. It's essentially the "Dusk" skin, with some tweaks to the layout. Just trying to make things a little easier to look at. | |
| */ | |
| html{ | |
| height:100%; | |
| } | |
| body { | |
| display: flex; | |
| flex-direction: column; |
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
| #!/usr/bin/env python | |
| """A simple python script template. | |
| """ | |
| from __future__ import print_function | |
| import os | |
| import sys | |
| import argparse |
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
| [Desktop Entry] | |
| Name=Spotify | |
| GenericName=Music Player | |
| Comment=Spotify streaming music client | |
| Icon=spotify-client | |
| Exec=spotify %U | |
| TryExec=spotify | |
| Terminal=false | |
| Type=Application | |
| Categories=Audio;Music;Player;AudioVideo; |