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
window { | |
background-color: rgba(--rootbar-rgb-color8,1.0); | |
color: --rootbar-color4; | |
font-family: "Luxi Sans"; | |
font-size: 12px; | |
font-weight: 400; | |
border-top: 2px solid --rootbar-color9; | |
} | |
#center,#left,#right { |
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
#!/bin/sh | |
#w1=1 | |
#w2=2 | |
#w3=3 | |
#w4=4 | |
#w5=5 | |
#w6=1 | |
#w7=7 | |
#w8=8 |
This file has been truncated, but you can view the full file.
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
execve("/usr/bin/pavucontrol", ["pavucontrol"], 0x7ffcb17ea130 /* 48 vars */) = 0 | |
brk(NULL) = 0x55b3a7309000 | |
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc5d2738e0) = -1 EINVAL (Invalid argument) | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=235914, ...}) = 0 | |
mmap(NULL, 235914, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7efde47d4000 | |
close(3) = 0 | |
openat(AT_FDCWD, "/usr/lib/libgtkmm-3.0.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \200.\0\0\0\0\0"..., 832) = 832 |
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
cd "C:\Users\Administrator\Desktop\JobsAugmenter" | |
git reset --hard origin/master | |
git fetch --all | |
git pull | |
run.bat |
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
# vim:fileencoding=utf-8:ft=conf | |
# Font family. You can also specify different fonts for the | |
# bold/italic/bold-italic variants. By default they are derived automatically, | |
# by the OSes font system. Setting them manually is useful for font families | |
# that have many weight variants like Book, Medium, Thick, etc. For example: | |
# font_family Operator Mono Book | |
# bold_font Operator Mono Thick | |
# bold_italic_font Operator Mono Medium | |
# font_family Input Mono |
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
#!/bin/sh | |
w1=1 | |
w2=2 | |
w3=3 | |
w4=4 | |
w5=5 | |
w6=1 | |
w7=7 | |
w8=8 |
NewerOlder