New theme

This commit is contained in:
random
2022-03-23 21:36:50 -07:00
parent ac67ffdaee
commit 0a5eacfc4b
6 changed files with 371 additions and 47 deletions

View File

@@ -1,35 +1,12 @@
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key to Alt
set $mod Mod1
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# Set font
font pango:monospace 8
# 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
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
# Init i3 lock
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
@@ -40,9 +17,9 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start applications
# Application hot keys
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Shift+f exec chromium
bindsym $mod+Shift+f exec google-chrome
bindsym $mod+Shift+d exec discord
bindsym Print exec "flameshot gui"
@@ -50,13 +27,8 @@ bindsym Print exec "flameshot gui"
bindsym $mod+q kill
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec rofi -modi drun,run -show drun
# There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed.
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# Start Rofi
bindsym $mod+d exec --no-startup-id rofi -show drun -run-shell-command '{terminal} -e zsh -ic "{cmd} && read"'
# change focus
bindsym $mod+h focus left
@@ -181,14 +153,16 @@ mode "resize" {
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
}
# Custom changes
# Window Cosmetic Changes
gaps inner 10
new_window pixel 3
client.focused #555555 #555555 #ffffff #ff0000 #A00000
client.focused #555555 #555555 #ffffff #0000ff #0000A0
client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
# Startup Applications
exec --no-startup-id xmodmap -e "remove Lock = Caps_Lock"
exec --no-startup-id xmodmap -e "keycode 66 = Escape NoSymbol Escape"
exec --no-startup-id "compton -b"
exec --no-startup-id "polybar"