Change i3 color theme.
This commit is contained in:
16
i3/i3/config
16
i3/i3/config
@@ -252,7 +252,7 @@
|
||||
# Do show borders at the screen edges
|
||||
hide_edge_borders none
|
||||
|
||||
focus_follows_mouse yes
|
||||
focus_follows_mouse no
|
||||
|
||||
# Only map a popup in fullscreen mode if it belongs to the fullscreen window
|
||||
# <smart|ignore|leave_fullscreen>
|
||||
@@ -271,11 +271,21 @@
|
||||
force_display_urgency_hint 500 ms
|
||||
|
||||
# font for window titles. ISO 10646 = Unicode
|
||||
font pango:DejaVu Sans Mono 10
|
||||
font pango:DejaVu Sans Mono 11
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
################################################################################
|
||||
### COLOR SETTINGS #############################################################
|
||||
################################################################################
|
||||
|
||||
# class border backgr. text indicator
|
||||
client.focused #E16B40 #E16B40 #000000 #FF0000
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50
|
||||
client.unfocused #333333 #202020 #cccccc #292d2e
|
||||
client.urgent #2f343a #900000 #ffffff #900000
|
||||
|
||||
################################################################################
|
||||
### APPLICATION SPECIFIC SETTINGS ##############################################
|
||||
################################################################################
|
||||
@@ -291,3 +301,5 @@
|
||||
for_window [class="^Pavucontrol$"] floating enable
|
||||
for_window [title="^Skype.*for Linux$" ] floating enable
|
||||
for_window [class="^Chromium$" ] border none
|
||||
for_window [class="^yad-status$" ] floating enable ; border none
|
||||
for_window [class="^Docky$" ] floating enable ; border none
|
||||
|
||||
@@ -21,17 +21,17 @@ bar {
|
||||
|
||||
id bar-0
|
||||
|
||||
font pango:DejaVu Sans Mono, Icons 10
|
||||
font pango:DejaVu Sans Mono, Icons 11
|
||||
|
||||
colors {
|
||||
background #000000
|
||||
background #222222
|
||||
statusline #ffffff
|
||||
separator #666666
|
||||
separator #e16b40
|
||||
|
||||
focused_workspace #4c7899 #285577 #ffffff
|
||||
focused_workspace #e16b40 #222222 #ffffff
|
||||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #333333 #222222 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
inactive_workspace #222222 #222222 #bbbbbb
|
||||
urgent_workspace #000000 #de1e15 #000000
|
||||
}
|
||||
|
||||
i3bar_command i3bar
|
||||
|
||||
Reference in New Issue
Block a user