Skip to content

Commit

Permalink
clean and solarized
Browse files Browse the repository at this point in the history
  • Loading branch information
pad92 committed Feb 4, 2019
1 parent 02ea425 commit 374ec71
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .config/sway/config.d/keybindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ set $workspace10 
assign [class="Evolution"] → $workspace1
assign [class="Termite"] → $workspace2
assign [class="Google-chrome-stable"] → $workspace3
assign [class="Teams"] → $workspace4
assign [class="TelegramDesktop"] → $workspace4
assign [class="rambox"] → $workspace4
assign [class="Atom"] → $workspace5
assign [class="spotify"] → $workspace10
assign [class="Spotify"] → $workspace10

# switch to workspace
bindsym $mod+1 workspace 1
Expand Down
File renamed without changes.
76 changes: 76 additions & 0 deletions .config/termite/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# vim: ft=dosini cms=#%s
# https://raw.githubusercontent.com/NearHuscarl/termite-color-switcher/master/color/monokai

[options]
#bold_is_bright = true
#cursor_blink = system
#cursor_shape = block
#dynamic_title = true
#filter_unmatched_urls = true
#fullscreen = true
#hyperlinks = false
#icon_name = terminal
#modify_other_keys = false
#mouse_autohide = false
#scroll_on_keystroke = true
#scroll_on_output = false
#scrollbar = off
#search_wrap = true
#size_hints = false
#urgent_on_bell = true
allow_bold = true
audible_bell = false
browser = xdg-open
clickable_url = true
font = Source Code Pro, Medium 8
scrollback_lines = 10000

[colors]
# Base16 Solarized Dark
# Author: Ethan Schoonover (modified by aramisgithub)

foreground = #93a1a1
foreground_bold = #eee8d5
cursor = #eee8d5
cursor_foreground = #002b36
background = rgba(0, 43, 54, 0.9)

# 16 color space

# Black, Gray, Silver, White
color0 = #002b36
color8 = #657b83
color7 = #93a1a1
color15 = #fdf6e3

# Red
color1 = #dc322f
color9 = #dc322f

# Green
color2 = #859900
color10 = #859900

# Yellow
color3 = #b58900
color11 = #b58900

# Blue
color4 = #268bd2
color12 = #268bd2

# Purple
color5 = #6c71c4
color13 = #6c71c4

# Teal
color6 = #2aa198
color14 = #2aa198

# Extra colors
color16 = #cb4b16
color17 = #d33682
color18 = #073642
color19 = #586e75
color20 = #839496
color21 = #eee8d5
File renamed without changes.
9 changes: 1 addition & 8 deletions .config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,11 @@ window#waybar {
margin: 0 5px;
}

#clock {
}

#battery {
color: white;
text-shadow: 2px 2px 4px black;
}

#battery.charging {
color: white;
background-color: #26A65B;
}

@keyframes blink {
to {
Expand Down Expand Up @@ -90,7 +83,7 @@ window#waybar {
}

#custom-spotify {
color: #2a5c45;
color: #26A65B;
}

#tray {
Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ then
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
fi
if [ -f /usr/bin/screenfetch ]; then screenfetch; fi
if [ -f "${HOME}/.dir_colors" ]; then eval $(dircolors ${HOME}/.dir_colors); fi

0 comments on commit 374ec71

Please sign in to comment.