Compare commits

...

11 Commits

Author SHA1 Message Date
David Todd c497d410e9 consistency with i3 theme 2021-01-11 12:17:23 -06:00
David Todd 1e2b7acd58 further tweaks to theme 2021-01-11 12:17:12 -06:00
David Todd a05cd38ee7 color tweaks 2021-01-11 12:11:29 -06:00
David Todd 1d61440a88 better 2021-01-11 11:36:54 -06:00
David Todd 0bf27d0ed9 Adjust iceberg theme 2021-01-11 11:05:04 -06:00
David Todd 14d051af3b Port iceberg theme to i3 2021-01-11 10:47:09 -06:00
David Todd c88a1d0297 Apply iceberg theme to terminator 2021-01-11 10:25:15 -06:00
David Todd 7ac10c21ac remove some thigns 2021-01-11 10:19:07 -06:00
David Todd 70181b0e45 disable bumblebee-status for now
I like the theme better, but as of my latest system updates,
this keep failing with JSON parsing errors and I'm not sure
which module is responsible for that.
2021-01-11 09:49:13 -06:00
David Todd 423c0c7207 don't start with transparency 2021-01-11 09:27:34 -06:00
David Todd 153de07dac Allow qemu to float 2021-01-11 09:27:24 -06:00
6 changed files with 104 additions and 130 deletions

View File

@ -18,7 +18,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
# Composition Manager (Transparency) # Composition Manager (Transparency)
#exec --no-startup-id xcompmgr -c -f -n #exec --no-startup-id xcompmgr -c -f -n
exec --no-startup-id compton --config ~/.config/compton.conf & #exec --no-startup-id compton --config ~/.config/compton.conf &
# Network Keyboard/Mouse/Clipboard # Network Keyboard/Mouse/Clipboard
#exec --no-startup-id synergy & #exec --no-startup-id synergy &

View File

@ -60,11 +60,11 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# Theme colors # Theme colors
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused #556064 #556064 #80FFF9 #FDF6E3 client.focused #89b8c2 #89b8c2 #161821 #b4be82
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948 client.focused_inactive #a093c7 #a093c7 #161821 #e2a478
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948 client.unfocused #6b7089 #6b7089 #c6c8d1 #84a0c6
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 client.urgent #e27878 #e27878 #CB4B16 #CB4B16
client.placeholder #000000 #0c0c0c #ffffff #000000 client.placeholder #e2a478 #e2a478 #161821 #95c4ce
client.background #2B2C2B client.background #161821
# End base configuration # End base configuration

View File

@ -1,40 +1,36 @@
# Begin i3-bar configuration # Begin i3-bar configuration
#bar {
# status_command i3status
#}
bar { bar {
#status_command i3status -c ~/.config/i3/i3status.conf #status_command i3status -c ~/.config/i3/i3status.conf
#status_command i3blocks -c $i3_path/i3blocks.conf status_command i3blocks -c $i3_path/i3blocks.conf
status_command bumblebee-status \ # status_command bumblebee-status \
-m \ # -m \
disk:root \ # disk:root \
cpu2 \ # cpu2 \
memory \ # memory \
playerctl \ # playerctl \
title \ # title \
todo \ # todo \
ping \ # ping \
network_traffic \ # network_traffic \
date \ # date \
time \ # time \
-p \ # -p \
root.path=/ \ # root.path=/ \
root.critical="50" \ # root.critical="50" \
cpu2.layout="cpu2.cpuload cpu2.coresload" \ # cpu2.layout="cpu2.cpuload cpu2.coresload" \
cpu2.colored=1 \ # cpu2.colored=1 \
cpu2.temp_pattern="temp" \ # cpu2.temp_pattern="temp" \
todo.file="~/todo.vim" \ # todo.file="~/todo.vim" \
ping.address="1.1.1.1" \ # ping.address="1.1.1.1" \
time.format="%H:%M" \ # time.format="%H:%M" \
date.format="%a, %b %d" \ # date.format="%a, %b %d" \
-a \ # -a \
disk \ # disk \
ping \ # ping \
-t \ # -t \
iceberg-dark-powerline # iceberg-dark-powerline
#
position top position top
#mode hide #mode hide
@ -43,30 +39,17 @@ bar {
tray_padding 0 tray_padding 0
#separator_symbol "|" #separator_symbol "|"
# colors {
# background #222D31
# statusline #F9FAF9
# separator #454947
#
# # border backgr. text
# focused_workspace #F9FAF9 #16a085 #292F34
# active_workspace #595B5B #353836 #FDF6E3
# inactive_workspace #595B5B #222D31 #EEE8D5
# binding_mode #16a085 #2C2C2C #F9FAF9
# urgent_workspace #16a085 #FDF6E3 #E5201D
# }
#
colors { colors {
background #2F343F background #161821
statusline #F9FAF9 statusline #c6c8d1
separator #454947 separator #161821
# border backgr. text # border backgr. text
focused_workspace #F9FAF9 #232729 #FDF6E3 focused_workspace #89b8c2 #89b8c2 #161821
active_workspace #595B5B #353836 #FDF6E3 active_workspace #a093c7 #a093c7 #161821
inactive_workspace #595B5B #2F343F #49505F inactive_workspace #6b7089 #6b7089 #c6c8d1
binding_mode #232729 #2C2C2C #F9FAF9 binding_mode #e2a478 #e2a478 #161821
urgent_workspace #232729 #FDF6E3 #E5201D urgent_workspace #e27878 #e27878 #CB4B16
} }
height 18 height 18
} }

View File

@ -19,6 +19,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
for_window [class="Simple-scan"] floating enable border normal for_window [class="Simple-scan"] floating enable border normal
#for_window [class="(?i)virtualbox"] floating enable border normal #for_window [class="(?i)virtualbox"] floating enable border normal
for_window [class="(?i)qemu.*"] floating enable
for_window [class="Xfburn"] floating enable for_window [class="Xfburn"] floating enable
for_window [class="feh"] floating enable for_window [class="feh"] floating enable
for_window [class="steamwebhelper"] floating enable for_window [class="steamwebhelper"] floating enable

View File

@ -62,12 +62,12 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# Theme colors # Theme colors
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused #556064 #556064 #80FFF9 #FDF6E3 client.focused #89b8c2 #89b8c2 #161821 #b4be82
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948 client.focused_inactive #a093c7 #a093c7 #161821 #e2a478
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948 client.unfocused #6b7089 #6b7089 #c6c8d1 #84a0c6
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 client.urgent #e27878 #e27878 #CB4B16 #CB4B16
client.placeholder #000000 #0c0c0c #ffffff #000000 client.placeholder #e2a478 #e2a478 #161821 #95c4ce
client.background #2B2C2B client.background #161821
# End base configuration # End base configuration
# Begin i3-gaps configuration - Stuff specific to i3-gaps # Begin i3-gaps configuration - Stuff specific to i3-gaps
@ -192,41 +192,37 @@ assign [class="^Code"] $ws5
# End workspace configuration # End workspace configuration
# Begin i3-bar configuration # Begin i3-bar configuration
#bar {
# status_command i3status
#}
bar { bar {
#status_command i3status -c ~/.config/i3/i3status.conf #status_command i3status -c ~/.config/i3/i3status.conf
#status_command i3blocks -c $i3_path/i3blocks.conf status_command i3blocks -c $i3_path/i3blocks.conf
status_command bumblebee-status \ # status_command bumblebee-status \
-m \ # -m \
disk:root \ # disk:root \
cpu2 \ # cpu2 \
memory \ # memory \
playerctl \ # playerctl \
title \ # title \
todo \ # todo \
ping \ # ping \
network_traffic \ # network_traffic \
date \ # date \
time \ # time \
-p \ # -p \
root.path=/ \ # root.path=/ \
root.critical="50" \ # root.critical="50" \
cpu2.layout="cpu2.cpuload cpu2.coresload" \ # cpu2.layout="cpu2.cpuload cpu2.coresload" \
cpu2.colored=1 \ # cpu2.colored=1 \
cpu2.temp_pattern="temp" \ # cpu2.temp_pattern="temp" \
todo.file="~/todo.vim" \ # todo.file="~/todo.vim" \
ping.address="1.1.1.1" \ # ping.address="1.1.1.1" \
time.format="%H:%M" \ # time.format="%H:%M" \
date.format="%a, %b %d" \ # date.format="%a, %b %d" \
-a \ # -a \
disk \ # disk \
ping \ # ping \
-t \ # -t \
iceberg-dark-powerline # iceberg-dark-powerline
#
position top position top
#mode hide #mode hide
@ -235,30 +231,17 @@ bar {
tray_padding 0 tray_padding 0
#separator_symbol "|" #separator_symbol "|"
# colors {
# background #222D31
# statusline #F9FAF9
# separator #454947
#
# # border backgr. text
# focused_workspace #F9FAF9 #16a085 #292F34
# active_workspace #595B5B #353836 #FDF6E3
# inactive_workspace #595B5B #222D31 #EEE8D5
# binding_mode #16a085 #2C2C2C #F9FAF9
# urgent_workspace #16a085 #FDF6E3 #E5201D
# }
#
colors { colors {
background #2F343F background #161821
statusline #F9FAF9 statusline #c6c8d1
separator #454947 separator #161821
# border backgr. text # border backgr. text
focused_workspace #F9FAF9 #232729 #FDF6E3 focused_workspace #89b8c2 #89b8c2 #161821
active_workspace #595B5B #353836 #FDF6E3 active_workspace #a093c7 #a093c7 #161821
inactive_workspace #595B5B #2F343F #49505F inactive_workspace #6b7089 #6b7089 #c6c8d1
binding_mode #232729 #2C2C2C #F9FAF9 binding_mode #e2a478 #e2a478 #161821
urgent_workspace #232729 #FDF6E3 #E5201D urgent_workspace #e27878 #e27878 #CB4B16
} }
height 18 height 18
} }
@ -285,6 +268,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
for_window [class="Simple-scan"] floating enable border normal for_window [class="Simple-scan"] floating enable border normal
#for_window [class="(?i)virtualbox"] floating enable border normal #for_window [class="(?i)virtualbox"] floating enable border normal
for_window [class="(?i)qemu.*"] floating enable
for_window [class="Xfburn"] floating enable for_window [class="Xfburn"] floating enable
for_window [class="feh"] floating enable for_window [class="feh"] floating enable
for_window [class="steamwebhelper"] floating enable for_window [class="steamwebhelper"] floating enable
@ -461,7 +445,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
# Composition Manager (Transparency) # Composition Manager (Transparency)
#exec --no-startup-id xcompmgr -c -f -n #exec --no-startup-id xcompmgr -c -f -n
exec --no-startup-id compton --config ~/.config/compton.conf & #exec --no-startup-id compton --config ~/.config/compton.conf &
# Network Keyboard/Mouse/Clipboard # Network Keyboard/Mouse/Clipboard
#exec --no-startup-id synergy & #exec --no-startup-id synergy &

View File

@ -1,21 +1,27 @@
[global_config] [global_config]
title_transmit_bg_color = "#243433" title_transmit_fg_color = "#161821"
inactive_color_offset = 0.84347826087 title_transmit_bg_color = "#89b8c2"
title_inactive_fg_color = "#c6c8d1"
title_inactive_bg_color = "#6b7089"
enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler
[keybindings]
[profiles] [profiles]
[[default]] [[default]]
background_darkness = 0.77 palette = "#161821:#e27878:#b4be82:#e2a478:#84a0c6:#a093c7:#89b8c2:#c6c8d1:#6b7089:#e98989:#c0ca8e:#e9b189:#91acd1:#ada0d3:#95c4ce:#d2d4de"
background_type = transparent foreground_color = "#c6c8d1"
cursor_color = "#aaaaaa" background_color = "#161821"
cursor_color = "#c6c8d1"
#background_darkness = 0.77
#background_type = transparent
scrollback_infinite = True scrollback_infinite = True
[layouts] [layouts]
[[default]] [[default]]
[[[child1]]] [[[child1]]]
type = Terminal
parent = window0 parent = window0
profile = default profile = default
type = Terminal
[[[window0]]] [[[window0]]]
parent = ""
type = Window type = Window
parent = ""
[plugins] [plugins]