lightmode
E. Almqvist 4 years ago
parent 5e5f2e86a1
commit c3abb0df79
  1. 4
      i3/config
  2. 6
      polybar/config
  3. 2
      rofi/onedark.rasi
  4. 5
      vimrc

@ -43,6 +43,9 @@ floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec termite bindsym $mod+Return exec termite
# start a terminal but in floating mode
bindsym $mod+Shift+Return exec termite --role floating
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
@ -218,6 +221,7 @@ exec_always nitrogen --restore
# Floating for some stuff # Floating for some stuff
for_window [class="discord"] floating enable for_window [class="discord"] floating enable
for_window [class="Steam"] floating enable for_window [class="Steam"] floating enable
for_window [window_role="^floating$"] floating enable
# Monitor stuff # Monitor stuff
exec_always xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 --off exec_always xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 --off

@ -27,7 +27,7 @@ wm-restack = i3
#width = 80% #width = 80%
height = 24 height = 24
#bottom = true bottom = true
#offset-x = 10% #offset-x = 10%
#offset-y = 5 #offset-y = 5
@ -48,8 +48,8 @@ padding-right = 1
module-margin = 1 module-margin = 1
modules-left = i3 title modules-left = i3 title
modules-center = time modules-center =
modules-right = cmus pavolume date modules-right = cmus pavolume time date
############################################# #############################################
# MODULES # # MODULES #

@ -35,6 +35,8 @@ window {
fullscreen: false; fullscreen: false;
background-color: #151515dd; background-color: #151515dd;
width: 29%; width: 29%;
/*location: North West;
margin: 40px 0 0 0;*/
} }
mainbox { mainbox {

@ -57,10 +57,11 @@ vnoremap <C-r> "hy:%s/<C-r>h//gc<left><left><left>
" Theme " Theme
set t_Co=256 set t_Co=256
colorscheme base16-default-dark colorscheme base16-default-dark
color hybrid_material
let &showbreak = '↳ ' let &showbreak = '↳ '
hi Normal guibg=NONE ctermbg=NONE " hi Normal guibg=NONE ctermbg=NONE
highlight clear LineNr highlight clear LineNr
highlight LineNr ctermfg=grey ctermbg=NONE highlight LineNr ctermfg=grey ctermbg=NONE

Loading…
Cancel
Save