diff --git a/.aliases b/.aliases index 17b8e99..d0304db 100644 --- a/.aliases +++ b/.aliases @@ -5,5 +5,5 @@ alias cls="clear" # Some aliases for ls -alias ls="ls -l --color=auto" -alias ll="ls -al" +alias ls="ls -Fhl --color=auto" +alias ll="ls -aFhl --color=auto" diff --git a/.bashrc b/.bashrc index 5ba2ed6..ae1c580 100644 --- a/.bashrc +++ b/.bashrc @@ -52,6 +52,8 @@ export VISUAL=vim export EDITOR="$VISUAL" export TERMINAL=termite +export QT_QPA_PLATFORMTHEME=qt5ct + # Enable autocompletion features if [ -f /etc/bash_completion ]; then /etc/bash_completion diff --git a/.config/i3/config b/.config/i3/config index 655438a..6d328b9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -161,17 +161,19 @@ bindsym $mod+x mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -bar { - status_command i3blocks -c $HOME/.config/i3/i3blocks.conf - position top - colors { - background #222D32 - focused_workspace #222D32 #268bd2 #FFFFFF - active_workspace #222D32 #222D32 #268bd2 - inactive_workspace #222D32 #222D32 #268bd2 - urgent_workspace #222D32 #222D32 #268bd2 - } -} +#bar { +# status_command i3blocks -c $HOME/.config/i3/i3blocks.conf +# position top +# colors { +# background #222D32 +# focused_workspace #222D32 #268bd2 #FFFFFF +# active_workspace #222D32 #222D32 #268bd2 +# inactive_workspace #222D32 #222D32 #268bd2 +# urgent_workspace #222D32 #222D32 #268bd2 +# } +#} + +exec_always --no-startup-id $HOME/.config/polybar/launch.sh # Custom key bindings ### @@ -209,7 +211,7 @@ exec xrdb -merge $HOME/.Xresources exec --no-startup-id compton # Background-Image -exec_always --no-startup-id feh --bg-center /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Desktop/Zelda_1.jpg +exec_always --no-startup-id feh --bg-fill /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Adapta_Tealized.jpg # Monitor settings exec_always --no-startup-id xrandr --output $output2 --mode 1280x1024 --pos 1280x0 --rotate normal --output $output1 --mode 1280x1024 --pos 0x0 --rotate normal @@ -227,7 +229,7 @@ assign [instance="cmus"] $workspace10 assign [class="Hyper"] $workspace2 assign [class="Atom"] $workspace3 assign [class="Steam"] $workspace6 -assign [class="Keepassx2"] $workspace8 +assign [class="keepassxc"] $workspace8 assign [class="Vlc"] $workspace9 # Disable window titlebars diff --git a/.config/polybar/config b/.config/polybar/config new file mode 100644 index 0000000..21a6764 --- /dev/null +++ b/.config/polybar/config @@ -0,0 +1,119 @@ +[colors] +background = #222D32 +foreground = #A1B0B8 + +[bar/top] +monitor = VGA-1 +width = 100% +height = 35 +offset-x = 0 +offset-y = 0 + +background = ${colors.background} +foreground = ${colors.foreground} + +padding-right = 2 +module-margin = 2 + +font-0 = Roboto:pixelsize=12;2 +font-1 = FontAwesome:size=11;2 +font-2 = siji:pixelsize=10;0 + +modules-left = i3 +modules-center = xwindow +modules-right = volume wlan date + +#wm-restack = i3 + +scroll-up = i3wm-desknext +scroll-down = i3wm-deskprev + +[bar/top2] +inherit = bar/top +monitor = HDMI-1 + + +[module/i3] +type = internal/i3 +# Only show workspaces on the same output as the bar +pin-workspaces = true +strip-wsnumbers = true +index-sort = true +enable-click = true +enable-scroll = true +wrapping-scroll = false + +label-mode = %mode% +label-mode-padding = 1 + + +label-focused = %name% +label-focused-foreground = ${colors.background} +label-focused-background = ${colors.foreground} +label-focused-padding = 4 + +label-unfocused = %name% +label-unfocused-padding = 4 + +label-visible = %name% +label-visible-padding = 4 + +label-urgent = %name% +label-urgent-foreground = ${colors.foreground} +label-urgent-background = ${colors.background} +label-urgent-padding = 4 + +[module/xwindow] +type = internal/xwindow +label = %title:0:40:...% +label-padding = 4 + +[module/date] +type = internal/date +interval = 1.0 +date = %F +time = %H:%M:%S +label =  %date% %time% +format =