tweaked polybar config, changed i3 window colors and borders
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
;=====================================================
|
;=====================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
bg = #10101000
|
bg = #00101010
|
||||||
bg2 = #10101033
|
bg2 = #20101010
|
||||||
fg = #f8f8f2
|
fg = #f8f8f2
|
||||||
select = #44475a
|
select = #44475a
|
||||||
blue = ${env:COLOR_BLUE}
|
blue = ${env:COLOR_BLUE}
|
||||||
@@ -37,7 +37,7 @@ alert = ${colors.pink}
|
|||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR}
|
monitor = ${env:MONITOR}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 28
|
height = 30
|
||||||
;offset-x = 1%
|
;offset-x = 1%
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
radius = 0
|
radius = 0
|
||||||
@@ -86,7 +86,7 @@ background = ${colors.background}
|
|||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
line-color = ${bar/top.background}
|
line-color = ${bar/top.background}
|
||||||
line-size = 4
|
line-size = 2
|
||||||
|
|
||||||
font-0 = "xos4 Terminess Powerline:pixelsize=16"
|
font-0 = "xos4 Terminess Powerline:pixelsize=16"
|
||||||
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;1"
|
font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;1"
|
||||||
@@ -100,7 +100,7 @@ module-margin-right = 1
|
|||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = cpu memory powermenu
|
modules-right = cpu memory powermenu
|
||||||
|
|
||||||
border-size = 3
|
border-size = 0
|
||||||
border-color = ${colors.background}
|
border-color = ${colors.background}
|
||||||
|
|
||||||
[module/i3]
|
[module/i3]
|
||||||
|
|||||||
24
.i3/config
24
.i3/config
@@ -35,15 +35,12 @@ font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12
|
|||||||
|
|
||||||
#-----T-i3-----#
|
#-----T-i3-----#
|
||||||
#class border backgr. text indicator
|
#class border backgr. text indicator
|
||||||
client.focused #225396 #7592bA #ffffff #2e9ef4
|
client.focused #ffffff #f8f8f2 #ffffff #8be9fd
|
||||||
client.focused_inactive #15325A #032048 #ffffff #484e50
|
client.focused_inactive #44475a #44475a #ffffff #6272a4
|
||||||
client.urgent #2f343a #900000 #ffffff #900000
|
client.urgent #ff79c6 #900000 #ffffff #900000
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
client.placeholder #000000 #0c0c0c #ffffff #000000
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
new_window normal 4
|
|
||||||
new_float normal 5
|
|
||||||
hide_edge_borders smart
|
|
||||||
#//APPEARANCE//#
|
#//APPEARANCE//#
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
@@ -53,6 +50,7 @@ set $m Mod3
|
|||||||
#--WINDOW-SETTINGS--#
|
#--WINDOW-SETTINGS--#
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
for_window [class=".*"] title_format "-> %title"
|
for_window [class=".*"] title_format "-> %title"
|
||||||
|
for_window [class=".*"] border pixel 2
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
for_window [class="octopi"] floating enable
|
for_window [class="octopi"] floating enable
|
||||||
for_window [class="lxappearance"] floating enable
|
for_window [class="lxappearance"] floating enable
|
||||||
@@ -196,12 +194,6 @@ bindsym $m+Shift+F2 move container to workspace $WSW2
|
|||||||
bindsym $m+Shift+F3 move container to workspace $WSW3
|
bindsym $m+Shift+F3 move container to workspace $WSW3
|
||||||
bindsym $m+Shift+F4 move container to workspace $WSW4
|
bindsym $m+Shift+F4 move container to workspace $WSW4
|
||||||
|
|
||||||
#GAPS
|
|
||||||
gaps inner 5
|
|
||||||
gaps outer 2
|
|
||||||
workspace $ws2 gaps outer 0
|
|
||||||
workspace $ws2 gaps inner 0
|
|
||||||
|
|
||||||
#Multiple screens
|
#Multiple screens
|
||||||
bindsym $mod+Left move container to output left
|
bindsym $mod+Left move container to output left
|
||||||
bindsym $mod+Right move container to output right
|
bindsym $mod+Right move container to output right
|
||||||
@@ -213,6 +205,14 @@ bindsym $mod+Shift+Up move workspace to output up
|
|||||||
bindsym $mod+Shift+Down move workspace to output down
|
bindsym $mod+Shift+Down move workspace to output down
|
||||||
#//WORKSPACES//#
|
#//WORKSPACES//#
|
||||||
|
|
||||||
|
#--BORDER--#
|
||||||
|
default_border pixel 2
|
||||||
|
default_floating_border normal 4
|
||||||
|
smart_borders on
|
||||||
|
gaps inner 4
|
||||||
|
gaps outer 10
|
||||||
|
#//BORDER//#
|
||||||
|
|
||||||
#--LAYOUTS--#
|
#--LAYOUTS--#
|
||||||
bindsym $alt+Shift+l exec $HOME/.i3/scripts/workspace.sh "$HOME/.i3/layouts/workspace-3.json" "$HOME/build/doc24_backend"
|
bindsym $alt+Shift+l exec $HOME/.i3/scripts/workspace.sh "$HOME/.i3/layouts/workspace-3.json" "$HOME/build/doc24_backend"
|
||||||
#//LAYOUTS//#
|
#//LAYOUTS//#
|
||||||
|
|||||||
Reference in New Issue
Block a user