Commit ac6f6c55 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Theming improvements.

parent d7f780ca
...@@ -17,9 +17,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -17,9 +17,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $accent-txt #F9FAF9 #set $accent-txt #F9FAF9
#set $indicator #109648 #set $indicator #109648
# Theme 2 "tmux" # Theme 2 "sheen green"
#set $accent-bg #4e9a06 #set $accent-bg #8ae234
#set $accent-txt #F9FAF9 #set $accent-txt #363636
#set $indicator #d64161 #set $indicator #d64161
# Theme 3 "french lilac" # Theme 3 "french lilac"
...@@ -38,7 +38,12 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -38,7 +38,12 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648 #set $indicator #109648
# Theme 6 "light gray" # Theme 6 "light gray"
set $accent-bg #D3D3D3 #set $accent-bg #D3D3D3
#set $accent-txt #363636
#set $indicator #109648
# Theme 6 "yellow green"
set $accent-bg #8ac926
set $accent-txt #363636 set $accent-txt #363636
set $indicator #109648 set $indicator #109648
...@@ -370,6 +375,7 @@ for_window [title="alsamixer"] floating enable border pixel 1 ...@@ -370,6 +375,7 @@ for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="(?i)^timeshift-gtk$"] floating disable for_window [class="(?i)^timeshift-gtk$"] floating disable
for_window [class="(?i)^gnome-calculator$"] floating disable for_window [class="(?i)^gnome-calculator$"] floating disable
for_window [class="(?i)^workspacesclient$"] floating disable for_window [class="(?i)^workspacesclient$"] floating disable
for_window [class="(?i)^zoom$"] floating disable
# Application shortcuts # Application shortcuts
bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Return exec i3-sensible-terminal
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment