aboutsummaryrefslogtreecommitdiff
path: root/Common/i3
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-06-30 13:31:26 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2022-06-30 13:33:05 +0200
commit64d19effcc7aa1db2f134130484aa68cddd6ecd6 (patch)
tree5ce1fe1484ecc209ad98371162105b8a34092c13 /Common/i3
parent0447c58e759df165269ffe9182398881e650d923 (diff)
downloaddotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.tar.gz
dotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.zip
neovim
Diffstat (limited to 'Common/i3')
-rwxr-xr-xCommon/i3/Xresources6
-rw-r--r--Common/i3/config/i3/config10
-rw-r--r--Common/i3/config/i3status/config5
3 files changed, 14 insertions, 7 deletions
diff --git a/Common/i3/Xresources b/Common/i3/Xresources
index 977fc97..d10c8a9 100755
--- a/Common/i3/Xresources
+++ b/Common/i3/Xresources
@@ -3,8 +3,10 @@
! ------------------------------------------------------------------------------
! special
-*.foreground: #d8dee8
-*.background: #2f343f
+!*.foreground: #d8dee8
+*.foreground: #e5e9f0
+!*.background: #2f343f
+*.background: #121212
*.cursorColor: #b48ead
! black
diff --git a/Common/i3/config/i3/config b/Common/i3/config/i3/config
index 5c32cad..c71fa85 100644
--- a/Common/i3/config/i3/config
+++ b/Common/i3/config/i3/config
@@ -13,6 +13,9 @@ floating_modifier $super
#exec --no-startup-id feh --bg-scale ~/.wallpaper.png
exec --no-startup-id wallpaper.sh
exec --no-startup-id compton --xrender-sync-fence --xrender-sync -b
+exec --no-startup-id /usr/lib/gsd-xsettings
+exec_always --no-startup-id gnome-power-manager
+exec --no-startup-id gnome-flashback
exec --no-startup-id "~/.config/umon/wallpaper.sh"
@@ -108,7 +111,8 @@ bindsym $super+Shift+9 move container to workspace 9
bindsym $super+Shift+r restart
# exit i3
-bindsym $super+l exec i3lock -f -c 63bfb6 #-i /home/jakob/.lockscreen.png
+#bindsym $super+l exec i3lock -f -c 63bfb6 #-i /home/jakob/.lockscreen.png
+bindsym $super+l exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
bindsym $super+Shift+e exec "i3-nagbar -t warning -m 'Really, exit?' -b 'Yes' 'i3-msg exit'"
bindsym $super+p exec --no-startup-id ~/.config/rofi/bin/applet_powermenu
@@ -176,8 +180,8 @@ client.background $blue
gaps inner 7
# Keybinds for lenovo x1 carbon
-bindsym XF86MonBrightnessUp exec --no-startup-id "brightness-popup.sh inc"
-bindsym XF86MonBrightnessDown exec --no-startup-id "brightness-popup.sh dec"
+bindsym XF86MonBrightnessUp exec --no-startup-id "/home/jakob/bin/brightness-popup.sh inc"
+bindsym XF86MonBrightnessDown exec --no-startup-id "/home/jakob/bin/brightness-popup.sh dec"
bindsym XF86Display exec --no-startup-id "arandr"
bindsym Print exec --no-startup-id "gnome-screenshot --interactive"
diff --git a/Common/i3/config/i3status/config b/Common/i3/config/i3status/config
index b3256a2..b129807 100644
--- a/Common/i3/config/i3status/config
+++ b/Common/i3/config/i3status/config
@@ -67,7 +67,8 @@ battery 0 {
}
tztime local {
- format = "<span background='#81a1c1'> %time </span>"
- format_time = " %a %-d %b %H:%M"
+ #format = "<span background='#81a1c1'> %time </span>"
+ #format_time = " %a %-d %b %H:%M"
+ format = "<span background='#81a1c1'>  %a %-d %b %H:%M </span>"
}