This commit is contained in:
dctrud 2019-09-28 13:47:49 -05:00
parent 54ce9a6dc3
commit fc25923ffb
6 changed files with 38 additions and 22 deletions

5
bin/kxt Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mpc clear
mpc add http://kera-ice.streamguys.us:80/kxtlive128
mpc play

5
bin/shuffle-all Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mpc clear
mpc ls | mpc add
mpc play

View File

@ -1,7 +1,10 @@
! Base16 Monokai
! Scheme: Wimer Hazenberg (http://www.monokai.nl)
URxvt.font: xft:Fira Mono:size=12
URxvt.font: xft:Monospace:size=11
URxvt.scrollBar: false
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0000/ee00
#define base00 #272822
#define base01 #383830
@ -21,11 +24,7 @@ URxvt.font: xft:Fira Mono:size=12
#define base0F #cc6633
*foreground: base05
#ifdef background_opacity
*background: [background_opacity]base00
#else
*background: base00
#endif
*cursorColor: base05
*color0: base00
@ -45,3 +44,4 @@ URxvt.font: xft:Fira Mono:size=12
*color13: base06
*color14: base0F
*color15: base07

View File

@ -13,11 +13,11 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:Fira Mono 8
font pango:Monospace 10
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8
# font pango:DejaVu Sans Mono 8
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
@ -153,18 +153,18 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
colors {
background #272822
background #333333
statusline #f8f8f2
separator #a59f85
focused_workspace #a6e22e #a6e22e #ffffff
focused_workspace #2ea6a6 #2e2ea6 #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
inactive_workspace #444444 #333333 #888888
urgent_workspace #aa0000 #990000 #ffffff
}
position top
status_command i3status -c ~/.i3/i3status.conf
font pango:Fira Mono 12
font pango:Monospace 10
}
# Pulse Audio controls
@ -176,10 +176,10 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute s
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Media player controls
bindsym XF86AudioPlay exec playerctl play
bindsym XF86AudioPause exec playerctl pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioPause exec mpc pause
bindsym XF86AudioNext exec mpc next
bindsym XF86AudioPrev exec mpc prev
#SHutdown/Sleep/Hibernate/restart
mode "(s)leep (h)ybernate (p)owersave (r)estart shut(d)own" {
@ -198,17 +198,22 @@ bindsym $mod+Shift+o mode "(s)leep (h)ybernate (p)owersave (r)estart shut(d)own"
# lock screen
bindsym $mod+Control+l exec ~/.i3/i3lock.sh
#Set Wallpaper
# Compton
exec --no-startup-id compton
# Set Wallpaper
exec --no-startup-id nitrogen --restore
# Network Applet
exec --no-startup-id nm-applet
# Bluetooth Applet
exec --no-startup-id blueman-applet
# Volumeicon
exec --no-startup-id volumeicon
# Dropbox
exec --no-startup-id dropbox start
# NextCloud
exec --no-startup-id nextcloud
# Synapse launcher
exec --no-startup-id synapse
# Firefox
bindsym $mod+b exec firefox

0
link/.i3/i3lock.sh Normal file → Executable file
View File

View File

@ -18,7 +18,7 @@ general {
order += "ethernet _first_"
order += "wireless _first_"
order += "disk /"
order += "disk /home"
order += "disk /data"
order += "battery all"
order += "load"
order += "tztime local"
@ -50,7 +50,8 @@ disk "/" {
format = "/ %avail"
}
disk "/home" {
format = "/home %avail"
disk "/data" {
format = "/data %avail"
}