Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2017 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ca5203f7a0c72f19a45e14a00096e674 to your computer and use it in GitHub Desktop.
Save anonymous/ca5203f7a0c72f19a45e14a00096e674 to your computer and use it in GitHub Desktop.
*{
font-family:monospace;
font-size:16px;
border-radius:0;
box-shadow:none;
color:#f8f8f8;
transition-duration:0;
transition-delay:0;
animation:none
}
tabs label {
color:#e9b96e;
margin:0 5px;
padding:0 5px
}
tabs button {
border-right:1px solid white
}
tabs button:hover {
border-right:1px solid #2e3436;
background-color:black;
}
tab{
background:black
}
tab:checked{
background:inherit
}
tooltip,
tooltip *{
padding:0;
margin:0
}
decoration{
box-shadow:0 0 0 1px #888
}
decoration:backdrop{
box-shadow:0 0 0 1px #e95420
}
button{
padding:0 2px;
border-color:#555;
background:#2e3436
}
* header,
* headerbar{
background:#2e3436;
border:0;
min-height:0;
padding:0
}
* headerbar,
headerbar *{
min-height:0;
margin:0;
border:0;
font-weight:normal
}
header *{
border:0;
padding:0;
min-height:0;
font-weight:normal;
margin:0
}
spinner,
spinner:checked:backdrop{
opacity:0;
}
entry{
background:inherit
}
headerbar entry{
padding:0 8px;
background:#555
}
progressbar *{
background:none
}
progressbar progress{
background-color:#e95420;
min-height:1px;
border:none
}
[Settings]
gtk-fallback-icon-theme=gnome
gtk-icon-theme-name=gnome
gtk-application-prefer-dark-theme=1
gtk-font-name=Sans 12
gtk-xft-antialias=1
gtk-xft-hinting=1
[core]
#modules=xwayland.so
#shell=desktop-shell.so
#gbm-format=xrgb2101010
idle-time=1800
[shell]
background-image=.themes/wp.jpg
background-type=scale
background-color=0xff002244
background-type=tile
panel-color=0x00ffffff
#panel-font=terminus
#locking=false
animation=none
#startup-animation=fade
binding-modifier=alt
num-workspaces=1
#cursor-theme=whiteglass
#cursor-size=24
#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
#animation=fade
[launcher]
icon=/usr/share/weston/icon_terminal.png
path=/usr/bin/weston-terminal
[launcher]
icon=/usr/share/icons/gnome/16x16/apps/web-browser.png
path=/usr/bin/epiphany-browser
[launcher]
icon=/usr/share/icons/Adwaita/16x16/apps/system-file-manager.png
path=/usr/bin/nautilus
[launcher]
icon=/usr/share/icons/hicolor/16x16/apps/gedit.png
path=/usr/bin/gedit
#[launcher]
#icon=/usr/share/pixmaps/emelfm2/emelfm2_24.png
#path=/usr/bin/emelfm2
#[launcher]
#icon=.icons/Faenza/apps/24/gimp.png
#path=/usr/bin/gimp
[launcher]
icon=/usr/share/icons/Humanity/status/16/audio-volume-high.png
path=/usr/bin/amixer set Master 5%+ unmute
[launcher]
icon=/usr/share/icons/Humanity/status/16/audio-volume-low.png
path=/usr/bin/amixer set Master 5%- unmute
[launcher]
icon=/usr/share/icons/Humanity/status/16/audio-volume-muted.png
path=/usr/bin/amixer set Master 1+ toggle
#[screensaver]
# Comment path to disable screensaver
#path=/usr/lib/weston/weston-screensaver
#duration=6000
[input-method]
path=/usr/lib/weston/weston-keyboard
[keyboard]
keymap_layout=us,ru
keymap_options=grp:caps_toggle,grp_led:caps
#[terminal]
#font=terminus
#font-size=14
[libinput]
enable_tap=true
#[touchpad]
#constant_accel_factor = 50
#min_accel_factor = 0.16
#max_accel_factor = 1.0
#[screen-share]
#command=/usr/bin/weston --use-pixman --backend=drm-backend.so --shell=fullscreen-shell.so --no-clients-resize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment