mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-01 01:32:02 +00:00
Polybar systemd service
This commit is contained in:
@ -14,7 +14,6 @@ workspace $ws8 output DVI-D-0
|
||||
workspace $ws9 output HDMI-0
|
||||
workspace $ws10 output HDMI-0
|
||||
|
||||
exec --no-startup-id MONITOR=DVI-D-0 polybar aqua &
|
||||
exec --no-startup-id compton &
|
||||
exec --no-startup-id feh --bg-scale ~/Pictures/desktop/0001.jpg
|
||||
|
||||
|
@ -19,8 +19,7 @@ bindsym $mod+Return exec alacritty
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
#bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf $blue -sb $pink -sf $lpink -fn 'SF Pro Display:semibold:fixed:pixelsize=18'
|
||||
# start program launcher
|
||||
bindsym $mod+d exec --no-startup-id rofi -show combi -theme ~/.config/rofi/themes/aqua
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
@ -173,6 +172,7 @@ exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||
|
||||
# Startup scripts
|
||||
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
exec --no-startup-id systemctl --user start polybar
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $pink $pink $pink $pink $pink
|
||||
@ -185,7 +185,8 @@ client.background $blue
|
||||
|
||||
# Removes border and title bar
|
||||
for_window [class="^.*"] border pixel 4
|
||||
new_window 1pixel
|
||||
#new_window 1pixel
|
||||
new_float normal 4
|
||||
#new_window normal 0 px
|
||||
|
||||
# Screenshots
|
||||
|
@ -1,6 +1,3 @@
|
||||
# Polybar
|
||||
exec --no-startup-id MONITOR=LVDS-1 polybar aqua
|
||||
|
||||
# Screen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
||||
|
Reference in New Issue
Block a user