Skip to content

Commit 5ebead9

Browse files
committed
updated colors to match wallpaper and minor adjustments
1 parent 3442152 commit 5ebead9

File tree

6 files changed

+36
-50
lines changed

6 files changed

+36
-50
lines changed

dunst/dunstrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ hide_duplicates_count = yes
7070
# The width can be negative. In this case the actual width is the
7171
# screen width minus the width defined in within the geometry option.
7272
#geometry = "250x50-40+40"
73-
geometry = "300x50-1280+20"
73+
geometry = "300x50+20"
7474

7575
# Shrink window if it's smaller than the width. Will be ignored if
7676
# width is 0.

gtk-2.0/gtkfilechooser.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
LocationMode=path-bar
33
ShowHidden=false
44
ShowSizeColumn=true
5-
GeometryX=992
6-
GeometryY=201
5+
GeometryX=981
6+
GeometryY=223
77
GeometryWidth=900
88
GeometryHeight=675
99
SortColumn=name

gtk-3.0/settings.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Settings]
22
gtk-theme-name=Arc-Dark
3-
gtk-icon-theme-name=Papirus-Dark
4-
gtk-font-name=SauceCodePro Nerd Font 11
3+
gtk-icon-theme-name=Papirus
4+
gtk-font-name=SF Pro Display 11
55
gtk-cursor-theme-name=Adwaita
66
gtk-cursor-theme-size=0
77
gtk-toolbar-style=GTK_TOOLBAR_BOTH

herbstluftwm/autostart

+21-12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ hc keyunbind --all
1818
#Mod=Mod1 # Use alt as the main modifier
1919
Mod=Mod4 # Use the super key as the main modifier
2020
ORANGE='#FB8C00'
21+
Mod=Mod4 # Use the super key as the main modifer
22+
BLUE='#1b7ced'
2123

2224
hc spawn xset s off
2325
hc spawn xset -dpms
@@ -31,6 +33,8 @@ hc keybind $Mod-d spawn rofi -show drun -modi drun,run,calc
3133
hc keybind $Mod-t spawn rofi -show window
3234
hc keybind $Mod-t spawn rofi -modi grab:~/Developer/dotfiles/grabwindow.zsh,window -show grab
3335
hc keybind $Mod-y spawn sh ~/.config/rofi/power.sh
36+
hc keybind $Mod-t spawn rofi -modi grab:~/Developer/dotfiles/grabwindow.zsh,window -show window
37+
hc keybind $Mod-y spawn sh $HOME/.config/rofi/powermenu/powermenu.sh
3438

3539
# basic movement
3640
# focusing clients
@@ -52,10 +56,10 @@ hc keybind $Mod-Shift-Up or / shift up / \
5256
chain , lock , shift_to_monitor -u , focus_monitor -u , unlock
5357
hc keybind $Mod-Shift-Right or / shift right / \
5458
chain , lock , shift_to_monitor -r , focus_monitor -r , unlock
55-
#hc keybind $Mod-Shift-h shift left
56-
#hc keybind $Mod-Shift-j shift down
57-
#hc keybind $Mod-Shift-k shift up
58-
#hc keybind $Mod-Shift-l shift right
59+
hc keybind $Mod-Shift-h shift left
60+
hc keybind $Mod-Shift-j shift down
61+
hc keybind $Mod-Shift-k shift up
62+
hc keybind $Mod-Shift-l shift right
5963

6064
# splitting frames
6165
# create an empty frame at the specified direction
@@ -128,29 +132,29 @@ hc attr theme.floating.reset 1
128132
hc set frame_border_active_color '#222222'
129133
hc set frame_border_normal_color '#101010'
130134
hc set frame_bg_normal_color '#565656'
131-
hc set frame_bg_active_color $ORANGE
132-
hc set frame_border_width 1
135+
hc set frame_bg_active_color $BLUE
136+
hc set frame_border_width 0
133137
hc set always_show_frame 1
134138
hc set frame_bg_transparent 1
135-
hc set frame_transparent_width 5
139+
hc set frame_transparent_width 3
136140
hc set frame_gap 0
137141
hc set frame_active_opactiy 1
138142
hc set frame_normal_opacity 0
139143

140-
hc attr theme.active.color $ORANGE
144+
hc attr theme.active.color $BLUE
141145
hc attr theme.normal.color '#454545'
142146
hc attr theme.urgent.color red
143147
hc attr theme.inner_width 0
144148
hc attr theme.inner_color white
145149
hc attr theme.border_width 0
146-
hc attr theme.floating.border_width 4
150+
hc attr theme.floating.border_width 0
147151
hc attr theme.floating.outer_width 0
148152
hc attr theme.floating.outer_color black
149153
hc attr theme.active.inner_color '#3E4A00'
150154
hc attr theme.active.outer_color '#3E4A00'
151155
hc attr theme.background_color white #'#141414'
152156

153-
hc set window_gap 10
157+
hc set window_gap 5
154158
hc set frame_padding 0
155159
hc set smart_window_surroundings 0
156160
hc set smart_frame_surroundings 0
@@ -185,16 +189,21 @@ hc unlock
185189
# monitor config
186190
hc set_monitors "1900x1040+10+40"
187191

188-
hc set frame_gap 10
189-
hc attr theme.border_width 10
192+
hc set frame_gap 5
193+
hc attr theme.border_width 2
190194
#herbstclient set window_gap 10
191195
hc spawn picom
192196
hc spawn pkill '^redshift$' && sleep 10s && redshift-gtk -P &
193197
# set wallpaper either i use feh or nitrogen
194198
hc spawn nitrogen --restore &
199+
200+
# polybar
195201
hc spawn sh $HOME/.config/polybar/launch.sh
196202
hc spawn /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
197203

204+
# xautolock
205+
hc spawn xautolock
206+
198207
# monitor paddings set to 0 as i just set the monitor positions accordingly
199208
hc pad 3 0 0 0 0
200209
hc pad 2 0 0 0 0

polybar/config

+8-32
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ background = #eA242424
2121
foreground = ${colors.white}
2222
background-alt = #AA223536
2323
foreground-alt = #55
24-
primary = #f8941f
25-
secondary = #f8941f
24+
primary = #02964F
25+
secondary = #02964F
2626
alert = #bd2c40
2727

2828
[variables]
@@ -315,36 +315,12 @@ bar-volume-empty = -
315315
bar-volume-empty-foreground = ${colors.foreground-alt}
316316

317317
[module/powermenu]
318-
type = custom/menu
319-
320-
label-open = Power
321-
label-open-foreground = ${colors.primary}
322-
label-close =  cancel
323-
label-close-foreground = ${colors.primary}
324-
label-separator = |
325-
label-separator-foreground = ${colors.foreground-alt}
326-
327-
menu-0-0 = reboot
328-
menu-0-0-exec = menu-open-1
329-
menu-0-1 = power off
330-
menu-0-1-exec = menu-open-2
331-
menu-0-2 = suspend
332-
menu-0-2-exec = menu-open-3
333-
334-
menu-1-0 = cancel
335-
menu-1-0-exec = menu-open-0
336-
menu-1-1 = reboot
337-
menu-1-1-exec = "xdotool search --classname navigator key ctrl+q; sleep 2; sudo reboot"
338-
339-
menu-2-0 = power off
340-
menu-2-0-exec = "xdotool search --classname navigator key ctrl+q; sleep 2; sudo poweroff"
341-
menu-2-1 = cancel
342-
menu-2-1-exec = menu-open-0
343-
344-
menu-3-0 = suspend
345-
menu-3-0-exec = "systemctl suspend"
346-
menu-3-1 = cancel
347-
menu-3-1-exec = menu-open-0
318+
type = custom/script
319+
exec = echo Power
320+
click-left = sh $HOME/.config/rofi/powermenu/powermenu.sh
321+
322+
323+
348324
[module/gputemp]
349325
type = custom/script
350326
exec = $HOME/.config/polybar/gpu-temp.sh

polybar/info-hlwm-workspaces/info-hlwm-workspaces.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ herbstclient --idle "tag_*" 2>/dev/null | {
1212
'#')
1313
# the tag is viewed on the focused monitor
1414
# TODO Add your formatting tags for focused workspaces
15-
echo "%{F#000}%{B#F27127}%{U#F28D35}" # Add your formatting tags for empty workspaces
15+
echo "%{F#000}%{B#02964F}%{U#F28D35}" # Add your formatting tags for empty workspaces
1616
;;
1717
':')
1818
# : the tag is not empty
@@ -22,6 +22,7 @@ herbstclient --idle "tag_*" 2>/dev/null | {
2222
'!')
2323
# ! the tag contains an urgent window
2424
# TODO Add your formatting tags for workspaces with the urgent hint
25+
echo "%{F#000}%{B#960018}"
2526
;;
2627
'-')
2728
# - the tag is viewed on a monitor that is not focused

0 commit comments

Comments
 (0)